diff --git a/.gitignore b/.gitignore index a136337..f239ed0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ *.pdf +*.zip +*.csv +documentos/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..69f9ff5 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Diplo-docus + +- 1. [Guia de ejercicios](./control_01_DAD_2024.pdf) +- 2. [Guia de ejercicios](./control_02_DAD_2024.pdf) + + diff --git a/problema_4.py b/ctrl_1/problema_4.py similarity index 100% rename from problema_4.py rename to ctrl_1/problema_4.py diff --git a/problema_5.py b/ctrl_1/problema_5.py similarity index 100% rename from problema_5.py rename to ctrl_1/problema_5.py diff --git a/problema_5b.py b/ctrl_1/problema_5b.py similarity index 100% rename from problema_5b.py rename to ctrl_1/problema_5b.py diff --git a/problema_9.py b/ctrl_1/problema_9.py similarity index 100% rename from problema_9.py rename to ctrl_1/problema_9.py