Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```