<feed xmlns='http://www.w3.org/2005/Atom'>
<title>push_swap/sorting.c, branch quicksort</title>
<subtitle>Sorting challenge solved in C at 42 Heilbronn
</subtitle>
<id>https://git.dkaiser.de/42/push_swap/atom?h=quicksort</id>
<link rel='self' href='https://git.dkaiser.de/42/push_swap/atom?h=quicksort'/>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/push_swap/'/>
<updated>2024-04-16T11:16:20Z</updated>
<entry>
<title>Add some optimization</title>
<updated>2024-04-16T11:16:20Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-04-16T11:16:20Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/push_swap/commit/?id=321cd3e03788cb1f077268d84f8c0c064fadb2ae'/>
<id>urn:sha1:321cd3e03788cb1f077268d84f8c0c064fadb2ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix merge errors</title>
<updated>2024-04-16T07:56:02Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-04-16T07:56:02Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/push_swap/commit/?id=49c0aa0bcda83ca590403a62b80e20b28d53c195'/>
<id>urn:sha1:49c0aa0bcda83ca590403a62b80e20b28d53c195</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'quicksort' into merge-master-into-quicksort</title>
<updated>2024-04-16T07:51:49Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-04-16T07:51:49Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/push_swap/commit/?id=a596331e31bf46d5083e1486b240fbcc76bc908e'/>
<id>urn:sha1:a596331e31bf46d5083e1486b240fbcc76bc908e</id>
<content type='text'>
</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>Try again to add this algorithm</title>
<updated>2024-04-15T22:15:03Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-04-15T22:15:03Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/push_swap/commit/?id=05ed24cc61175dd74056bd0b2ecd509b995784f8'/>
<id>urn:sha1:05ed24cc61175dd74056bd0b2ecd509b995784f8</id>
<content type='text'>
Hopefully this time I put it in the correct branch.
</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>
<entry>
<title>Add inefficient quicksort? algorithm</title>
<updated>2024-04-15T22:01:47Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-04-15T22:01:47Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/push_swap/commit/?id=f421b2dcf9a5d12655e48f4a06f35f17e785fb0f'/>
<id>urn:sha1:f421b2dcf9a5d12655e48f4a06f35f17e785fb0f</id>
<content type='text'>
This algorithm is based on quicksort but probably not really in its
spirit. It is extremely inefficient but could maybe fixed with some
post-optimization.
</content>
</entry>
<entry>
<title>Change stacks from linked lists to rotating arrays</title>
<updated>2024-04-15T15:54:43Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-04-15T15:54:43Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/push_swap/commit/?id=4545c9f4dc339e94bf6ebe0963db55e9dcc131bd'/>
<id>urn:sha1:4545c9f4dc339e94bf6ebe0963db55e9dcc131bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Create function for step-by-step sorting</title>
<updated>2024-04-13T18:01:38Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-04-13T18:01:38Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/push_swap/commit/?id=3d5057371652145189cbf643d99f8628932e1615'/>
<id>urn:sha1:3d5057371652145189cbf643d99f8628932e1615</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add cmd optimization</title>
<updated>2024-04-13T15:49:06Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-04-13T15:49:06Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/push_swap/commit/?id=5427f29f7f8b4a6691330c2fc8a1c24027d8fe71'/>
<id>urn:sha1:5427f29f7f8b4a6691330c2fc8a1c24027d8fe71</id>
<content type='text'>
After the sorting algorithm was executed remove unneccessary commands.
</content>
</entry>
</feed>
