Skip to content
Snippets Groups Projects
aud1.json 2.58 KiB
Newer Older
  • Learn to ignore specific revisions
  • Matthias Konitzny's avatar
    Matthias Konitzny committed
    {
      "nodes": [
        {
          "id":  "id1",
          "name": "Algorithmen und Datenstrukturen 1"
        },
        {
          "id":  "id2",
          "name": "Graphen"
        },
    
        {
          "id":  "id3",
          "name": "Suche in Graphen"
        },
        {
          "id":  "id4",
          "name": "Dynamische Datenstrukturen"
        },
        {
          "id":  "id5",
          "name": "Graphendefinition"
    
        },
        {
          "id":  "id6",
    
          "name": "Eulertouren",
    
          "image": "eulertouren.png",
    
          "description": "Ein Eulerkreis ist in der Graphentheorie ein Zyklus, der alle Kanten eines Graphen genau einmal enthält. Ein offener Eulerzug (auch Eulerpfad oder Eulerweg) ist gegeben, wenn Start- und Endknoten nicht gleich sein müssen, wenn also statt eines Zyklus lediglich eine Kantenfolge verlangt wird, welche jede Kante des Graphen genau einmal enthält. Ein bekanntes Beispiel ist das Haus vom Nikolaus. Dieser Text braucht noch eine Zeile, damit er gescrollt werden muss."
    
    Matthias Konitzny's avatar
    Matthias Konitzny committed
        },
        {
          "id":  "id7",
          "name": "Wege in Graphen"
        },
        {
          "id":  "id8",
          "name": "Vorlesung 2"
    
        },
        {
          "id":  "id9",
          "name": "Vorlesung 3"
    
        },
        {
          "id":  "id10",
          "name": "Wege in Graphen"
    
        },
        {
          "id":  "id11",
          "name": "Bedingungen für Eulertouren"
    
        },
        {
          "id":  "id12",
          "name": "Vorlesung 4"
    
        }
      ],
      "links": [
        {
          "source":  "id1",
          "target": "id2",
          "type": "Thema"
        },
        {
          "source":  "id1",
          "target": "id3",
          "type": "Thema"
        },
        {
          "source":  "id1",
          "target": "id4",
          "type": "Thema"
        },
        {
          "source":  "id2",
          "target": "id5",
          "type": "Thema"
        },
        {
          "source":  "id2",
          "target": "id6",
          "type": "Thema"
        },
        {
          "source":  "id2",
          "target": "id7",
          "type": "Thema"
        },
        {
          "source":  "id2",
          "target": "id8",
          "type": "Vorlesung"
        },
        {
          "source":  "id2",
          "target": "id9",
          "type": "Vorlesung"
        },
        {
          "source":  "id2",
          "target": "id10",
          "type": "Thema"
        },
        {
          "source":  "id8",
          "target": "id5",
          "type": "Inhalt"
        },
        {
          "source":  "id8",
          "target": "id6",
          "type": "Inhalt"
        },
        {
          "source":  "id9",
          "target": "id10",
          "type": "Inhalt"
        },
        {
          "source":  "id5",
          "target": "id6",
          "type": "Voraussetzung"
        },
        {
          "source":  "id6",
          "target": "id11",
          "type": "Voraussetzung"
        },
        {
          "source":  "id2",
          "target": "id12",
          "type": "Voraussetzung"
        }
      ]
    }