Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 254 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 254 Bytes

Doublylinked List

Created the following function for doubly linked list. sortedLinkedList is the function to sort the element(data) before adding into the doubly linked list. deleteNodeFromList is the function to delete the Node from doubly liked list