Closest Values In BST Problem

Closest Values In BST Problem

Closest Values In A BST Problem Statement

Given a non-empty binary search tree (BST) and a target value, find k values in the BST that are the closest to the target.

Example

example1

"target": 2
"k": 2

Output:

[1, 2]

As we can see the target value is 2 and [1, 2] are the nearest values (in terms of the absolute difference between target value and node values). Besides this, the answer [2, 3] is also correct, because abs(2 – 1) = abs(2 – 3). You can return any of them. You can also return your answer in any order, that is [1, 2] or [2, 1], both are correct.

Notes

  • The function accepts the root of the BST.
  • Return the k nearest values to the given target value.
  • The values in the BST are NOT necessarily distinct.
  • If there are multiple correct answers, return any one.

Constraints:

  • 1 <= number of nodes in the tree <= 100000
  • 1 <= values stored in the nodes <= 109
  • 0 <= target value <= 109
  • 1 <= k <= n
  • number of edges = n - 1

We have provided one solution. We will refer to the number of nodes in the given binary tree by n and number of edges by m.

  • We have to find k points in the BST that are the closest to the given target value.
  • We will start an in-order traversal of the given input tree.
  • Besides this, we will keep a priority queue of size k to store the closest points.
  • So, while traversing we keep on inserting the values in the Priority Queue until the size reaches k.
  • Once the size reaches k, we check whether the current value is closer to the target value than the first value (that is the head) of the priority queue.
  • If the current value is closer, we remove the head and push this value. Otherwise, we stop traversing as the further values would certainly not be closer as well because all the values after the current values will be larger than the current one.
  • After the complete in-order traversal, the values remaining in the Priority Queue are the required closest points.

Time Complexity

O(n * log(k)).

We are traversing the entire input tree and at the same time inserting nodes in the priority queue if they have a possibility to be part of the final answer. So, the time needed for this is O(n * log(k)).

Auxiliary Space Used

O(n + k).

We create a Priority Queue of size k to store the closest points to the target value. Besides this, we perform an inorder tree traversal which takes O(n) stack space due to recursion. So, the total auxiliary space used is O(n + k).

Space Complexity

O(n + m + k).

Space taken by input: O(n + m).

Auxiliary space used: O(n + k).

Space used by output: O(k).

Hence, total space complexity will be O(n + m + k).

We hope that these solutions to the Closest values in a BST problem have helped you level up your coding skills. You can expect problems like these at top tech companies like Amazon and Google.

If you are preparing for a tech interview at FAANG or any other Tier-1 tech company, register for Interview Kickstart’s FREE webinar to understand the best way to prepare.

Interview Kickstart offers interview preparation courses taught by FAANG+ tech leads and seasoned hiring managers. Our programs include a comprehensive curriculum, unmatched teaching methods, and career coaching to help you nail your next tech interview.

We offer 18 interview preparation courses, each tailored to a specific engineering domain or role, including the most in-demand and highest-paying domains and roles, such as:

‍To learn more, register for the FREE webinar.

Try yourself in the Editor

Note: Input and Output will already be taken care of.

IK courses Recommended

Master ML interviews with DSA, ML System Design, Supervised/Unsupervised Learning, DL, and FAANG-level interview prep.

Fast filling course!

Get strategies to ace TPM interviews with training in program planning, execution, reporting, and behavioral frameworks.

Course covering SQL, ETL pipelines, data modeling, scalable systems, and FAANG interview prep to land top DE roles.

Course covering Embedded C, microcontrollers, system design, and debugging to crack FAANG-level Embedded SWE interviews.

Nail FAANG+ Engineering Management interviews with focused training for leadership, Scalable System Design, and coding.

End-to-end prep program to master FAANG-level SQL, statistics, ML, A/B testing, DL, and FAANG-level DS interviews.

Select a course based on your goals

Agentic AI

Learn to build AI agents to automate your repetitive workflows

Switch to AI/ML

Upskill yourself with AI and Machine learning skills

Interview Prep

Prepare for the toughest interviews with FAANG+ mentorship

Register for our webinar

How to Nail your next Technical Interview

Loading_icon
Loading...
1 Enter details
2 Select slot
By sharing your contact details, you agree to our privacy policy.

Select a Date

Time slots

Time Zone:

Almost there...
Share your details for a personalised FAANG career consultation!
Your preferred slot for consultation * Required
Get your Resume reviewed * Max size: 4MB
Only the top 2% make it—get your resume FAANG-ready!

Registration completed!

🗓️ Friday, 18th April, 6 PM

Your Webinar slot

Mornings, 8-10 AM

Our Program Advisor will call you at this time

Register for our webinar

Transform Your Tech Career with AI Excellence

Transform Your Tech Career with AI Excellence

Join 25,000+ tech professionals who’ve accelerated their careers with cutting-edge AI skills

25,000+ Professionals Trained

₹23 LPA Average Hike 60% Average Hike

600+ MAANG+ Instructors

Webinar Slot Blocked

Interview Kickstart Logo

Register for our webinar

Transform your tech career

Transform your tech career

Learn about hiring processes, interview strategies. Find the best course for you.

Loading_icon
Loading...
*Invalid Phone Number

Used to send reminder for webinar

By sharing your contact details, you agree to our privacy policy.
Choose a slot

Time Zone: Asia/Kolkata

Choose a slot

Time Zone: Asia/Kolkata

Build AI/ML Skills & Interview Readiness to Become a Top 1% Tech Pro

Hands-on AI/ML learning + interview prep to help you win

Switch to ML: Become an ML-powered Tech Pro

Explore your personalized path to AI/ML/Gen AI success

Your preferred slot for consultation * Required
Get your Resume reviewed * Max size: 4MB
Only the top 2% make it—get your resume FAANG-ready!
Registration completed!
🗓️ Friday, 18th April, 6 PM
Your Webinar slot
Mornings, 8-10 AM
Our Program Advisor will call you at this time

Get tech interview-ready to navigate a tough job market

Best suitable for: Software Professionals with 5+ years of exprerience
Register for our FREE Webinar

Next webinar starts in

00
DAYS
:
00
HR
:
00
MINS
:
00
SEC

Your PDF Is One Step Away!

The 11 Neural “Power Patterns” For Solving Any FAANG Interview Problem 12.5X Faster Than 99.8% OF Applicants

The 2 “Magic Questions” That Reveal Whether You’re Good Enough To Receive A Lucrative Big Tech Offer

The “Instant Income Multiplier” That 2-3X’s Your Current Tech Salary