Skip to content

Implementation of single linked list written in c language.

Notifications You must be signed in to change notification settings

matthew-an/LinkedList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinkedList

Implementation of single linked list written in c language.

Operation list

  • node creation
  • single list creation
  • append a node to the end of a given list
  • delete a given node by index in the given list and
  • traverse a given single list
  • reverse a given single list
  • finding the intersection of the given two lists.

About

Implementation of single linked list written in c language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages