Bijay555 / Hacktoberfest-Algorithms

This repository is mainly open to those who are looking to make some PRs for the Hacktoberfest 2020 event. In this repository, you can add programs on some useful algorithms for Competitive Programming in any languages.
47 stars 99 forks source link

Linked List programs #184

Open Rakshit-26 opened 1 year ago

Rakshit-26 commented 1 year ago

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.