This repository contains implementations of various data structures in Java. The goal of this repository is to provide a comprehensive collection of data structures that can be used as a reference for Java developers.
To use the data structures provided in this repository, simply clone or download the repository to your local machine. The data structures are organized into packages, each representing a different data structure.
git clone https://github.com/Utkarsh-Technical/Data-Structure-Java.git
In order to use the data structures in this repository, you will need to have Java installed on your machine. You can download Java from the official Java website.
The following data structures are currently included in this repository:
- Arrays
- Linked Lists
- Stacks
- Queues
- Trees
- Heaps
- Hash Tables
- Graphs
Contributions to this repository are welcome! If you would like to contribute, please create a pull request and explain your changes. All contributions should include tests and adhere to the Google Java Style Guide.