An open API service indexing awesome lists of open source software.

https://github.com/facundomunoz/data-structure

:books: Algorithms and Data Structures implemented in Java
https://github.com/facundomunoz/data-structure

data-structure-java data-structures

Last synced: 3 months ago
JSON representation

:books: Algorithms and Data Structures implemented in Java

Awesome Lists containing this project

README

        

# Data Structure

Java based implementations of popular algorithms and data structures

[![Licence][license-shield]](./LICENSE)

## Built With

- [![JAVA][java-shield]][java-url]

## Usage

- This project is meant to be used for learning and researching purposes only, and it is not meant to be used for production

## Implemented Structures

- Linear
- Stack
- Queue
- Linked List
- Non-linear
- Binary Tree
- Generic Tree
- Heap
- Binary Search Tree
- Self-Balancing Search Tree
- Hash Table

## Contact
[![GITHUB][personal-shield]][personal-url] [![LINKEDIN][linkedin-shield]][linkedin-url]

[java-shield]: https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge&logo=java&logoColor=white
[java-url]: https://www.java.com/en/

[license-shield]: https://img.shields.io/github/license/Ileriayo/markdown-badges?style=for-the-badge

[personal-shield]: https://img.shields.io/badge/FACUNDO-MU%C3%91OZ-yellowgreen?style=for-the-badge
[personal-url]: https://github.com/facundoMunoz

[linkedin-shield]: https://img.shields.io/badge/linkedin-%230077B5.svg?style=for-the-badge&logo=linkedin&logoColor=white
[linkedin-url]: https://www.linkedin.com/in/facundomunozdev/