This repo contains a collection of interview questions and challenges implemented in ruby and C/C++.
There are two subfolders — cpp/ and ruby/.
They are completely independent, but a bash scripts inside the bash contain the steps necessary to run the ruby test suite, as well as the C/C++ as well.
git clone https://github.com/kigster/algorithmic-exercises
cd algorithmic-exercises
./build.shView the contents of the build shell script for specifics on building each portion of the repo.
You can also run each build separately:
cd algorithmic-exercises
# load the bash functions from "./bash/*"
source .bash_init
# run functions to build specific portions:
build::cpp
# or
build::ruby
Bug reports and pull requests are very welcome.
Please submit pull requests.
The gem is available as open source under the terms of the MIT License.
