diff --git a/implementations/java/load balancer algorithms/IPHash.java b/implementations/java/load_balancing_algorithms/IPHash.java similarity index 100% rename from implementations/java/load balancer algorithms/IPHash.java rename to implementations/java/load_balancing_algorithms/IPHash.java diff --git a/implementations/java/load balancer algorithms/LeastConnections.java b/implementations/java/load_balancing_algorithms/LeastConnections.java similarity index 100% rename from implementations/java/load balancer algorithms/LeastConnections.java rename to implementations/java/load_balancing_algorithms/LeastConnections.java diff --git a/implementations/java/load balancer algorithms/LeastResponseTime.java b/implementations/java/load_balancing_algorithms/LeastResponseTime.java similarity index 100% rename from implementations/java/load balancer algorithms/LeastResponseTime.java rename to implementations/java/load_balancing_algorithms/LeastResponseTime.java diff --git a/implementations/java/load balancer algorithms/RoundRobin.java b/implementations/java/load_balancing_algorithms/RoundRobin.java similarity index 100% rename from implementations/java/load balancer algorithms/RoundRobin.java rename to implementations/java/load_balancing_algorithms/RoundRobin.java diff --git a/implementations/java/load balancer algorithms/WeightedRoundRobin.java b/implementations/java/load_balancing_algorithms/WeightedRoundRobin.java similarity index 100% rename from implementations/java/load balancer algorithms/WeightedRoundRobin.java rename to implementations/java/load_balancing_algorithms/WeightedRoundRobin.java diff --git a/implementations/python/load balancer algorithms/ip_hash.py b/implementations/python/load_balancing_algorithms/ip_hash.py similarity index 100% rename from implementations/python/load balancer algorithms/ip_hash.py rename to implementations/python/load_balancing_algorithms/ip_hash.py diff --git a/implementations/python/load balancer algorithms/least_connections.py b/implementations/python/load_balancing_algorithms/least_connections.py similarity index 100% rename from implementations/python/load balancer algorithms/least_connections.py rename to implementations/python/load_balancing_algorithms/least_connections.py diff --git a/implementations/python/load balancer algorithms/least_response_time.py b/implementations/python/load_balancing_algorithms/least_response_time.py similarity index 100% rename from implementations/python/load balancer algorithms/least_response_time.py rename to implementations/python/load_balancing_algorithms/least_response_time.py diff --git a/implementations/python/load balancer algorithms/round_robin.py.py b/implementations/python/load_balancing_algorithms/round_robin.py.py similarity index 100% rename from implementations/python/load balancer algorithms/round_robin.py.py rename to implementations/python/load_balancing_algorithms/round_robin.py.py diff --git a/implementations/python/load balancer algorithms/weighted_round_robin.py b/implementations/python/load_balancing_algorithms/weighted_round_robin.py similarity index 100% rename from implementations/python/load balancer algorithms/weighted_round_robin.py rename to implementations/python/load_balancing_algorithms/weighted_round_robin.py