diff --git a/Graphs/Breadth_First_Search.py b/data_structures/Graph/Breadth_First_Search.py similarity index 100% rename from Graphs/Breadth_First_Search.py rename to data_structures/Graph/Breadth_First_Search.py diff --git a/Graphs/Deep_First_Search.py b/data_structures/Graph/Deep_First_Search.py similarity index 100% rename from Graphs/Deep_First_Search.py rename to data_structures/Graph/Deep_First_Search.py diff --git a/Graphs/Graph_list.py b/data_structures/Graph/Graph_list.py similarity index 100% rename from Graphs/Graph_list.py rename to data_structures/Graph/Graph_list.py diff --git a/Graphs/Graph_matrix.py b/data_structures/Graph/Graph_matrix.py similarity index 100% rename from Graphs/Graph_matrix.py rename to data_structures/Graph/Graph_matrix.py