Thanks to visit codestin.com
Credit goes to github.com

Skip to content

raza-musavi/phone_directory

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phone Directory


This is a console application developed for creating a phone directory using BST (binary search tree) data structure. It has a text file as a database from where it fetches (in alphabetical order) and stores the new numbers in the format as Name PhoneNumber Email.

📷 Screenshots


Insert New Details

Display Contacts

Search Details (If found)

Search Details (If not found)

First number in DB

Last number in DB

⭐ Fetaures


  1. Store the new number in db. Also able to handle if two numbrs of a particular user exists.
  2. Fetch the numbers from db and present it in alphabetical order.
  3. User can also search a particular number in the db and it will return the details if the number exists otherwise return a suitable message.
  4. It can return the information of first contact stored in database.
  5. It can return the information of last contact stored in database.

📡 Technology Stack


  • Java
  • Visual Studio (Any IDE even the Vim is enough)
  • Text editor

🔧 How to build


  1. Clone the repository
  2. If in terminal and vim
  • Compile the codes using javac PhoneDirectory.java
  • Run the code using java PhoneDirectoy
  1. If in any editor (IDE)
  • Open the file PhoneDirectory.java and run it directly.

About

The java-based console application to manage your phone directory ☎️.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%