An open API service indexing awesome lists of open source software.

https://github.com/umstek/concurrent-programming-lab-2

This didn't work as expected. Abandoned, then.
https://github.com/umstek/concurrent-programming-lab-2

Last synced: 7 months ago
JSON representation

This didn't work as expected. Abandoned, then.

Awesome Lists containing this project

README

          

# Linked List

## How to run
Have `cmake` 3 or higher, `make` 4 or higher installed.

```bash
sudo apt-get install cmake make
```

Usually Ubuntu 16.04 and higher have these pre-installed.

Then run:
```bash
./run.sh
```