Skip to content

Here, I have implemented some operations on the linked list and doubly linked list. This Code is very easy to understand and implement.

Notifications You must be signed in to change notification settings

niyam239/linked-list-in-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Operations performed in Linked List.c file:

1. Insert a node at front
2. Insert a node at end
3. Insert a node after given node information
4. Delete a node at front
5. Delete a node at end
6. Delete a node by given node information
7. Display a LinkList

Operations performed in Doubly Linked List.c file:

1. Insert a node at front
2. Insert a node at end
3. Insert a node left to given node information
4. Insert a node right to given node information
5. Delete a node at front
6. Delete a node at end
7. Delete a node left to given node information
8. Delete a node right to given node information
9. Display a LinkList

About

Here, I have implemented some operations on the linked list and doubly linked list. This Code is very easy to understand and implement.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages