Commit 46ad9c7
Changed files (1)
README.md
@@ -0,0 +1,18 @@
+# Computer Science 272 (COMP-272): Data Structures and Algorithms
+
+* [Assignments](./doc/assignments)
+* [Units](./doc/unit)
+
+Install [cgreen](https://github.com/cgreen-devs/cgreen).
+
+To run example programs:
+
+```bash
+$ make run
+```
+
+To run tests:
+
+```bash
+$ make test
+```