commit 6a4b2c40edc0e874eb8a369ec1f476bcd68fca29 Author: zimmersandro Date: Thu Mar 19 14:51:13 2026 +0100 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..676190e --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +Repository for CDS-204 Effiziente Algorithmen \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..5466502 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +matplotlib = 3.10.8 +numpy == 2.4.3 +black == 26.3.1 \ No newline at end of file