Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/annapoorna-a-k/phone-directory-using-various-data-structures

Data Structure and Algorithms Project on Phone Directory Management System
https://github.com/annapoorna-a-k/phone-directory-using-various-data-structures

avltree datastructures-algorithms hashmap java phone-directory-application singlylinkedlist trie

Last synced: 9 days ago
JSON representation

Data Structure and Algorithms Project on Phone Directory Management System

Awesome Lists containing this project

README

        

# 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