Skip to content
#

algorithms-datastructures

Here are 60 public repositories 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

42 Cursus - push_swap: This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves. To make this happen, you have to manipulate various sorting algorithms and choose the most appropriate solution(s) for optimized data sorting.

  • Updated Feb 21, 2022
  • C

Improve this page

Add a description, image, and links to the algorithms-datastructures 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 algorithms-datastructures topic, visit your repo's landing page and select "manage topics."

Learn more