Skip to main content
CodePrime
DSA
Leetcode
Projects
AI-Snake
AI-Minesweeper
ProjectEuler+
Contribute
Blog
GitHub
23 docs tagged with "Breadth-First Search"
View All Tags
BFS of graph
Problem
Binary Tree Level Order Traversal
Problem
Binary Tree Zigzag Level Order Traversal
Problem
Ceil from BST
Problem
Clone Graph
Problem
Coin Change
Problem
Course Schedule
Problem
Course Schedule II
Problem
Flood Fill
Problem
Floor in BST
Problem
Is Graph Bipartite?
Problem
Kth largest element in BST
Problem
Maximum Depth of Binary Tree
Problem
Maximum Width of Binary Tree
Problem
Number of Islands
Problem
Populating Next Right Pointers in Each Node
Problem
Rotting Oranges
Problem
Same Tree
Problem
Serialize and Deserialize Binary Tree
Problem
Symmetric Tree
Problem
Topological sort
Problem
Two Sum IV - Input is a BST
Problem
Vertical Order Traversal of a Binary Tree
Problem