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.
Software Development Engineer In De Test Interview Questions
6,462 software development engineer in de test interview questions shared by candidates
how to reverse words in a string preserving the formatting
Shuffle Linked List
Data structures - - Write program to print Binary Tree using bredth first search and depth first search
Write a function that determines whether a given number is a prime. Discuss perf improvements.
Reverse the individual words in a string (words are delimited by spaces). Example - "Hello world" becomes "olleH dlrow".
Reserve link listed pair-wise
Given the root of a binary search tree, link all the nodes at the same level, by using an additional Node* level.
How can you write a recursive function calculating the exponential of a number?
Design and implement a "inner join" function using 2 sorted lists/arrays. Make it run in O(n) time.
Viewing 141 - 150 interview questions