From 20fcabd80304d774fbca501b107e912e8ed6dbbd Mon Sep 17 00:00:00 2001 From: mo khan Date: Sun, 5 Jul 2020 15:29:48 -0600 Subject: Add course description --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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) -- cgit v1.2.3