Laboratorio di Algoritmi e Strutture Dati
Go to file
Alessandro Ferro 3c58e064df
Create README.md
2021-07-06 00:01:02 +02:00
librerie Update 2021-07-06 00:00:36 +02:00
teoria Library 4 2021-05-16 22:31:05 +02:00
.gitattributes Initial commit 2021-03-18 21:54:45 +01:00
.gitignore Library 1 2021-04-23 21:44:06 +02:00
README.md Create README.md 2021-07-06 00:01:02 +02:00

README.md

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.