<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Gute Baum Tree-Container??]]></title><description><![CDATA[<p>Recheriere schon lännger nach einem (freien) Tree container, habe bisher</p>
<p><a href="http://stlplus.sourceforge.net/stlplus/docs/ntree_hpp.html" rel="nofollow">http://stlplus.sourceforge.net/stlplus/docs/ntree_hpp.html</a></p>
<p><a href="http://www.datasoftsolutions.net/tree_container_library/examples/tcl_test_suite.php" rel="nofollow">http://www.datasoftsolutions.net/tree_container_library/examples/tcl_test_suite.php</a><br />
und</p>
<p><a href="http://www.gamedev.net/reference/articles/article2233.asp" rel="nofollow">http://www.gamedev.net/reference/articles/article2233.asp</a></p>
<p>gefunden.</p>
<p>Die dritte alternative hat mich bisher am ehesten angesprochen! Gibt noch weitere continer, mit denen man gescheit arbeiten und iterieren kann?</p>
<p>EDIT: beim TCL tree komm ich nicht dahinter wie ich die unterschiedlichen iteratoren (bspw. pre_order_iterator) verwenden kann!</p>
<p>Danke</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/191740/gute-baum-tree-container</link><generator>RSS for Node</generator><lastBuildDate>Sun, 27 Sep 2026 03:13:41 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/191740.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 06 Sep 2007 05:09:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Gute Baum Tree-Container?? on Thu, 06 Sep 2007 05:24:34 GMT]]></title><description><![CDATA[<p>Recheriere schon lännger nach einem (freien) Tree container, habe bisher</p>
<p><a href="http://stlplus.sourceforge.net/stlplus/docs/ntree_hpp.html" rel="nofollow">http://stlplus.sourceforge.net/stlplus/docs/ntree_hpp.html</a></p>
<p><a href="http://www.datasoftsolutions.net/tree_container_library/examples/tcl_test_suite.php" rel="nofollow">http://www.datasoftsolutions.net/tree_container_library/examples/tcl_test_suite.php</a><br />
und</p>
<p><a href="http://www.gamedev.net/reference/articles/article2233.asp" rel="nofollow">http://www.gamedev.net/reference/articles/article2233.asp</a></p>
<p>gefunden.</p>
<p>Die dritte alternative hat mich bisher am ehesten angesprochen! Gibt noch weitere continer, mit denen man gescheit arbeiten und iterieren kann?</p>
<p>EDIT: beim TCL tree komm ich nicht dahinter wie ich die unterschiedlichen iteratoren (bspw. pre_order_iterator) verwenden kann!</p>
<p>Danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1359867</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1359867</guid><dc:creator><![CDATA[BorisDieKlinge]]></dc:creator><pubDate>Thu, 06 Sep 2007 05:24:34 GMT</pubDate></item><item><title><![CDATA[Reply to Gute Baum Tree-Container?? on Thu, 06 Sep 2007 05:26:03 GMT]]></title><description><![CDATA[<p>welche Eigenschaften muss der Baum denn haben?</p>
<p>ultimative-ich-erschlag-alles-Lösung:<br />
<a href="http://www.boost.org/libs/graph/doc/table_of_contents.html" rel="nofollow">http://www.boost.org/libs/graph/doc/table_of_contents.html</a></p>
<p>Allerdings musst du dir den Baum da noch selbst zusammenbasteln <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1359871</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1359871</guid><dc:creator><![CDATA[otze]]></dc:creator><pubDate>Thu, 06 Sep 2007 05:26:03 GMT</pubDate></item><item><title><![CDATA[Reply to Gute Baum Tree-Container?? on Thu, 06 Sep 2007 05:32:57 GMT]]></title><description><![CDATA[<p>naja aber dein Vorschlag ist ja ein Graph und kein Baum:)</p>
<p>- Einfach handhabung bspw (nich so wichtig wenn der rest gut is):</p>
<pre><code class="language-cpp">Tree XX(&quot;root&quot;);

XX:iterator it= XX.insert(&quot;A&quot;);

it.insert(&quot;B&quot;);
</code></pre>
<p><img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /></p>
<p>- Schnelle iteration (in beide richtungen)</p>
<p>- Schnelles löschen und anfügen von knoten</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1359875</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1359875</guid><dc:creator><![CDATA[BorisDieKlinge]]></dc:creator><pubDate>Thu, 06 Sep 2007 05:32:57 GMT</pubDate></item><item><title><![CDATA[Reply to Gute Baum Tree-Container?? on Thu, 06 Sep 2007 06:37:20 GMT]]></title><description><![CDATA[<p>solangsam versteh ich den TCL Tree:) so übel ist der gar nich...:)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1359891</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1359891</guid><dc:creator><![CDATA[BorisDieKlinge]]></dc:creator><pubDate>Thu, 06 Sep 2007 06:37:20 GMT</pubDate></item></channel></rss>