Personnal libft library, derived from 42 common core "Libft" project
-
Updated
May 23, 2025 - C
Personnal libft library, derived from 42 common core "Libft" project
This project entails sorting data on a stack with a minimal set of instructions, aiming for efficiency by employing various algorithms to optimize the sorting process.
Several algorithm problems solved in C using data structures such as lists, chained lists, binary trees, binary search trees.
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 will have to manipulate various sorting algorithms and choose the most appropriate solution(s) for optimized data sorting.
Sorting numbers with two stacks in C
Add a description, image, and links to the chained-list topic page so that developers can more easily learn about it.
To associate your repository with the chained-list topic, visit your repo's landing page and select "manage topics."