Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 393 Bytes

File metadata and controls

14 lines (13 loc) · 393 Bytes

CS263-TermProject

Contact List Terminal Application

Doubly Linked List Data Structure

```
This data structure consist of Contact data, previous pointer and next pointer.
```

Insertion Algorithm

Search Algorithm

Deletion Algorithm

Updation Algorithm

```
Search for the Name and replace Name, WorkContact and MobileNumber with the new data.
```