ements-of-Programming-Interviews-Python-Solutions

所属分类:Leetcode/题库
开发工具:Jupyter Notebook
文件大小:25KB
下载次数:0
上传日期:2018-07-15 05:09:07
上 传 者sh-1993
说明:  编程元素访谈Python解决方案,,
(Elements-of-Programming-Interviews-Python-Solutions,,)

文件列表:
.DS_Store (6148, 2018-07-15)
Solutions (0, 2018-07-15)
Solutions\EPI_Arrays.ipynb (33176, 2018-07-15)
Solutions\EPI_LinkedList.ipynb (19990, 2018-07-15)
Solutions\EPI_Search.ipynb (26755, 2018-07-15)
Solutions\EPI_String.ipynb (6227, 2018-07-15)

## Elements of Programming Interviews ### Python Solutions In this repository, I have implemented and tested the solutions to some of the problems in [EPI book](http://elementsofprogramminginterviews.com/2017/04/03/2017-04-03-python/). 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](http://ipython.org/notebook.html) We recommend installing [Anaconda](https://www.continuum.io/downloads), 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: ```bash ipython notebook {name of notebook file}.ipynb ``` or ```bash jupyter notebook {name of notebook file}.ipynb ``` This will open the iPython Notebook software and project file in your browser.

近期下载者

相关文件


收藏者