/coderpro-py

Solving popular interview questions in Python, with space and time complexity analysis.

Primary LanguagePython

CoderPro (Part 1) Build Status Coverage Status

Solutions for CoderPro series. Walkthrough of popular interview questions in python.

View:

I provided a complexity analysis of both memory and time for every solution. I am not sharing the problems as this is a proprietary product.

I changed the naming convention to cp##_<descriptive_name>.py when I realized this project was growing like crazy.

And then again to cpXX/<source>.py and cpXX/test_<source>.py.

Test

You can run the full test suite:

# Install python dependencies
$ make install

# Run tests /w coverage statistics
$ make test