<feed xmlns='http://www.w3.org/2005/Atom'>
<title>push_swap/sorting.c, branch scoresort</title>
<subtitle>Sorting challenge solved in C at 42 Heilbronn
</subtitle>
<id>https://git.dkaiser.de/42/push_swap/atom?h=scoresort</id>
<link rel='self' href='https://git.dkaiser.de/42/push_swap/atom?h=scoresort'/>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/push_swap/'/>
<updated>2024-04-24T13:04:10Z</updated>
<entry>
<title>Add is_sorted</title>
<updated>2024-04-24T13:04:10Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-04-24T13:04:10Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/push_swap/commit/?id=2d6275bad3467b01db64a5d6dcf74d746d10d657'/>
<id>urn:sha1:2d6275bad3467b01db64a5d6dcf74d746d10d657</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make norminette happy and some more error handling</title>
<updated>2024-04-24T12:59:53Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-04-24T12:59:53Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/push_swap/commit/?id=173279d8e83e81fd1d451adb2153103dc0506ad8'/>
<id>urn:sha1:173279d8e83e81fd1d451adb2153103dc0506ad8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Norminette formatting</title>
<updated>2024-04-24T09:08:34Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-04-24T09:08:34Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/push_swap/commit/?id=a931d6df9fd873607442a70351fbb7e0f32590d0'/>
<id>urn:sha1:a931d6df9fd873607442a70351fbb7e0f32590d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Finally fix sorting</title>
<updated>2024-04-17T13:49:14Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-04-17T13:49:14Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/push_swap/commit/?id=6d5af57b81b1d180c5e0c0d8e363553771b72455'/>
<id>urn:sha1:6d5af57b81b1d180c5e0c0d8e363553771b72455</id>
<content type='text'>
Unfortunately the performance is not good right now,
but this should be rather easy to fix.
</content>
</entry>
<entry>
<title>Change sorting direction (still not fully working)</title>
<updated>2024-04-17T12:19:37Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-04-17T12:19:37Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/push_swap/commit/?id=cd2231f596dd945dbf37e7d7b260d6d8950ffce7'/>
<id>urn:sha1:cd2231f596dd945dbf37e7d7b260d6d8950ffce7</id>
<content type='text'>
Somehow the 0 is still not sorted and in some cases 1 as well.
TODO: Fix this
</content>
</entry>
<entry>
<title>Add movement (with some bugs)</title>
<updated>2024-04-17T10:21:25Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-04-17T10:21:25Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/push_swap/commit/?id=b0a8aaeddfc5feb8a55d16891e199f635291c66a'/>
<id>urn:sha1:b0a8aaeddfc5feb8a55d16891e199f635291c66a</id>
<content type='text'>
TODO: Fix sorting direction. Right now the numbers are sorted max -&gt;
min instead of min -&gt; max.
TODO: Fix sorting bug. Some numbers are not sorted.
</content>
</entry>
<entry>
<title>Add score calculation</title>
<updated>2024-04-17T09:51:17Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-04-17T09:51:17Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/push_swap/commit/?id=26e76f9d7ad46948b0548c41375f81cacf20b47c'/>
<id>urn:sha1:26e76f9d7ad46948b0548c41375f81cacf20b47c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add presorting</title>
<updated>2024-04-17T08:51:01Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-04-17T08:51:01Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/push_swap/commit/?id=61c619f2d24cadd53defe1cfa74b71f644c49010'/>
<id>urn:sha1:61c619f2d24cadd53defe1cfa74b71f644c49010</id>
<content type='text'>
All entries that are not in order will be pushed into b.
If the entry is larger than our pivot, it will be pushed to the bottom,
else the top of b.
</content>
</entry>
<entry>
<title>Simplify arguments into t_psdata</title>
<updated>2024-04-16T07:28:12Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-04-16T07:28:12Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/push_swap/commit/?id=b0db3b8a7c4dd03c759fb88bed7d5ce1d41a6059'/>
<id>urn:sha1:b0db3b8a7c4dd03c759fb88bed7d5ce1d41a6059</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Add inefficient quicksort? algorithm"</title>
<updated>2024-04-15T22:13:14Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-04-15T22:13:14Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/push_swap/commit/?id=4f288f94c8ec8ced5200d2e4e5713d9b119aed48'/>
<id>urn:sha1:4f288f94c8ec8ced5200d2e4e5713d9b119aed48</id>
<content type='text'>
This reverts commit f421b2dcf9a5d12655e48f4a06f35f17e785fb0f.
</content>
</entry>
</feed>
