summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-07-05 15:29:48 -0600
committermo khan <mo.khan@gmail.com>2020-07-05 15:29:48 -0600
commit20fcabd80304d774fbca501b107e912e8ed6dbbd (patch)
tree631ef7eebc259a904445715ef044b36080f2fbaf
parent1a6c786ede4f9b6f588b7b8736fb71e242c32fc4 (diff)
Add course description
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index d141796..c8a8338 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,14 @@
# Computer Science 272 (COMP-272): Data Structures and Algorithms
+COMP 272 covers analysis and design of fundamental data structures and engages
+learners to use data structures as tools to algorithmically design efficient
+computer programs that will cope with the complexity of actual applications.
+
+The course focuses on basic and essential topics in data structures,
+including array-based lists, linked lists, skiplists, hash tables,
+recursion, binary trees, scapegoat trees, red–black trees, heaps,
+sorting algorithms, graphs, and binary trie.
+
* [Assignments](./doc/assignments)
* [Units](./doc/unit)