Skip to content
#

split-linked-list

Here is 1 public repository matching this topic...

This is a simple implementation of a linked-list in C with a few helper functions for merging two or three linked-lists, splitting a linked list into two or three parts, and sorting a linked-list (recursive and non-recursive)

  • Updated Dec 23, 2022
  • C

Improve this page

Add a description, image, and links to the split-linked-list topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the split-linked-list topic, visit your repo's landing page and select "manage topics."

Learn more