M3Rcrypt / singlyLinkedList

The C code to implement singly Linked List. There are several functions to create linked list, delete elements, insert elements, reversing the linked list, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

singlyLinkedList

A linked list is a linear data structure, in which the elements are not stored at contiguous memory locations. The elements in a linked list are linked using pointers as shown in the below image: image (GeeksforGeeks)

The C code to implement singly Linked List. There are several functions to create linked list, delete elements, insert elements, reversing the linked list, etc.

About

The C code to implement singly Linked List. There are several functions to create linked list, delete elements, insert elements, reversing the linked list, etc.

License:MIT License


Languages

Language:C 100.0%