<feed xmlns='http://www.w3.org/2005/Atom'>
<title>push_swap/optimization.c, branch optimization</title>
<subtitle>Sorting challenge solved in C at 42 Heilbronn
</subtitle>
<id>https://git.dkaiser.de/42/push_swap/atom?h=optimization</id>
<link rel='self' href='https://git.dkaiser.de/42/push_swap/atom?h=optimization'/>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/push_swap/'/>
<updated>2024-04-13T14:34:23Z</updated>
<entry>
<title>Rename optimization.c to stack_optimization.c</title>
<updated>2024-04-13T14:34:23Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-04-13T14:34:23Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/push_swap/commit/?id=f5fe6ded974fea397c7a208456d669f3b5c0672e'/>
<id>urn:sha1:f5fe6ded974fea397c7a208456d669f3b5c0672e</id>
<content type='text'>
Also some cleanup and trying to make norminette happy
</content>
</entry>
<entry>
<title>Add stack optimization</title>
<updated>2024-04-13T14:29:20Z</updated>
<author>
<name>Dominik Kaiser</name>
</author>
<published>2024-04-13T14:29:20Z</published>
<link rel='alternate' type='text/html' href='https://git.dkaiser.de/42/push_swap/commit/?id=4428c51329562af9feb26860b56b8b39191ac18b'/>
<id>urn:sha1:4428c51329562af9feb26860b56b8b39191ac18b</id>
<content type='text'>
I want to use lsd radix sort which only works with positive numbers.
The added functions optimize the stack so it is only positive numbers.
As we don't need the actual contents of the stack, we can just override.
</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>
