diff --git a/Greedy Algorithms/.DS_Store b/Greedy Algorithms/.DS_Store deleted file mode 100644 index 20f69ade7..000000000 Binary files a/Greedy Algorithms/.DS_Store and /dev/null differ diff --git a/Greedy Algorithms/Dijkstra.cpp b/greedy_algorithms/Dijkstra.cpp similarity index 100% rename from Greedy Algorithms/Dijkstra.cpp rename to greedy_algorithms/Dijkstra.cpp diff --git a/Greedy Algorithms/Knapsack.cpp b/greedy_algorithms/Knapsack.cpp similarity index 100% rename from Greedy Algorithms/Knapsack.cpp rename to greedy_algorithms/Knapsack.cpp diff --git a/Greedy Algorithms/Kruskals Minimum Spanning Tree.cpp b/greedy_algorithms/Kruskals Minimum Spanning Tree.cpp similarity index 100% rename from Greedy Algorithms/Kruskals Minimum Spanning Tree.cpp rename to greedy_algorithms/Kruskals Minimum Spanning Tree.cpp diff --git a/Greedy Algorithms/Prims Minimum Spanning Tree.cpp b/greedy_algorithms/Prims Minimum Spanning Tree.cpp similarity index 100% rename from Greedy Algorithms/Prims Minimum Spanning Tree.cpp rename to greedy_algorithms/Prims Minimum Spanning Tree.cpp diff --git a/Greedy Algorithms/huffman.cpp b/greedy_algorithms/huffman.cpp similarity index 100% rename from Greedy Algorithms/huffman.cpp rename to greedy_algorithms/huffman.cpp