Skip to content

This project presents a collection of C++ simulations for various data structures : stacks, queues, distributed lists, N-ary trees, etc.

License

Notifications You must be signed in to change notification settings

Matth-L/Data-Structure-Compendium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structure Compendium

This repository features a set of projects that simulate different data structures. Each project focuses on a specific concept in C++.

📋 Requirements

  • 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

📂 Projects

  1. Stack Simulation: War
stack
  1. Queue simulation: Factory
queue
  1. Trie implementation: Dictionnary
trie
  1. N-ary Tree with Family Tree Simulation: Family Tree
family_tree
  1. Linked list global sum: Distributed list
distributed_list

About

This project presents a collection of C++ simulations for various data structures : stacks, queues, distributed lists, N-ary trees, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •