euler:Project Euler解决方案的Python实现

时间:2021-04-10 01:47:45
【文件属性】:
文件名称:euler:Project Euler解决方案的Python实现
文件大小:128KB
文件格式:ZIP
更新时间:2021-04-10 01:47:45
Python 欧拉 收集有关问题的解决方案。 每个模块都包含一个问题的解决方案。 euler / data目录中包含解决方案的所有必要数据。 安装 克隆存储库: $ git clone https:// < USERNAME> @github.com/jcthomassie/euler.git 安装软件包和所有开发要求: $ pip install -r requirements.txt $ pip install -e .[dev] 注意:求解功能会使用自动将求解值复制到剪贴板。 如果您使用的是Linux,则需要才能运行此功能。 用法 安装软件包会添加euler入口点。 解决已经完成的问题: $ euler solve 45 54 [0.08013 sec] euler.problem_45.solve() = 1533776805 [0.04725 sec]
【文件预览】:
euler-master
----setup.py(2KB)
----.gitignore(58B)
----euler()
--------problem_1.py(468B)
--------problem_21.py(1KB)
--------problem_24.py(1KB)
--------data()
--------problem_32.py(1KB)
--------problem_33.py(2KB)
--------__init__.py(200B)
--------scraper.py(5KB)
--------problem_2.py(931B)
--------problem_22.py(1KB)
--------problem_27.py(2KB)
--------problem_83.py(1004B)
--------problem_47.py(1KB)
--------problem_17.py(2KB)
--------problem_82.py(3KB)
--------problem_45.py(2KB)
--------utils.py(5KB)
--------problem_36.py(641B)
--------problem_44.py(1KB)
--------problem_28.py(836B)
--------problem_81.py(3KB)
--------problem_55.py(2KB)
--------problem_41.py(906B)
--------problem_60.py(2KB)
--------__main__.py(2KB)
--------problem_75.py(1KB)
--------problem_54.py(9KB)
--------problem_38.py(2KB)
--------problem_4.py(755B)
--------problem_49.py(2KB)
--------problem_18.py(2KB)
--------problem_67.py(1KB)
--------problem_35.py(1KB)
--------problem_34.py(1KB)
--------problem_37.py(1KB)
--------problem_31.py(940B)
--------problem_23.py(2KB)
----requirements.txt(635B)
----LICENSE(1KB)
----setup.cfg(381B)
----.github()
--------workflows()
----README.md(1KB)
----tests()
--------test_problem_81.py(148B)
--------test_problem_31.py(147B)
--------test_problem_75.py(148B)
--------test_problem_27.py(148B)
--------test_scraper.py(5KB)
--------__init__.py(0B)
--------test_problem_83.py(148B)
--------test_problem_18.py(146B)
--------test_problem_35.py(144B)
--------test_problem_60.py(147B)
--------test_problem_23.py(149B)
--------test_problem_47.py(148B)
--------test_problem_82.py(148B)
--------utils.py(661B)
--------test_problem_4.py(147B)
--------test_problem_21.py(147B)
--------test_problem_36.py(148B)
--------test_problem_2.py(148B)
--------test_problem_44.py(149B)
--------test_problem_33.py(145B)
--------test_problem_17.py(147B)
--------test_problem_67.py(146B)
--------test_problem_55.py(145B)
--------test_problem_45.py(152B)
--------test_problem_41.py(149B)
--------test_problem_49.py(154B)
--------test_problem_38.py(151B)
--------test_problem_22.py(151B)
--------test_problem_28.py(151B)
--------test_problem_34.py(147B)
--------test_problem_37.py(148B)
--------test_problem_24.py(152B)
--------test_problem_1.py(147B)
--------test_problem_54.py(145B)
--------test_problem_32.py(147B)

网友评论