Programming Project: Iterative List Merge Sort

DOUBLY LINKED LIST. AIM:-To write a ā€˜Cā€™ program to create a Doubly linked list implementation. ALGORITHM:-Start the program. Get the choice from the user. If the choice is to add records, get the data from the user and add them to the list. If the choice is to delete records, get the data to be deleted and delete it from the list. ................
................