<feed xmlns='http://www.w3.org/2005/Atom'>
<title>data-structures/tree.c, branch master</title>
<subtitle>My implementation of widly used data structures</subtitle>
<id>https://git.its1.de/public/data-structures/atom?h=master</id>
<link rel='self' href='https://git.its1.de/public/data-structures/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/data-structures/'/>
<updated>2022-04-09T07:43:53Z</updated>
<entry>
<title>neue Verzeichnisstruktur</title>
<updated>2022-04-09T07:43:53Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2022-04-09T07:43:53Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/data-structures/commit/?id=154874afda4a8df885e51c01f7681f04fb0b8e61'/>
<id>urn:sha1:154874afda4a8df885e51c01f7681f04fb0b8e61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: überflüssig Klammern bei sizeof-Operator entfernt</title>
<updated>2022-01-16T09:41:49Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2022-01-16T09:41:49Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/data-structures/commit/?id=fb0e8a6fa561cd2a518b6a65f50e8179a19985cc'/>
<id>urn:sha1:fb0e8a6fa561cd2a518b6a65f50e8179a19985cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: remove NULL-checks</title>
<updated>2021-12-29T09:48:03Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2021-12-29T09:48:03Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/data-structures/commit/?id=6ced2a50056acbf7caec404a1edfa3b07fa1ac5d'/>
<id>urn:sha1:6ced2a50056acbf7caec404a1edfa3b07fa1ac5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>neue Funktion: tree_copy()</title>
<updated>2020-12-21T15:43:37Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2020-12-21T15:43:37Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/data-structures/commit/?id=66515dbba09978d62b7c4ab8424dfe548d811a0f'/>
<id>urn:sha1:66515dbba09978d62b7c4ab8424dfe548d811a0f</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
