moogacs / problem-solving

Problem solving repo. for the purpose to collect problems solution with different programming language
MIT License
16 stars 51 forks source link

Added Linked Lists and Linear Search algorithm #62

Closed Nibba2018 closed 4 years ago

Nibba2018 commented 4 years ago

Singly Linked List, Doubly Linked List and Linear Search were added to the C folder.

Under Singly Linked List, the following operations were done:

Under Doubly Linked List, the following operations were performed:

Linear Search algorithm was added.