Hacktoberfest-Algorithms
Hacktoberfest-Algorithms copied to clipboard
Linked List programs
Added three c files having menu driven programs performing the creation, insertion, deletion(at beginning, end and at a specific location) and traversal in singly linked list, circular singly linked list and doubly linked list.