]> Untitled Git - axy/ft/pushswap.git/commit
Moved algorithms and fixed norm
author= <=>
Tue, 16 Dec 2025 13:56:30 +0000 (14:56 +0100)
committer= <=>
Tue, 16 Dec 2025 13:56:30 +0000 (14:56 +0100)
commit4681f99048349ed47a24b3a392aa14c6453b0b2f
tree52dc41cd496a40bab25f0bd85f2684c34573a577
parenta7f37d542d31d11d5a1f6c6f098ef897a4f8cb92
Moved algorithms and fixed norm
12 files changed:
Makefile
algorithm_complex.c [new file with mode: 0644]
algorithm_quicksort.c [deleted file]
algorithm_simple.c [moved from algorithm_selection_sort.c with 89% similarity]
algorithm_splitsort.c [deleted file]
main_pushswap.c
pushswap.h
splitsort.c [new file with mode: 0644]
splitsort.h
splitsort_final.c [new file with mode: 0644]
splitsort_iter.c
splitsort_part.c [new file with mode: 0644]