Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xrahul/algorithms
Spring Boot Application containing Algorithms' implementations
https://github.com/xrahul/algorithms
algorithms spring spring-boot spring-mvc
Last synced: 11 days ago
JSON representation
Spring Boot Application containing Algorithms' implementations
- Host: GitHub
- URL: https://github.com/xrahul/algorithms
- Owner: xRahul
- License: apache-2.0
- Created: 2018-05-27T13:10:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-01T16:47:02.000Z (12 months ago)
- Last Synced: 2024-12-04T17:17:15.727Z (2 months ago)
- Topics: algorithms, spring, spring-boot, spring-mvc
- Language: Java
- Size: 206 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Algorithms
[![GitHub license](https://img.shields.io/github/license/xRahul/Algorithms.svg)](https://github.com/xRahul/Algorithms/blob/master/LICENSE)
[![Build Status](https://travis-ci.org/xRahul/Algorithms.svg?branch=master)](https://travis-ci.org/xRahul/Algorithms)
[![GitHub stars](https://img.shields.io/github/stars/xRahul/Algorithms.svg)](https://github.com/xRahul/Algorithms/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/xRahul/Algorithms.svg)](https://github.com/xRahul/Algorithms/network)
[![GitHub issues](https://img.shields.io/github/issues/xRahul/Algorithms.svg)](https://github.com/xRahul/Algorithms/issues)
[![libraries.io](https://img.shields.io/librariesio/github/xRahul/Algorithms.svg)](https://libraries.io/github/xRahul/Algorithms)[![Codacy Badge](https://api.codacy.com/project/badge/Grade/98df9c5c11964e8f9bc12b17e5229035)](https://www.codacy.com/app/xRahul/Algorithms)
[![CodeClimate Maintainability](https://api.codeclimate.com/v1/badges/d50b091ccf3a48bcf241/maintainability)](https://codeclimate.com/github/xRahul/Algorithms/maintainability)
[![CodeFactor](https://www.codefactor.io/repository/github/xrahul/algorithms/badge)](https://www.codefactor.io/repository/github/xrahul/algorithms)
[![codebeat badge](https://codebeat.co/badges/ac4c5a11-b0a5-45ee-88f6-bc85efb410b3)](https://codebeat.co/projects/github-com-xrahul-algorithms-master)[![SonarCloud Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=in.rahulja%3Aalgo&metric=alert_status)](https://sonarcloud.io/dashboard?id=in.rahulja%3Aalgo)
[![SonarCloud Bugs](https://sonarcloud.io/api/project_badges/measure?project=in.rahulja%3Aalgo&metric=bugs)](https://sonarcloud.io/dashboard?id=in.rahulja%3Aalgo)
[![SonarCloud Maintainability](https://sonarcloud.io/api/project_badges/measure?project=in.rahulja%3Aalgo&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=in.rahulja%3Aalgo)
[![SonarCloud Security](https://sonarcloud.io/api/project_badges/measure?project=in.rahulja%3Aalgo&metric=security_rating)](https://sonarcloud.io/dashboard?id=in.rahulja%3Aalgo)
[![SonarCloud Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=in.rahulja%3Aalgo&metric=vulnerabilities)](https://sonarcloud.io/dashboard?id=in.rahulja%3Aalgo)
[![SonarCloud Coverage](https://sonarcloud.io/api/project_badges/measure?project=in.rahulja%3Aalgo&metric=coverage)](https://sonarcloud.io/dashboard?id=in.rahulja%3Aalgo)Spring Boot project containing various algorithm implementations.
Algorithms:
* Searching
* Linear Search
* Binary Search
* Jump Search
* Exponential Search