<feed xmlns='http://www.w3.org/2005/Atom'>
<title>push_swap/main.c, branch master</title>
<subtitle>Sorting challenge solved in C at 42 Heilbronn
</subtitle>
<id>https://git.dkaiser.de/42/push_swap/atom?h=master</id>
<link rel='self' href='https://git.dkaiser.de/42/push_swap/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/push_swap/'/>
<updated>2024-04-17T08:00:27Z</updated>
<entry>
<title>Merge branch 'master' into add_2op_optimization</title>
<updated>2024-04-17T08:00:27Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-04-17T08:00:27Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/push_swap/commit/?id=09176f10ff4fbde374825a064241cdc3ff163623'/>
<id>urn:sha1:09176f10ff4fbde374825a064241cdc3ff163623</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add optimization for double stack ops</title>
<updated>2024-04-17T07:53:13Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-04-17T07:53:13Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/push_swap/commit/?id=c16af7775f6d4bb56bb8a0891ec646032f442993'/>
<id>urn:sha1:c16af7775f6d4bb56bb8a0891ec646032f442993</id>
<content type='text'>
Now RA and RB will be optimized to RR
</content>
</entry>
<entry>
<title>Refactor cmd_optimization</title>
<updated>2024-04-16T16:10:54Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-04-16T16:10:54Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/push_swap/commit/?id=b8be1fba75a133b159b71a5c3c06436a143e670f'/>
<id>urn:sha1:b8be1fba75a133b159b71a5c3c06436a143e670f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adjust main to correctly use and free data</title>
<updated>2024-04-16T07:36:40Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-04-16T07:36:40Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/push_swap/commit/?id=50e53dbdf4e6e6ec7d1514cc44fa06e689a584b7'/>
<id>urn:sha1:50e53dbdf4e6e6ec7d1514cc44fa06e689a584b7</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>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>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>
<entry>
<title>Add empty stack_optimize function</title>
<updated>2024-04-13T13:32:45Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-04-13T13:32:45Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/push_swap/commit/?id=40025011f834660beba759864f3f59552acbeecd'/>
<id>urn:sha1:40025011f834660beba759864f3f59552acbeecd</id>
<content type='text'>
</content>
</entry>
</feed>
