Algorithm in C to sort a list of integers with the fewest possible moves.
-
Updated
Nov 16, 2024 - C
Algorithm in C to sort a list of integers with the fewest possible moves.
Sorting algorithm using two stacks
Algorithm challenge focused on sorting a stack of integers with the minimum number of operations. Implemented in C with a limited set of operations, ideal for understanding algorithm optimization.
Push_swap is a sorting algorithm project where the goal is to sort a stack of integers with the fewest operations, using a limited set of commands
🔀 This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed you’ll have to manipulate various types of algorithms and choose the most appropriate solution (out of many) for an optimized data sorting.
libft, ft_printf, get_next_line, born2beroot, pipex, push_swap
The seventh project of 42's curriculum asks students to find an optimized way to sort data with two stacks and a limited set of instructions.
42 School Push_Swap - Algorithmic project on C
Because _`swap_push`_ isn’t as natural
Pushswap is a 42 project emphasizing efficient sorting by minimizing operations. Participants use a limited set of commands to manipulate stacks and achieve the desired sorted order, showcasing algorithm design and optimization skills while developing problem-solving abilities.
push_swap project from the 42 main curriculum
A program that sorts a stack of integers in the least steps possible, based on a limited set of instructions
A simple shell script to test the push_swap project of the 42Cursus
A sorting algorithm that sorts stacks by ascending order
A program that sorts a stack of integers in the least steps possible, based on a limited set of instructions
42 Project about sorting algorithms. The program, called push_swap, takes a list of integers and sorts it using a set of predefined operations on two stacks. Another program, called checker, verifies the correctness of the sorting by executing the instructions generated by push_swap on the stack A.
42 cursus' push_swap project. Start date: 24/03/2023. Finish date: 10/05/2023.
Add a description, image, and links to the 42pushswap topic page so that developers can more easily learn about it.
To associate your repository with the 42pushswap topic, visit your repo's landing page and select "manage topics."