Skip to content

kigster/algorithmic-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Test Coverage Code Climate Issue Count

A Collection of Interview Questions & Solutions, in Ruby and C++

Various questions and answers for interview coding challenges.

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.sh

Image

View 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

Contributing

Bug reports and pull requests are very welcome.

Please submit pull requests.

License

The gem is available as open source under the terms of the MIT License.

About

Various questions, problems, exercises solved in ruby and C++, and provided with sometimes multiple solutions, and Big O evaluation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors