diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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 +``` |
