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.
- Host: GitHub
- URL: https://github.com/umstek/concurrent-programming-lab-2
- Owner: umstek
- Created: 2018-10-06T18:03:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T18:00:21.000Z (over 1 year ago)
- Last Synced: 2024-11-17T15:22:06.675Z (11 months ago)
- Language: C
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```