From 8d2230835692f95d0b4e2f4970bc8c7f318b56e0 Mon Sep 17 00:00:00 2001 From: Katrina Owen Date: Sat, 24 Aug 2019 07:30:57 -0400 Subject: [PATCH] Add data structures to topic list We have a number of exercises that are about data structures, but the topic was missing. --- TOPICS.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/TOPICS.txt b/TOPICS.txt index df74455e66..ac8cc0526a 100644 --- a/TOPICS.txt +++ b/TOPICS.txt @@ -50,6 +50,7 @@ algorithms bitwise_operations concurrency cryptography +data_structures domain_specific_languages files filtering