https://github.com/solareenlo/42push_swap
Sorting Algorithm using two deque
https://github.com/solareenlo/42push_swap
42 42born2code 42cursus
Last synced: 4 months ago
JSON representation
Sorting Algorithm using two deque
- Host: GitHub
- URL: https://github.com/solareenlo/42push_swap
- Owner: solareenlo
- Created: 2021-04-14T22:06:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-29T14:22:41.000Z (about 4 years ago)
- Last Synced: 2024-12-30T09:15:55.453Z (5 months ago)
- Topics: 42, 42born2code, 42cursus
- Language: C
- Homepage:
- Size: 7.33 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 42push_swap

Reference: [o-reo/push_swap_visualizer](https://github.com/o-reo/push_swap_visualizer)## Technic
- Intro sort, Quick sort, DFS, deque.## References
- [solareenlo/qsort.c](https://github.com/solareenlo/qsort.c)
- [solareenlo/42deque](https://github.com/solareenlo/42deque)
- [o-reo/push_swap_visualizer](https://github.com/o-reo/push_swap_visualizer)
- [elijahkash/push_swap_gui](https://github.com/elijahkash/push_swap_gui)