diff --git a/haversine/.gitignore b/haversine_01/.gitignore similarity index 100% rename from haversine/.gitignore rename to haversine_01/.gitignore diff --git a/haversine/Makefile b/haversine_01/Makefile similarity index 100% rename from haversine/Makefile rename to haversine_01/Makefile diff --git a/haversine/cpp/fscanf.cpp b/haversine_01/cpp/fscanf.cpp similarity index 100% rename from haversine/cpp/fscanf.cpp rename to haversine_01/cpp/fscanf.cpp diff --git a/haversine/cpp/haversine.cpp b/haversine_01/cpp/haversine.cpp similarity index 100% rename from haversine/cpp/haversine.cpp rename to haversine_01/cpp/haversine.cpp diff --git a/haversine/cpp/haversine.h b/haversine_01/cpp/haversine.h similarity index 100% rename from haversine/cpp/haversine.h rename to haversine_01/cpp/haversine.h diff --git a/haversine/cpp/strtok.cpp b/haversine_01/cpp/strtok.cpp similarity index 100% rename from haversine/cpp/strtok.cpp rename to haversine_01/cpp/strtok.cpp diff --git a/haversine/python/haversine_algorithm.py b/haversine_01/python/haversine_algorithm.py similarity index 100% rename from haversine/python/haversine_algorithm.py rename to haversine_01/python/haversine_algorithm.py diff --git a/haversine/python/haversine_json.py b/haversine_01/python/haversine_json.py similarity index 100% rename from haversine/python/haversine_json.py rename to haversine_01/python/haversine_json.py diff --git a/haversine/test_data.json b/haversine_01/test_data.json similarity index 100% rename from haversine/test_data.json rename to haversine_01/test_data.json