<feed xmlns='http://www.w3.org/2005/Atom'>
<title>data-structures/tree.c, branch bottom-up-heapsort</title>
<subtitle>My implementation of widly used data structures</subtitle>
<id>https://git.its1.de/public/data-structures/atom?h=bottom-up-heapsort</id>
<link rel='self' href='https://git.its1.de/public/data-structures/atom?h=bottom-up-heapsort'/>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/data-structures/'/>
<updated>2020-10-04T12:36:07Z</updated>
<entry>
<title>Setze srcut-Marker...</title>
<updated>2020-10-04T12:36:07Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2020-10-04T12:36:07Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/data-structures/commit/?id=6fb072f62c2f50118dd5cb377d10c76ece51e5fb'/>
<id>urn:sha1:6fb072f62c2f50118dd5cb377d10c76ece51e5fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: richtiger Datentyp beim Test, ob tree ein BST ist.</title>
<updated>2020-09-02T12:58:00Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2020-09-02T12:58:00Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/data-structures/commit/?id=e7cc0d492d67b798a44cb45dabc6893e31394988'/>
<id>urn:sha1:e7cc0d492d67b798a44cb45dabc6893e31394988</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Variable umbenannt, damit der Code konsistenter wird...</title>
<updated>2020-08-09T10:32:17Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2020-08-09T10:32:17Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/data-structures/commit/?id=fd964fae7396ceb7cc268a91c488df9317759205'/>
<id>urn:sha1:fd964fae7396ceb7cc268a91c488df9317759205</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor code.</title>
<updated>2020-08-09T10:20:50Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2020-08-09T10:20:50Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/data-structures/commit/?id=412df11973282575dd96f920d747e48cb274434a'/>
<id>urn:sha1:412df11973282575dd96f920d747e48cb274434a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implementiere einen "preorder"-Iterator</title>
<updated>2020-08-08T07:52:25Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2020-08-08T07:52:25Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/data-structures/commit/?id=dc71e5faf4752f5ceaedd5beae55cea40dbb007f'/>
<id>urn:sha1:dc71e5faf4752f5ceaedd5beae55cea40dbb007f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor code</title>
<updated>2020-08-07T14:04:13Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2020-08-07T14:04:13Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/data-structures/commit/?id=21f923ae851fde353b36c12cfe9f3d2564b1d484'/>
<id>urn:sha1:21f923ae851fde353b36c12cfe9f3d2564b1d484</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Vereinfache Code</title>
<updated>2020-08-07T11:14:21Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2020-08-07T11:14:21Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/data-structures/commit/?id=a491309224fe206fbea8000d6989d4d5b7fa60d6'/>
<id>urn:sha1:a491309224fe206fbea8000d6989d4d5b7fa60d6</id>
<content type='text'>
Mit der for-Schleife statt einer while-Schleife hat die Variable curr
einen kleineren Sichtbarkeitsbereich.
</content>
</entry>
<entry>
<title>Überflüssgen Prototypen entfernt</title>
<updated>2020-08-06T13:39:46Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2020-08-06T13:39:46Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/data-structures/commit/?id=87d83e87b6da4036149b73c9b9b6a6946fd6acc7'/>
<id>urn:sha1:87d83e87b6da4036149b73c9b9b6a6946fd6acc7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reformat code</title>
<updated>2020-08-06T13:29:02Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2020-08-06T13:29:02Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/data-structures/commit/?id=1e97f0d76e2f2dd981d28c3c8f10b54fea394896'/>
<id>urn:sha1:1e97f0d76e2f2dd981d28c3c8f10b54fea394896</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add: levelorder-iteration für Trees</title>
<updated>2020-08-06T07:10:55Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2020-08-06T07:10:55Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/data-structures/commit/?id=4e3ae6fb8703853b21997e4cf60ecc6b141b048d'/>
<id>urn:sha1:4e3ae6fb8703853b21997e4cf60ecc6b141b048d</id>
<content type='text'>
</content>
</entry>
</feed>
