feat(pyproject.toml):添加mplusa依赖用于最大路径和计算

 feat(solutions):新增欧拉问题17、18和67的解决方案
📝 docs(solutions/0018.MaxPathSum1):添加说明文档指出初始解法存在局部最优问题
 feat(solutions/0067.MaxPathSum2):实现基于最大加代数的优化解法
This commit is contained in:
2025-12-17 18:20:20 +08:00
parent 48f57bd443
commit 9a43e5e68b
7 changed files with 324 additions and 1 deletions

View File

@@ -5,5 +5,6 @@ description = "euler 项目的解题。主要为python。"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"mplusa>=0.0.3",
"numpy>=2.3.5",
]