Skip to content

mambocab/algorithms

 
 

Repository files navigation

Algorithms

Algorithms playground for common questions solved in Python. In case you want to prepare yourself for a job interview - try to solve it yourself first, then have a look here.

Fork

This is a fork of this project. I'm working through it in preparation for technical interviews. Each .rb file without a corresponding .py file is essentially an open ticket.

Problems

#How?
Simply run python some_file.py to execute the algorithm. At the bottom of each file there are some test samples.
example: python brackets_combinations.py will print:
["((()))", "(()())", "(())()", "()(())", "()()()"].

About

algorithms playground for common questions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 61.6%
  • Python 38.4%