summaryrefslogtreecommitdiff
path: root/README.md
blob: f9ab62dd425321905e3026205c20a663235b08f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
```