GDSC-MITADT-Hacktoberfest2021 / Hacktoberfest2021

13 stars 40 forks source link

Added circular linked lsit program #50

Closed kiran-yadav-13 closed 2 years ago

kiran-yadav-13 commented 2 years ago

Added a circular linked list program containing functions: I)add a node at begining 2)add node at end 3)Delete node from begining 4)Delete node from end 5)search a node 6)concatenate two cll 7)Delete the given node 8)add a node after the given node 9)Display the cll