Skip to content

anujonthemove/Data-Structures-and-Algorithms-Python

Repository files navigation

🏭 Data Structures & Algorithms

Data Structure and Algorithms in Python cover photo with different sections

🌎 Website

😄 Data Structures

Sr.No Name
1 1D Array
2 2D Array
3 Strings
4 Hash Maps/Tables
5 Linked Lists
6 Stacks
7 Queues
8 Trees
9 Heaps
10 Union Find - Disjoint Sets
11 Graphs

😃 Algorithms

👉 Searching

Sr.No Name
1 Linear Search
2 Binary Search

👉 Sorting

Sr.No Name
1 Bubble Sort
2 Selection Sort
3 Insertion Sort
4 Merge Sort
5 Quick Sort
6 Heap Sort
7 Tim Sort

🤩 Algorithmic Paradigms

Sr.No Name
1 Brute Force
2 Greedy
3 Divide & Conquer
4 Dynamic Programming
5 Backtracking
6 Branch & Bound

🚀 Resources

💥 DSA Practice Question Tracker

🔥 YouTube Channels

⚡ Cheatsheets

🎯 Coding Platforms