An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# 42push_swap
![](gif/push_swap.gif)
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)