Codeburps
Menu
Home
DS & Algorithms
Articles
Data Structures & Algorithms
Arrays, Tree, Linked List, Heap, Dynamic Programming, Recursion, Backtracking etc.
Arrays
22
Backtracking
2
Binary Tree
19
Dynamic Programming
28
Graph
11
Greedy Algorithm
3
Linked List
8
Matrix
3
Recursion
11
Sorting Algorithms
1
Stack & Queue
6
Strings
11
Level Order or Breadth First traversal of Binary Tree
Posted in
Binary Tree
on
Mar 31, 2024
Find the diameter or width of a binary tree
Posted in
Binary Tree
on
Mar 31, 2024
Create a mirror tree from a given binary tree
Posted in
Binary Tree
on
Mar 31, 2024
Print a Binary Tree in Vertical Order
Posted in
Binary Tree
on
Mar 31, 2024
Print Nodes in Top View of a Binary Tree
Posted in
Binary Tree
on
Mar 31, 2024
Print/Traverse a Binary Tree in Zigzag Order
Posted in
Binary Tree
on
Mar 31, 2024
Print diagonal traversal of a binary tree
Posted in
Binary Tree
on
Mar 31, 2024
Construct a binary tree from a string consisting of parenthesis and integers
Posted in
Binary Tree
on
Mar 31, 2024
Check if a given binary tree is Sum Tree
Posted in
Binary Tree
on
Mar 31, 2024
Check if a binary tree has all leaf nodes at same level
Posted in
Binary Tree
on
Mar 31, 2024
1
2
3
4
5
6
7
8
9
...
13