Create README.md

This commit is contained in:
Alessandro Ferro 2021-07-06 00:01:02 +02:00 committed by GitHub
parent a6485b86af
commit 3c58e064df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

17
README.md Normal file
View File

@ -0,0 +1,17 @@
# Algorithms and Data Structures Laboratory
A set of highly reliable libraries and some C++ theory.
## Libraries
In the 'librerie' folder you can find the following libraries written in C++:
* Library 1: Vector and List
* Library 2: Stack and Queue (both vector and list representation)
* Library 3: Binary tree (both vector and linked nodes representation)
* Library 4: Binary Search Tree (linked nodes representation only)
* Library 5: Matrix (both vector and Compressed Sparse Row/Yale representation)
You can test them either by using a menu or by running a simple stress test. The Professor intensively stress tested them with his complete stress test resulting in 0 errors.
## Licence
This repo is under GPLv3.
Note: most universities own anti-plagiarism tools, and so does University of Naples Federico II. A copy and paste is highly discouraged.