Data Structures using Python I highly recommend you all to watch this course for learning data-structures from scratch Course Attribution The concept of Data Structures can be implemented using any Programming language but I chose Python. Topics that are covered are Searching 🔍 Sorting 〽️ Stack 📚 Queue 🧑🏻🤝🧑🏻 Linked List 🤼 Tree 🌳 Heap ☲ Graphs 🗺️ Searching Binary Search Sorting Bubble Sort Insertion Sort Selection Sort Merge Sort Quick Sort Stack Stack Queue Queue DeQueue Linked List Singly Linked List Doubly Linked List Trees Binary Tree Tree Traversal Breadth First Search Depth First Search Pre Order DFS In Order DFS Post Order DFS Heap Heap Priority Queue Graph Graph Please give a star to the repo if it helped you in any manner. Visit the data-structure for python repo Thanks Taylor Vick for the 📷 Image from Unsplash