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

Added optimized Insertion Method to Insert in a linkedList #141

Closed Krishna-Pradeep-Dawalkar closed 4 years ago

Krishna-Pradeep-Dawalkar commented 4 years ago

I have added a Added optimized Insertion Method to Insert in a Singly Linked List. Using this you can add a Particular Node at a specified position in Linked list. I have added this program in the folder DS_Algorithms -> LinkedList -> LL insertion ->optimized_Insertion_LL.cpp hope u find it helpful and needful!! : )