This repository contains a collection of implementations of various data structures in Java. It is intended as a resource for learners and developers who wish to understand the inner workings of fundamental data structures in computer science.
- Tree: A hierarchical data structure consisting of nodes.
- Graph: A set of nodes connected by edges.
Clone the repository to your local machine: git clone https://github.com/ahabegger/Java-Data-Structures.git
Each data structure is implemented in its own Java file. You can include these files in your Java project to utilize the data structures or study and modify them to understand their implementation.
This project is part of an academic exercise and is not intended for commercial use.