Skip to content

itsyadavRajkumar/Phone-Directory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Phone-Directory

this is the phone directory which is built-in c++ language and the concept of data structure.

Introduction

In This project, all contact is sorted in lexicographical order, and when a new contact is created at that time we connect his original position.

for searching in this project user can search with name(first name, last name), mobile number, email id., and the searching process is done by user entering in any case(lower case, upper case) of character like- {RaJkuMAr, RAJKUMAR, rajkumar,......}.

and when the user wanna delete the contact at that time we remove the current node(which node the user wanna remove) and connect the previous node to the next node.

and we can also update the existing contact and when the user updates any contact then maybe he is not now in the correct position then at that time we connect to his original new position means sort in lexicographical order.

In the delete all contacts: we can delete all contacts and return an empty set.

In the view all contacts: we print all contacts.

Key Features

Technologies used

Programming Language: c++.
Data Structure : sorting, searching, doubly linked list.

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages