tulika-99 / DS_Algorithms

A collection of various Algorithms for Data Structures in different languages. HacktoberFest 2020-22 :octocat:
24 stars 124 forks source link

Insertion and Deletion in Linked List #139

Closed shashan27 closed 4 years ago

shashan27 commented 4 years ago

To perform insertion and deletion at a given index by the user.

Peace! ✌️

tulika-99 commented 4 years ago

It would be appreciated if u try out some algorithm which makes use of linked list to perform something that's not directly doable like by these library functions here.