[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

Implementation of a basic phonebook using Balanced AVL trees

License

Notifications You must be signed in to change notification settings

chrisvrose/dsc3-phonebook-asn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dsc3-phonebook-asn

Implementation of a basic phonebook. Using - AVL trees

Note: This is a phonebook of unique names: Each name has a name, and a list of phone numbers and emails

Loading is done via the file format:


name1:num1,num2,...,?email1,email2,...,
name2:num1,num2,...,?email1,email2,...,

Todo

  • Linear list implementations

    • Linear List search and removals
  • Tree

    • Basic Tree implementations
    • AVL Tree implementations
      • Insertions
      • Deletions
  • Save/Load tree

    • Save to text file
    • Load from correctly formatted text file
  • Add email stuff

  • Modify to load/save emails

  • Modify CLI

About

Implementation of a basic phonebook using Balanced AVL trees

Topics

Resources

License

Stars

Watchers

Forks

Languages