Coding Interview: Binary Tree Upside DownWhile preparing for my interviews I came across a very interesting tree problem. The problem goes like - given a binary tree, we need to…Nov 5, 2021Nov 5, 2021
Life has just started..For a lot of young people we often keep repeating to ourselves that life has just started. I can still recount as a teenager I would use to…Oct 3, 2021Oct 3, 2021
Finding In-Order Successor of a node in a Binary TreeThere might be few situations where we need to find out the immediate successor of node in a tree. Well this is not a big challenge but…Jun 20, 2021Jun 20, 2021