A collection of C++ Projects I've done
- Array: Array class using Templates.
- BigInt: A class for the concept of an integer number of any size in a particular base.
- Graph: A class for the concept of directed graphs implemented with adjacency lists.
- Forest: A graph without a cycle
- Tree: A forest which is connected.
- Vector: A class for the concept of vectors in an n-dimensional space.