Implementation of an algorithm for sorting numbers within a fixed set of rules. Enhancing the "Turk Algorithm".
-
Updated
Apr 12, 2025 - C
10000
Implementation of an algorithm for sorting numbers within a fixed set of rules. Enhancing the "Turk Algorithm".
42 Core Curriculum --- Stack sorting algorithm using limited operations in C. The used algorithm, "Turksort", can be found in the linked video.
My push_swap project for the 42 Cursus. An integer sorting program, using a limited set of instructions. 84/100
This project challenges you to efficiently sort data on a stack using a limited set of instructions and minimizing the number of moves. Explore and implement various sorting algorithms to find the best solutions for optimized data sorting.
42_push_swap; a game to introduce algorithm design
push_swap will sort random integers on a stack, with a limited set of instructions, trying to use the least stack operations to get a sorted stack.
📶 Push-swap 2 stacks sorting
Add a description, image, and links to the stack-sorting topic page so that developers can more easily learn about it.
To associate your repository with the stack-sorting topic, visit your repo's landing page and select "manage topics."