]> git.dkaiser.de - 42/push_swap.git/commit
Add movement (with some bugs)
authorDominik Kaiser <dominik@dominik-XPS.fritz.box>
Wed, 17 Apr 2024 10:21:25 +0000 (12:21 +0200)
committerDominik Kaiser <dominik@dominik-XPS.fritz.box>
Wed, 17 Apr 2024 10:21:25 +0000 (12:21 +0200)
commitb0a8aaeddfc5feb8a55d16891e199f635291c66a
treeba947e8efc2420017e2de620fbdb3958d6bcb023
parent26e76f9d7ad46948b0548c41375f81cacf20b47c
Add movement (with some bugs)

TODO: Fix sorting direction. Right now the numbers are sorted max ->
min instead of min -> max.
TODO: Fix sorting bug. Some numbers are not sorted.
cmd_optimization.c
sorting.c