The interviewer confused me like hell when describing the question. Every node of the tree has a pointer to its left most child. each node has a pointer to its next sibling. Its a BST. Find the smallest value in the tree.
Test Data Management Interview Questions
43,565 test data management interview questions shared by candidates
Design and implement a "inner join" function using 2 sorted lists/arrays. Make it run in O(n) time.
how to reverse words in a string preserving the formatting
Write a function that determines whether a given number is a prime. Discuss perf improvements.
Shuffle Linked List
Given the root of a binary search tree, link all the nodes at the same level, by using an additional Node* level.
How to insert a Node in a Linked list.
All sorts of brain teasers (monte hall problem, etc)
What are your hobbies
What does SaaS mean?
Viewing 401 - 410 interview questions