diff --git a/collections/binaryTree/binaryTree.go b/binaryTree/binaryTree.go similarity index 100% rename from collections/binaryTree/binaryTree.go rename to binaryTree/binaryTree.go diff --git a/collections/binaryTree/binaryTree_test.go b/binaryTree/binaryTree_test.go similarity index 100% rename from collections/binaryTree/binaryTree_test.go rename to binaryTree/binaryTree_test.go diff --git a/collections/list/list.go b/list/list.go similarity index 100% rename from collections/list/list.go rename to list/list.go diff --git a/collections/list/list_test.go b/list/list_test.go similarity index 100% rename from collections/list/list_test.go rename to list/list_test.go diff --git a/collections/queue/queue.go b/queue/queue.go similarity index 100% rename from collections/queue/queue.go rename to queue/queue.go diff --git a/collections/queue/queue_test.go b/queue/queue_test.go similarity index 100% rename from collections/queue/queue_test.go rename to queue/queue_test.go diff --git a/collections/stack/stack.go b/stack/stack.go similarity index 100% rename from collections/stack/stack.go rename to stack/stack.go diff --git a/collections/stack/stack_test.go b/stack/stack_test.go similarity index 100% rename from collections/stack/stack_test.go rename to stack/stack_test.go