42 School project - push_swap
old push_swap
#Auteur
nhuber : Nicolas Huber
#Learning Goals
- stack data structure
- sorting algorithm
#Convention
#My own info
- Quicksort
- Insertionsort
- logic
- Python scrpit test - credits to mokolodi1
- Algorithm scheme
- Understanding sorting algorithms and data structures - credits to Yale University.