diff --git a/Datastructures/AVLtree.cpp b/Data Structure/AVLtree.cpp similarity index 100% rename from Datastructures/AVLtree.cpp rename to Data Structure/AVLtree.cpp diff --git a/Datastructures/Binary Search Tree.cpp b/Data Structure/Binary Search Tree.cpp similarity index 100% rename from Datastructures/Binary Search Tree.cpp rename to Data Structure/Binary Search Tree.cpp diff --git a/Datastructures/Doubly Linked List.cpp b/Data Structure/Doubly Linked List.cpp similarity index 100% rename from Datastructures/Doubly Linked List.cpp rename to Data Structure/Doubly Linked List.cpp diff --git a/Datastructures/Linked List.cpp b/Data Structure/Linked List.cpp similarity index 100% rename from Datastructures/Linked List.cpp rename to Data Structure/Linked List.cpp diff --git a/Datastructures/List Array.cpp b/Data Structure/List Array.cpp similarity index 100% rename from Datastructures/List Array.cpp rename to Data Structure/List Array.cpp diff --git a/Datastructures/MorrisInorder.cpp b/Data Structure/MorrisInorder.cpp similarity index 100% rename from Datastructures/MorrisInorder.cpp rename to Data Structure/MorrisInorder.cpp diff --git a/Datastructures/Queue Using Array.cpp b/Data Structure/Queue Using Array.cpp similarity index 100% rename from Datastructures/Queue Using Array.cpp rename to Data Structure/Queue Using Array.cpp diff --git a/Datastructures/Queue Using Linked List.cpp b/Data Structure/Queue Using Linked List.cpp similarity index 100% rename from Datastructures/Queue Using Linked List.cpp rename to Data Structure/Queue Using Linked List.cpp diff --git a/Datastructures/Stack Using Array.cpp b/Data Structure/Stack Using Array.cpp similarity index 100% rename from Datastructures/Stack Using Array.cpp rename to Data Structure/Stack Using Array.cpp diff --git a/Datastructures/Stack Using Linked List.cpp b/Data Structure/Stack Using Linked List.cpp similarity index 100% rename from Datastructures/Stack Using Linked List.cpp rename to Data Structure/Stack Using Linked List.cpp diff --git a/Datastructures/Tree.cpp b/Data Structure/Tree.cpp similarity index 100% rename from Datastructures/Tree.cpp rename to Data Structure/Tree.cpp diff --git a/Datastructures/TrieTree.cpp b/Data Structure/TrieTree.cpp similarity index 100% rename from Datastructures/TrieTree.cpp rename to Data Structure/TrieTree.cpp diff --git a/Datastructures/linkedList_implentation_usingArray.cpp b/Data Structure/linkedList_implentation_usingArray.cpp similarity index 100% rename from Datastructures/linkedList_implentation_usingArray.cpp rename to Data Structure/linkedList_implentation_usingArray.cpp