Data Structures and Algorithms Data Structures and Algorithms implementation in Python. Why this repository? This is mostly for my personal learning and future references, but anyone can use it for learning purpose. 🍻 Topics covered: Data Structures Array Stack Queue Linked List Singly Linked List Tree Binary Serach Tree Algorithms Searching Linear Search Binary Search Sorting Bubble Sort(optimized) Selection Sort Insertion Sort Shell Sort Kadane's Algorithm