Elements-of-Programming-Interviews-Python-Solutions

时间:2024-05-21 06:19:14
【文件属性】:

文件名称:Elements-of-Programming-Interviews-Python-Solutions

文件大小:25KB

文件格式:ZIP

更新时间:2024-05-21 06:19:14

JupyterNotebook

编程面试的要素 Python解决方案 在该存储库中,我已经实现并测试了某些问题的解决方案。 我偶尔会通过添加解决更多问题的方法来更新这些文件。 安装 这里提供的解决方案需要Python 3.6 。 您还需要安装软件才能运行和执行 我们建议安装 ,这是一个预包装的Python发行版,其中包含该项目的大多数必需库和软件。 代码 该代码在“ Solutions文件夹中提供。 跑步 在终端或命令窗口中,导航到*项目目录Solutions/ (包含此自述文件)并运行以下命令之一: ipython notebook {name of notebook file}.ipynb 或者 jupyter notebook {name of notebook file}.ipynb 这将在浏览器中打开iPython Notebook软件和项目文件。


【文件预览】:
Elements-of-Programming-Interviews-Python-Solutions-master
----Solutions()
--------EPI_Arrays.ipynb(32KB)
--------EPI_String.ipynb(6KB)
--------EPI_Search.ipynb(26KB)
--------EPI_LinkedList.ipynb(20KB)
----.DS_Store(6KB)
----README.md(1KB)

网友评论