Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/annapoorna-a-k/phone-directory-using-various-data-structures
- Owner: annapoorna-a-k
- Created: 2022-07-12T20:01:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-24T15:02:47.000Z (over 2 years ago)
- Last Synced: 2023-03-11T09:22:27.261Z (over 1 year ago)
- Topics: avltree, datastructures-algorithms, hashmap, java, phone-directory-application, singlylinkedlist, trie
- Language: Java
- Homepage:
- Size: 150 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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