This commit is contained in:
2025-10-02 15:01:42 -05:00
commit d7fd296035
6 changed files with 475 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "dsa"
version = "0.1.0"
description = "Data Structures and Algorithms"
readme = "README.md"
requires-python = ">=3.12.11"
dependencies = [
"matplotlib>=3.10.6",
"networkx>=3.5",
]