This repository features a set of projects that simulate different data structures. Each project focuses on a specific concept in C++.
- Make
- C++ compiler
- CxxTest (for running tests)
To install the requirements on Debian based systems, use the following commands:
sudo apt update
sudo apt install build-essential
sudo apt install cmake
sudo apt install cxxtest
- Stack Simulation: War

- Queue simulation: Factory

- Trie implementation: Dictionnary

- N-ary Tree with Family Tree Simulation: Family Tree

- Linked list global sum: Distributed list
