рисование дерева

This commit is contained in:
2025-11-08 20:51:46 +03:00
parent bacfa20061
commit 4b2398ae05
8 changed files with 153 additions and 81 deletions

View File

@@ -3,6 +3,7 @@ name = "lab4"
version = "0.1.0"
requires-python = ">=3.14"
dependencies = [
"graphviz>=0.21",
"matplotlib>=3.10.7",
"numpy>=2.3.4",
]