PEC-CSS/Open-Source

Write a program for creating a phone directory

ultimatecoder2 opened this issue · 4 comments

  1. Program Should be menu-driven.
  2. Functionalities to be included: creating, updating, searching, and deleting a contact.
  3. A single contact should be able to store multiple contact numbers.
  4. Name prefix searching should be possible.(Uppercase and lowercase, both characters can be treated equally)
  5. Complexity of the program needs to be kept in mind while choosing the data structure.

Note: You should write an efficient solution.
Hint: - You can use tries and hashmaps.
You can also come up with your own approach, which is efficient.
This program can be a simple console application, you don't need to create any ui for this.

I can work on this. Can you assign me this task?

I am intersted can you assign me this.

@manu-prakash-choudhary and @AnkurRajneta , if you both can solve it in different languages, then you both can work on it.
Please list down the language, which you will be using to solve this problem.

I have used python to create this.