Skip to content

A set of libraries about Algorithms and Data Structures.

Notifications You must be signed in to change notification settings

mangrisano/adt-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

This library is not professional like it could seem to be. Actually, is part of project made by me for a class named "Lab of Algorithms and Data Strutures" of University of Naples "Federico II". In this library you'll find everything [or maybe not] about Abstract Data Types like:

* Vector
* List
* Stack
* Queue [represented as List and Vector]
* Binary Tree [represented as Link and Vector]
* Binary Search Tree
* Matrix CSR [Compressed Sparse Row] and Matrix represented as Vector.

There are two test's folder with some code for testing it. Don't ask what I wrote because it will take too much time to explain.

DISCLAIMER: This shit has nothing to do with what you'll really do professionally, so take it like an hint for studying and learning.

Enjoy!!

About

A set of libraries about Algorithms and Data Structures.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published