Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/diiego-h/datastructures

University project: Implementation & usage of data structures
https://github.com/diiego-h/datastructures

Last synced: 11 days ago
JSON representation

University project: Implementation & usage of data structures

Awesome Lists containing this project

README

        

# DataStructures
University project: Implementation & usage of data structures in C++.

## Summary
This repository is a collection of different coding exercises to understand the concept behind both linear and non-linear data structures. `Stack` uses the `Vector` class but all the others use custom `Node` objects and memory allocation for the implementation. For all of them, a `main` code is attached to solve some small problem with a view to show how the implemented classes are used.