Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```