Skip to content

Linked List - C code - cthacker-udel. Implements Single, Doubly, Triply, and Circular Linked List in C.

Notifications You must be signed in to change notification settings

cthacker-udel/LinkedListC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linked List Implementation - Single, Double, Triple, Circular

Author - Cameron Thacker (cthacker@udel.edu)

  • This project includes C implementation of single linked list, double linked list, triple linked list, and Circular Linked List, the implemenations of the list use the function malloc and pointer arithmetic. The default name of the structure to contain the nodes of the linked list are node, and the functions available including removing, adding, and displaying the nodes.

  • Initially when the c file is compiled and ran, a menu will be displayed, which requires user input to execute, each option is numbered and corresponds to a function call.

About

Linked List - C code - cthacker-udel. Implements Single, Doubly, Triply, and Circular Linked List in C.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published