diff options
| author | mo khan <mo.khan@gmail.com> | 2020-07-05 15:29:48 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-07-05 15:29:48 -0600 |
| commit | 20fcabd80304d774fbca501b107e912e8ed6dbbd (patch) | |
| tree | 631ef7eebc259a904445715ef044b36080f2fbaf | |
| parent | 1a6c786ede4f9b6f588b7b8736fb71e242c32fc4 (diff) | |
Add course description
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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) |
