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
- Host: GitHub
- URL: https://github.com/facundomunoz/data-structure
- Owner: facundoMunoz
- License: mit
- Created: 2021-11-26T13:53:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-12T21:07:12.000Z (over 2 years ago)
- Last Synced: 2025-01-18T06:42:14.119Z (5 months ago)
- Topics: data-structure-java, data-structures
- Language: Java
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/