Given a binary tree, how would you set the keys/values of all the nodes and their child pointers to null. No language restriction. Do it iteratively in O(N) time with O(1) space complexity where N is the number of nodes in the tree. Other Details: - Tree is just a regular Binary Tree and doesn't have the BST property. - It is not guaranteed to be balanced. - You may do whatever you want to the tree however, you must ensure that all the nodes in the tree and their left/right pointers are set to null.
Engineers Interview Questions
841,850 engineers interview questions shared by candidates
(over the phone) How to sort an array with millions of entry on a computer with low memory
WAP to find and print second largest digit in the given number? ( without using arrays, functions and using only one loop).
Given a number n, give me a function that returns the nth fibonacci number. Running time, space complexity, iterative vs. recursive.
Write C code that, given number n from the interval [0,32], produce integer number with n least-significant bit sets to 1, and other bits set to 0 (practically, write a decoder).
Say you have a beaker of 8 ml that is full of water, and a 3 ml and 5 ml beaker that are empty. There are no measurement markings on any of the beakers. How would you measure out exactly 4 ml of water in the 8 ml beaker?
Which college you have studied...?
would you prefer higher studies in future?
Why should we hire you?
How many years experience
Viewing 971 - 980 interview questions