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!! : )
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!! : )