Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 362 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 362 Bytes

LinkedLists

A project in linked list which include basic operations that are applied in linked lists like addition a new node in the end ,in the start or in random position.Also it supports removal of a node in the start, in the end or in a random position.Detection of a loop is also defined and you can also to insertion sort of the nodes in the linked list