Skip to content

hagay3/Seniority

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Seniority

Intro

This project written under the scope of Data Strucutures Course at the College of Management. Seniority is the concept of a person or group of people taking precedence over another person or group because the former is either older than the latter or has occupied a particular position longer than the latter.

Developers for this project

  • Hagai Ovadia
  • Maor Shmueli

Interface

The code provide an interface to add and remove people considering their age. Add, remove and search algorithms implemented above a Binary Search Tree which obviously improve time complexity against other data structures. Interface methods:

  • Add person by providing name and date
  • Remove person by date
  • Search person by date
  • Print the tree by precedence

Date Format: yyyyMM, e.g 196703

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages