https://github.com/facundomunoz/array-search-sort
:books: Search and Sort algorithms implemented in Java
https://github.com/facundomunoz/array-search-sort
sorting-algorithms-implemented sorting-searching
Last synced: 7 months ago
JSON representation
:books: Search and Sort algorithms implemented in Java
- Host: GitHub
- URL: https://github.com/facundomunoz/array-search-sort
- Owner: facundoMunoz
- License: mit
- Created: 2021-11-26T14:15:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-12T21:06:54.000Z (over 2 years ago)
- Last Synced: 2025-01-18T06:42:13.839Z (9 months ago)
- Topics: sorting-algorithms-implemented, sorting-searching
- Language: Java
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Search and Sort
Java based implementations of common search and sort algorithms (for int arrays)
[![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 Algorithms
- Search
- Brute Force
- Linear Search
- Decrease and Conquer
- Binary Search
- Sort
- Brute Force
- Selection
- Bubble Sort
- Decrease and Conquer
- Insertion
- Divide and Conquer
- Merge Sort## 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/