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

https://github.com/vicainelli/algorithms


https://github.com/vicainelli/algorithms

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Algorithms

![https://github.com/vicainelli/algorithms/actions/workflows/test.yml/badge.svg](https://github.com/vicainelli/algorithms/actions/workflows/test.yml/badge.svg)

## Code Signal

### Arcade

#### Intro

##### The Journey Begins

- [x] [add](code-signal/arcade/intro/the-journey-begins/add.js)
- [x] [centuryFromYear](code-signal/arcade/intro/the-journey-begins/centuryFromYear.js)
- [x] [checkPalindrome](code-signal/arcade/intro/the-journey-begins/checkPalindrome.js)

##### Through the Fog

- [x] [add](code-signal/arcade/intro/through-the-fog/add.js)

### Company challenges

#### Dropbox

- [x] [incorrectPasscodeAttempts](code-signal/company-challenges/dropbox/incorrectPasscodeAttempts.js)

#### Uber

- [x] [fareEstimator](code-signal/company-challenges/uber/fareEstimator.js)
- [ ] perfectCity
- [ ] parkingSpot
- [ ] fancyRide
- [ ] nightRoute
- [ ] closestLocation

### Interview pratice

#### Array

- [x] [isCryptSolution](code-signal/interview-pratice/isCryptSolution.js)