Archive of posts with category 'BFS'

Binary Tree Right Side View

Today we will discuss another Binary Tree problem.

Level Order Traversal of Binary Tree

A binary tree is a tree data structure in which each node has at most two children, which are referred to as the left child and the right child. Today...