Skip to content

romqrocha/Linked-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Linked-List

Nine common functions that manipulate a linked list through user input. The functions are:

  1. Add (insert anywhere)
  2. Find (linear search)
  3. Delete
  4. Replace
  5. Swap
  6. Get Length
  7. Reverse (recursively)
  8. Sort (merge sort)
  9. Print

Use

Compile and run the LinkedList.c file.

Follow the prompts in the terminal and test out each function.

Limitations

Keep at least one node in the linked list, or some bugs might appear.

About

Nine common functions that manipulate a linked list through the terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages