<feed xmlns='http://www.w3.org/2005/Atom'>
<title>data-structures/makefile, 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>2024-09-06T19:52:08Z</updated>
<entry>
<title>noch mehr code aufräumen</title>
<updated>2024-09-06T19:52:08Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2024-09-06T19:52:08Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/data-structures/commit/?id=c353b1a162065e4efb7da30d8e57631654ebd6fc'/>
<id>urn:sha1:c353b1a162065e4efb7da30d8e57631654ebd6fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: rename files</title>
<updated>2022-04-10T07:01:17Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2022-04-10T07:01:17Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/data-structures/commit/?id=7221289477ba80bfbb9c2c37e43a9d6b1d0e6d17'/>
<id>urn:sha1:7221289477ba80bfbb9c2c37e43a9d6b1d0e6d17</id>
<content type='text'>
</content>
</entry>
<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: implement shellsort</title>
<updated>2022-01-01T11:27:32Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2022-01-01T11:27:32Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/data-structures/commit/?id=20ad66e839dbc632b844f1c03137efa1a457f5fd'/>
<id>urn:sha1:20ad66e839dbc632b844f1c03137efa1a457f5fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: implement insertsort</title>
<updated>2021-12-29T12:37:57Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2021-12-29T12:37:57Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/data-structures/commit/?id=498b794ce5bae04495d916380927e9be23591e49'/>
<id>urn:sha1:498b794ce5bae04495d916380927e9be23591e49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Benutze util.h für ERROR-Handling</title>
<updated>2020-10-31T08:32:58Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2020-10-31T08:32:58Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/data-structures/commit/?id=8f580522d6c499ba9a73cff0be6563171c506bfb'/>
<id>urn:sha1:8f580522d6c499ba9a73cff0be6563171c506bfb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Import ArrayList-Implementation</title>
<updated>2020-10-31T08:10:07Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2020-10-31T08:10:07Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/data-structures/commit/?id=784f93c625260942c1961c3034ee9b57d253c696'/>
<id>urn:sha1:784f93c625260942c1961c3034ee9b57d253c696</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: makefile</title>
<updated>2020-09-04T07:06:00Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2020-09-04T07:06:00Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/data-structures/commit/?id=f484584a4a9fa62a06a00a58864f0756665da630'/>
<id>urn:sha1:f484584a4a9fa62a06a00a58864f0756665da630</id>
<content type='text'>
</content>
</entry>
<entry>
<title>erste Version einer einfach verketteten Liste mit tail-Wächter</title>
<updated>2020-09-03T07:42:39Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2020-09-03T07:42:39Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/data-structures/commit/?id=7c62454f092ecedebd9e245dc0c9df276b288ada'/>
<id>urn:sha1:7c62454f092ecedebd9e245dc0c9df276b288ada</id>
<content type='text'>
</content>
</entry>
<entry>
<title>makefile: Aktiviere noch mehr Fehlerprüfungen. Deaktiviere Optimierungen (damit man besser mit gdb debuggen kann).</title>
<updated>2020-08-15T07:55:30Z</updated>
<author>
<name>Thomas Schmucker</name>
<email>ts@its1.de</email>
</author>
<published>2020-08-15T07:55:30Z</published>
<link rel='alternate' type='text/html' href='https://git.its1.de/public/data-structures/commit/?id=c97164c73bde2226e9d9243771f5e58157db7218'/>
<id>urn:sha1:c97164c73bde2226e9d9243771f5e58157db7218</id>
<content type='text'>
</content>
</entry>
</feed>
