This commit is contained in:
Yaroslav 2026-05-24 22:26:16 +03:00
parent b28de24dc0
commit fd55c52e3a

View File

@ -1,18 +0,0 @@
# Задание 1 — структуры данных
Процедурная реализация:
- linked_list.py
- hash_table.py
- bst.py
Эксперименты и отчёты:
- experiments.py
- plot_results.py
- results.csv
- docs/report.md
- docs/data/*.png
Запуск:
```bash
python main.py
```