The program is made up of two lists of numbers named l_a and l_b. In the biginning, l_b will be empty and l_a will contain a certain amount of positive or negative numbers. The obective of the game is to sort l_a
☆14Nov 15, 2020Updated 5 years ago
Alternatives and similar repositories for push_swap
Users that are interested in push_swap are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- popeye Popeye POPEYE☆10Nov 18, 2020Updated 5 years ago
- Scaffold C projects that are ready to run and debug with zero configuration☆14Sep 30, 2021Updated 4 years ago
- A simple way to find Xiaomi Home devices tokens from an iOS unencrypted backup☆20May 31, 2024Updated 2 years ago
- Public repository for various projects done at school 42 in C.☆10Apr 25, 2017Updated 9 years ago
- Wonderful library with lots of useful functions, algorithms and data structures in C☆51Jul 15, 2021Updated 5 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- ☆26Oct 17, 2021Updated 4 years ago
- The third exam of the new cursus at 42☆52Jan 28, 2025Updated last year
- This repo contains Duolingo English Test practice materials.☆13Jan 31, 2026Updated 7 months ago
- Flutter: How to connect to NodeJS & MySQL☆13Dec 11, 2022Updated 3 years ago
- Self-hosted metasearch engine built on SearXNG — private by design, with AI summaries, auth, and a clean UI.☆39Mar 3, 2026Updated 5 months ago
- this is a set of test for ft_containers project☆58Jan 22, 2022Updated 4 years ago
- An algorithm project from 42 school. Sorts a list of integers using two stacks and a limited set of instructions, aiming for the shortest…