Skip to content

CherianT/Linked-Link-in-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Linked-Link-in-C

Linked List(Single, Double, Circular Single and Circular Double) coded in C with following functions:

  1. Random Insert in the Linked List.
  2. Add an node in the Beginning of the Linked List.
  3. Add an node in the End of the Linked List.
  4. Add an node after a specific node in the Linked List.
  5. Delete an node in the Beginning of the Linked List.
  6. Delete an node in the End of the Linked List.
  7. Delete a specific node in the Linked List.
  8. Search an element in the Linked List.
  9. Traverse/Display the Linked List.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages