✨ feat(project):添加欧拉项目第4、5题解决方案及文档
📝 docs(README):更新项目描述并添加核心数学理念说明 🔧 chore(pyproject.toml):更新项目描述信息 ♻️ refactor(euler_3.py):改进质因数分解函数并添加类型注解 💡 docs(readme):添加第4题数学分析文档和算法说明 ✅ test(euler_3.py):添加主函数测试用例验证质因数分解功能
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[project]
|
||||
name = "projecteuler"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
description = "euler 项目的解题。主要为python。"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = []
|
||||
|
||||
Reference in New Issue
Block a user