Adding algorithms and datastructures

This commit is contained in:
Carlos Gutierrez
2025-11-23 15:59:23 -05:00
commit d1d3423e99
21 changed files with 2653 additions and 0 deletions

5
requirements.txt Normal file
View File

@@ -0,0 +1,5 @@
numpy>=1.24.0
matplotlib>=3.7.0
pytest>=7.4.0
Pillow>=10.0.0