https://github.com/vicainelli/algorithms
https://github.com/vicainelli/algorithms
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vicainelli/algorithms
- Owner: vicainelli
- Created: 2021-06-23T22:33:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-28T20:28:42.000Z (over 4 years ago)
- Last Synced: 2024-12-28T04:47:16.552Z (about 1 year ago)
- Language: JavaScript
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorithms

## 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)