Skip to content
Data Structures and Algorithms
Breadth First Search
Initializing search
Home
Algorithms
Data Structures
Analysis
Resources
Competitive Programming
Data Structures and Algorithms
Home
Algorithms
Algorithms
Flow Chart for solving problem
Arrays
Arrays
Searching
Searching
Binary Search
Sorting
Sorting
Bubble Sort
Count Sort
Heap Sort
Insertion Sort
Merge Sort
Quick Sort
Radix Sort
Selection Sort
Graphs
Graphs
All pair shortest path
All pair shortest path
Bipartite graph
Bipartite graph
Bridges
Bridges
Cycles detection
Cycles detection
Directed acyclic graph
Directed acyclic graph
Topological sort
Disjoint union
Disjoint union
Eulerian graph
Eulerian graph
Graph coloring
Graph coloring
Graph diameter
Graph diameter
Hamiltonian cycle
Hamiltonian cycle
Minimum spanning tree
Minimum spanning tree
Kruskal's Algorithm
Prims Algorithm
Network flow
Network flow
Planarity testing
Planarity testing
Shortest path
Shortest path
Dijkstras Shortest Path Algorithm
Strongly connected components
Strongly connected components
Travelling salesman problem
Travelling salesman problem
Traversal
Traversal
Breadth First Search
BFS-Trees
Depth First Search
DFS-Trees
Techniques
Techniques
Backtracking
Bit Manipulation
Cyclic Sort
Divide and Conquer
Fast and Slow Pointers
Greedy Algorithms
Heap
Merging Intervals
Monotonic Stack
Randomized Algorithm
Sliding Window
Slow fast pointers
Sweep Line
Two Pointer
Dynamic programming
Dynamic programming
0/1 knapsack type problem
Binary tree problems
Longest common subsequence type problem
Matrix chain multiplications type problem
Unbounded knapsack type problem
Data Structures
Data Structures
Abstract data type
Abstract data type
Dequeue
Dequeue
Queue
Queue
Stack
Stack
Arrays
Arrays
Graphs
Graphs
Graph Representations
Graphs Types
Some common graph terminology
Linked list
Linked list
Trees
Trees
Binary tree
Binary tree
Binary heap
Binary heap
Binary search tree
Binary search tree
Traversal
Traversal
Segment tree
Segment tree
Trie
Trie
Analysis
Analysis
Amortized Complexity
Master's Theorem
P vs NP
Time Complexity
Resources
Competitive Programming
Competitive Programming
CodeChef
Codeforces
Debugging
Famous Problems
Leetcode
Breadth First Search