Algorithms Data Structure and Algorithms Interview questions trapping rain water explanationBye.edideDecember 30, 2021No comments Problem Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water… Read More 0 0 0
Algorithms Data Structure and Algorithms Interview questions Height balanced binary treeBye.edideDecember 17, 2021No comments A binary tree is height balanced if for each node in the tree, the difference between the height… Read More 0 0 0
Algorithms Data Structure and Algorithms Interview questions Find longest path in binary treeBye.edideDecember 16, 2021No comments Problem Write a function that takes in a binary tree and returns its diameter. The diameter of a… Read More 0 0 0
Algorithms Data Structure and Algorithms Interview questions binary search tree constructionBye.edideDecember 3, 2021No comments In this tutorial, i am going to show you examples of how to construct a binary search tree… Read More 0 0 0
Interview questions Find closest value in BST iterativeBye.edideDecember 2, 2021No comments Problem Write a function that takes in a binary search tree (BST) and a target integer value and… Read More 0 0 0