Skip to content
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages