Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericbutera/code-challenges
hackerrank & leetcode entries
https://github.com/ericbutera/code-challenges
Last synced: about 2 months ago
JSON representation
hackerrank & leetcode entries
- Host: GitHub
- URL: https://github.com/ericbutera/code-challenges
- Owner: ericbutera
- Created: 2020-07-18T02:19:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T11:22:17.000Z (almost 2 years ago)
- Last Synced: 2023-03-11T11:17:10.271Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 279 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code Challenges
This repository serves as a running history of the various problems I have studied. The aim is for me to build out knowledge & skills while also being able to refresh as needed.
Most of the code samples are HackerRand & leetcode challenges. I have also added a few 'anonymous' interview challenges as well.
## Running
For the ruby examples:
```bash
gem install rspec
testing links work in code blocks
rspec path/to/challenge/code_test.rb
```