https://github.com/ericbutera/code-challenges
hackerrank & leetcode entries
https://github.com/ericbutera/code-challenges
Last synced: 5 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-21T01:37:28.000Z (about 2 years ago)
- Last Synced: 2025-01-12T09:45:02.106Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 359 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
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
```