Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 426 Bytes

File metadata and controls

11 lines (10 loc) · 426 Bytes

PHONE-DIRECTORY-using-various-data-structures

This is a Phone Directory Managamenet System implemented using data structures such as:

  1. Trie
  2. AVL Tree
  3. Singly Linked List
  4. Hash Map.

The UI is implemented using JavaSwing. It was developed using WindowBuilder.
For running the software :
Add all classes to a java project named Phone_Directory.
Run Driver.java to start run the software