Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doreapp/paridis-lab_3-lock_free_concurrent_skiplist
A repository to store the code for the 3rd assignment in Paridis 2021
https://github.com/doreapp/paridis-lab_3-lock_free_concurrent_skiplist
Last synced: 2 days ago
JSON representation
A repository to store the code for the 3rd assignment in Paridis 2021
- Host: GitHub
- URL: https://github.com/doreapp/paridis-lab_3-lock_free_concurrent_skiplist
- Owner: Doreapp
- Created: 2021-09-27T08:30:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-06T15:09:53.000Z (over 3 years ago)
- Last Synced: 2024-11-11T05:43:51.060Z (2 months ago)
- Language: Java
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lab 3
Reposetory containing files for Lab 3 of PARIDIS 2021## Running
1. Compile
```
javac Main.java -d bin
```2. Run
```
cd bin
java Main
```