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

Hello 123