ADT Implementations
ADT Implementations
This project aims to provide a collection of implementations for various Abstract Data Types (ADTs) required for the German Abitur curriculum in Niedersachsen. The project is written in Java and is intended to be used as a reference for both students and teachers. You can view the project on GitHub.
⚠️
This project is intended for school use only.
The code is written to follow the requirements of the German Abitur curriculum in Niedersachsen.
This means that the project is most likely not useful for anyone outside of this specific context.
Data Types
You can find the documentation for all implemented Data Types here.
Features
The project contains the core implementations of the Data Types mentioned above. Along with that, there are also test classes for each Data Type to ensure the correctness of the implementations. We also decided to include a BlueJ project zip file for easy usage in the classroom.
Structure
- InformatikHinweise2021.pdf
- InformatikHinweise2025.pdf
-
[auto generated files]
-
-
- BinTree.java
- DynArray.java
- Queue.java
- Stack.java
-
-
-
- TestBinTree.java
- TestDynArray.java
- TestQueue.java
- TestStack.java
-