Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 477 Bytes

File metadata and controls

23 lines (16 loc) · 477 Bytes

DSA PROJECT

A project based on the Data structures.

Data Structures used:

  • QUEUE
  • STACK
  • LINKED LIST
  • BINARY SEARCH TREE

Phone Directory

The contacts have been saved in a txt file. The program prompts the user:

  • Display all the Contacts
  • Search a Contact
  • Display the first Contact
  • Display the last Contact
  • Duplicate Contact (if found)

Project Report

ProjectReport