50题解决中,已有简单解法,在尝试更快的版本。

This commit is contained in:
2026-03-16 18:11:11 +08:00
parent 88df32be36
commit 4c59a84d47
5 changed files with 404 additions and 0 deletions

View File

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