<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.wiki.mathematix.ch/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.wiki.mathematix.ch/feed.php">
        <title>DokuWiki CSC - ef:algorithmen</title>
        <description></description>
        <link>https://www.wiki.mathematix.ch/</link>
        <image rdf:resource="https://www.wiki.mathematix.ch/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-06-03T16:11:15+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.wiki.mathematix.ch/doku.php?id=ef:algorithmen:lernziele&amp;rev=1768487183&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.wiki.mathematix.ch/doku.php?id=ef:algorithmen:prufungalgo&amp;rev=1715871810&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.wiki.mathematix.ch/doku.php?id=ef:algorithmen:skript&amp;rev=1764850454&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.wiki.mathematix.ch/doku.php?id=ef:algorithmen:sortieralgorithmen&amp;rev=1767876595&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.wiki.mathematix.ch/doku.php?id=ef:algorithmen:start&amp;rev=1763566075&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.wiki.mathematix.ch/doku.php?id=ef:algorithmen:temmplates&amp;rev=1765461640&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.wiki.mathematix.ch/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>DokuWiki CSC</title>
        <link>https://www.wiki.mathematix.ch/</link>
        <url>https://www.wiki.mathematix.ch/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://www.wiki.mathematix.ch/doku.php?id=ef:algorithmen:lernziele&amp;rev=1768487183&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-15T14:26:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>lernziele</title>
        <link>https://www.wiki.mathematix.ch/doku.php?id=ef:algorithmen:lernziele&amp;rev=1768487183&amp;do=diff</link>
        <description>Lernziele

A. Datenstrukturen (Skript Kapitel 4)

	*  Was ist eine Datenstruktur verglichen mit einem Datentyp?
	*  Die folgenden Datenstrukturen sollten verstanden werden:
		*  Liste (Array)
		*  Verkettete Liste
		*  Stack (Stapel) und Queue (Warteschlange)</description>
    </item>
    <item rdf:about="https://www.wiki.mathematix.ch/doku.php?id=ef:algorithmen:prufungalgo&amp;rev=1715871810&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-16T15:03:30+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>prufungalgo</title>
        <link>https://www.wiki.mathematix.ch/doku.php?id=ef:algorithmen:prufungalgo&amp;rev=1715871810&amp;do=diff</link>
        <description>Zurück zu dern Lernzielen</description>
    </item>
    <item rdf:about="https://www.wiki.mathematix.ch/doku.php?id=ef:algorithmen:skript&amp;rev=1764850454&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-12-04T12:14:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>skript</title>
        <link>https://www.wiki.mathematix.ch/doku.php?id=ef:algorithmen:skript&amp;rev=1764850454&amp;do=diff</link>
        <description>Links

Traveling Salesman + Ameisenalgorithmus

Edmund Weitz

Simulife Hub (englisch, mathematischer Teil kann man skippen)

Reducible (</description>
    </item>
    <item rdf:about="https://www.wiki.mathematix.ch/doku.php?id=ef:algorithmen:sortieralgorithmen&amp;rev=1767876595&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-01-08T12:49:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>sortieralgorithmen</title>
        <link>https://www.wiki.mathematix.ch/doku.php?id=ef:algorithmen:sortieralgorithmen&amp;rev=1767876595&amp;do=diff</link>
        <description>Sortieralgorithmen in Python

Bubble-Sort Algorithmus

 Idee:  Man vergleicht die ersten beiden Elemente. Wenn die Reihenfolge falsch ist, dann tauscht man sie. Danach wandert man eine Stelle nach rechts und vergleicht das zweite und das dritte Element und tauscht diese gegebenenfalls. Dies wiederholt man bis man am Ende der Liste angekommen ist. Danach beginnt man wieder von vorne und geht bis zum vorletzten Element (warum?). Dies wiederholt man n mal.</description>
    </item>
    <item rdf:about="https://www.wiki.mathematix.ch/doku.php?id=ef:algorithmen:start&amp;rev=1763566075&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-11-19T15:27:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>https://www.wiki.mathematix.ch/doku.php?id=ef:algorithmen:start&amp;rev=1763566075&amp;do=diff</link>
        <description>1. Labyrinthe

Ein Labyrinth kann man durch einen Graphen darstellen. Ein sogenanntes „perfektes Labyrinth“ wird dabei durch einen Baum dargestellt. Allgemeinerer Labyrinthe (die nicht „perfekt“ sind), können durch Graphen repräsentiert werden.</description>
    </item>
    <item rdf:about="https://www.wiki.mathematix.ch/doku.php?id=ef:algorithmen:temmplates&amp;rev=1765461640&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-12-11T14:00:40+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>temmplates</title>
        <link>https://www.wiki.mathematix.ch/doku.php?id=ef:algorithmen:temmplates&amp;rev=1765461640&amp;do=diff</link>
        <description>IV. Python-Templates für eine Sortier-App

1. Tkinter-Template



2. Sortier-Template</description>
    </item>
</rdf:RDF>
