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

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

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/