diff --git a/ex1/ex1.1/hello_world.cpp b/ex1.1/hello_world.cpp similarity index 100% rename from ex1/ex1.1/hello_world.cpp rename to ex1.1/hello_world.cpp diff --git a/ex1/ex1.2/string_analyzer.cpp b/ex1.2/string_analyzer.cpp similarity index 100% rename from ex1/ex1.2/string_analyzer.cpp rename to ex1.2/string_analyzer.cpp diff --git a/ex1/ex1.3/join_strings.cpp b/ex1.3/join_strings.cpp similarity index 100% rename from ex1/ex1.3/join_strings.cpp rename to ex1.3/join_strings.cpp diff --git a/ex1/ex1.4/leak_memory.cpp b/ex1.4/leak_memory.cpp similarity index 100% rename from ex1/ex1.4/leak_memory.cpp rename to ex1.4/leak_memory.cpp diff --git a/ex1/ex1.5/base32.cpp b/ex1.5/base32.cpp similarity index 100% rename from ex1/ex1.5/base32.cpp rename to ex1.5/base32.cpp diff --git a/ex2/ex2.1/bubble_sort_int.cpp b/ex2.1/bubble_sort_int.cpp similarity index 100% rename from ex2/ex2.1/bubble_sort_int.cpp rename to ex2.1/bubble_sort_int.cpp diff --git a/ex2/ex2.1/bubble_sort_str.cpp b/ex2.1/bubble_sort_str.cpp similarity index 100% rename from ex2/ex2.1/bubble_sort_str.cpp rename to ex2.1/bubble_sort_str.cpp diff --git a/ex2/ex2.2/overloading.cpp b/ex2.2/overloading.cpp similarity index 100% rename from ex2/ex2.2/overloading.cpp rename to ex2.2/overloading.cpp diff --git a/ex2/ex2.3/namespacing.cpp b/ex2.3/namespacing.cpp similarity index 100% rename from ex2/ex2.3/namespacing.cpp rename to ex2.3/namespacing.cpp diff --git a/ex2/ex2.3/namespacing.txt b/ex2.3/namespacing.txt similarity index 100% rename from ex2/ex2.3/namespacing.txt rename to ex2.3/namespacing.txt diff --git a/ex2/ex2.4/build.txt b/ex2.4/build.txt similarity index 100% rename from ex2/ex2.4/build.txt rename to ex2.4/build.txt diff --git a/ex2/ex2.4/max.cc b/ex2.4/max.cc similarity index 100% rename from ex2/ex2.4/max.cc rename to ex2.4/max.cc diff --git a/ex2/ex2.4/max.hh b/ex2.4/max.hh similarity index 100% rename from ex2/ex2.4/max.hh rename to ex2.4/max.hh diff --git a/ex2/ex2.4/min.cc b/ex2.4/min.cc similarity index 100% rename from ex2/ex2.4/min.cc rename to ex2.4/min.cc diff --git a/ex2/ex2.4/min.hh b/ex2.4/min.hh similarity index 100% rename from ex2/ex2.4/min.hh rename to ex2.4/min.hh diff --git a/ex2.4/test b/ex2.4/test new file mode 100755 index 0000000..c14f309 Binary files /dev/null and b/ex2.4/test differ diff --git a/ex2/ex2.4/test.cpp b/ex2.4/test.cpp similarity index 100% rename from ex2/ex2.4/test.cpp rename to ex2.4/test.cpp diff --git a/ex2/ex2.5/ndim.cpp b/ex2.5/ndim.cpp similarity index 100% rename from ex2/ex2.5/ndim.cpp rename to ex2.5/ndim.cpp diff --git a/ex3/ex3.1/Stack.cc b/ex3.1/Stack.cc similarity index 100% rename from ex3/ex3.1/Stack.cc rename to ex3.1/Stack.cc diff --git a/ex3/ex3.1/Stack.hh b/ex3.1/Stack.hh similarity index 100% rename from ex3/ex3.1/Stack.hh rename to ex3.1/Stack.hh diff --git a/ex3/ex3.1/main.cpp b/ex3.1/main.cpp similarity index 100% rename from ex3/ex3.1/main.cpp rename to ex3.1/main.cpp