Skip to content

Data Structures Project in Department of Computer Engineering & Informatics, University of Patras (Spring 2015)

Notifications You must be signed in to change notification settings

LKolonias/Data-Structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Data-Structures

Data Structures Project in Department of Computer Engineering & Informatics, University of Patras (Spring 2015)


Implementation of:

  1. AVL tree
  2. Trie
  3. Linear, Binary and Binary Interpolation Search
  4. Comparison of the performance of the above structures

Data set:
csv file containing information over the a company (Id, Name, Description, #Employees, Employee...)

Example:
1;Google;Great company;6;Russell Carroll;Kathy Kelley;Steven Lopez;Sarah Chavez;Barbara West;Billy Wells;Sandra Williamson


Instructions:
make
./run

Run and choose from menu what to do!
(In order to run in Windows enviroment choose and uncomment the right libraries for measuring time from Tester.hpp)

About

Data Structures Project in Department of Computer Engineering & Informatics, University of Patras (Spring 2015)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published