Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anfany/project-euler-by-python3
利用Python3解决欧拉计划,中文题目+代码
https://github.com/anfany/project-euler-by-python3
algorithm euler math programming python python3
Last synced: 17 days ago
JSON representation
利用Python3解决欧拉计划,中文题目+代码
- Host: GitHub
- URL: https://github.com/anfany/project-euler-by-python3
- Owner: Anfany
- Created: 2018-03-09T07:41:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T02:35:04.000Z (almost 6 years ago)
- Last Synced: 2024-11-13T23:33:37.422Z (3 months ago)
- Topics: algorithm, euler, math, programming, python, python3
- Language: Python
- Homepage:
- Size: 363 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Euler
[欧拉计划](https://projecteuler.net/archives)(Project Euler)是一个解题网站,包括一系列有挑战性的数学与计算机编程题;要解开它们,需要的不止是数学知识:尽管数学能够帮助你找到一些优雅而有效的方法,大多数题目仍需要借助计算机和编程技巧来完成解答。本系列会持续按序更新对全部问题的基于Python3的解决方法。此外本项目仅提供问题的中文版以及code,英文题目请参见网站。
* **中文题目**
+ [中文题目001-100.md](https://github.com/Anfany/Project-Euler/blob/master/%E4%B8%AD%E6%96%87%E9%A2%98%E7%9B%AE001-100.md)
* **源代码**
+ [Problem001-100](https://github.com/Anfany/Project-Euler/tree/master/Problem001-100)
更新到100题,最后一次更新:2018-3-15 09:42
###### 扫描二维码,关注订阅号,获取更多编程、机器学习等文章。
![image](https://github.com/Anfany/Machine-Learning-for-Beginner-by-Python3/blob/master/pythonfan_anfany.jpg)