Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 464 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 464 Bytes

NRW Klassen

Python Implementationen der Java-Klassen für das Zentralabitur in NRW ab 2018

  • Stand 2018-01-18

Status

Datenstrukturen

Linear

  • List
  • Queue
  • Stack

Baum

  • BinarySearchTree
  • BinaryTree
  • ComparableContent

Graph

  • Edge
  • Graph
  • Vertex

Datenbanklassen

  • MySQL
  • SQLite
  • MSAccess (wird nicht unterstützt)

Netzklassen

  • Client
  • Connection
  • Server