Skip to content

This project implements a library of fundamental data structures and algorithms in C++ and provides a command-driven interface to interact with them.

Notifications You must be signed in to change notification settings

vasrask/data-structures-library-in-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures Library in C++

This project implements a library of fundamental data structures and algorithms in C++ and provides a command-driven interface to interact with them.

Overview

The program supports the following data structures:

  • MinHeap
  • MaxHeap
  • AVL Tree
  • Graph
  • Hash Table

It reads a sequence of commands from commands.txt, executes them on the corresponding data structures, and writes results (along with execution times) to output.txt.

Modify commands.txt and the rest of the input TXT files.

Author

Vasiliki Raskopoulou


This project was created as part of a data structures and algorithms assignment.

About

This project implements a library of fundamental data structures and algorithms in C++ and provides a command-driven interface to interact with them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages