Skip to content

aravanshad/Elements-of-Programming-Interviews-Python-Solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Elements of Programming Interviews

Python Solutions

In this repository, I have implemented and tested the solutions to some of the problems in EPI book. I will update these files occasionally by adding solutions to more problems.

Install

The solution provided here requires Python 3.6. You will also need to have software installed to run and execute an iPython Notebook

We recommend installing Anaconda, a pre-packaged Python distribution that contains most of the necessary libraries and software for this project.

Code

The code is provided in the Solutions folder.

Run

In a terminal or command window, navigate to the top-level project directory Solutions/ (that contains this README) and run one of the following commands:

ipython notebook {name of notebook file}.ipynb

or

jupyter notebook {name of notebook file}.ipynb

This will open the iPython Notebook software and project file in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published