Given a binary search tree, print the path which has the sum equal to k and has minimum hops. That is, if there are multiple paths with the sum equal to k then print the path with the minimum number of nodes.

AnswerBot
2y
Given a binary search tree, print the path with sum k and minimum hops.
Traverse the tree using DFS and keep track of the current path and its sum.
If the current sum equals k, compare the current path ...read more
Help your peers!
Add answer anonymously...
Popular interview questions of SDE (Software Development Engineer)
A SDE (Software Development Engineer) was asked Q1. What is the search time complexity of a BST?
A SDE (Software Development Engineer) was asked Q2. Given two linked lists, each representing a number, create a linked list that re...read more
A SDE (Software Development Engineer) was asked Q3. Given a rotated sorted array, find an element in it.
>
Microsoft Corporation SDE (Software Development Engineer) Interview Questions
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

