Given a Binary Search Tree (BST) and a positive integer k, find the k’th largest element in the Binary Search Tree.
Interview Questions asked in Google, Microsoft, Amazon
by Dhaval Dave
Given a Binary Search Tree (BST) and a positive integer k, find the k’th largest element in the Binary Search Tree.
by Dhaval Dave
by Dhaval Dave
by Dhaval Dave
by Dhaval Dave
by Dhaval Dave
Given two strings string1 and string2, find the smallest substring in string1 containing all characters of string2 efficiently.For Example:
Input string1: “this is a test string”
Input string2: “tist”
Output string: “t stri”
by Dhaval Dave
by Dhaval Dave
by Dhaval Dave
by Dhaval Dave
[1]