Linked List consists of nodes where each node contains a data field and a reference(link) to the next node in the list.
Primary LanguageC
No issues in this repository yet.