yshshrm / Data-Structures-And-Algorithms-Hacktoberfest18

List of data structures and algorithms. Feel free to contribute under Hacktoberfest '18!
204 stars 1.1k forks source link

Added linkedlist 4basic operations #1606

Open aditisneh opened 4 years ago

aditisneh commented 4 years ago

Added insertion, deletion , making a loop and finding max min element in a linked list.