Implementationen der ADTs für das Abitur Niedersachsen (KC konform)
-
Updated
Nov 8, 2024 - Java
Implementationen der ADTs für das Abitur Niedersachsen (KC konform)
A data structure that enables the storage and search of points in two-dimensional space. It is implemeneted as a binary tree, where the nodes are partitioned based on their coordinates. The partitioning is done based on a comparator that alternates between comparing the x- and y-coordinates of the points on each level.
Postfix converter that implements a stack interface and stack class to convert infix expressions to postfix expressions
Trabajo Practico Obligatorio sobre la materia de progracion II, escrito en lenguaje Java
Data Structures and Algorithms
Simulates game in which cells on a board can move, divide, multiply, spawn and delete in order to overcome other cells and win the game
Pathfinding algorithm to find the optimal pathway given a set of constraints.
Determine the champion NHL team by tracking wins and losses.
Implement binary search tree with parent pointer and its iterator with Java.
Mafia game simulator using OOPS
A collection of basic data structures, written in Java.
Kata Builder GoF pattern.
Implementation of Abstract Data Types (ADT) Algorithms
Data Structures Design - Practical Activity #2
My coursework for CMPT 202- Intro to Data Structures (Spring 2019).
ADT, design patterns, contract programming.
Implemention of deque in Java
Add a description, image, and links to the abstract-data-types topic page so that developers can more easily learn about it.
To associate your repository with the abstract-data-types topic, visit your repo's landing page and select "manage topics."