These ajax examples shown live are tailored to address one of the most formidable challenges in html object rendering, that is, the recursive display ...
Search results for tree
Answer
Binary search tree (BST) is a binary tree which has the following properties:
1. Tree is a binary tree
2. The left subtree of a node conta ...
Company where asked this question: Amazon
Interviewed for position: SDE, SDET
Company where asked this question: Amazon
Interviewed for position: SDE, SDET
Live Meeting and IM interviews
Posted by Job-Interview
In today’s thought economic times more and more companies start implementing money saving strategies in the hiring process. During this year I’ve ...
Belove is list of Silverlight Error Codes which can be used for user friendly messaging:
Error Code
Error Message
1001
AG_E_UNKNOWN_ERROR
2000
...
Answer:
Hash tables (hash maps) - is amortized constant-time access data structures that map keys to values.
Binary Trees - is a tree data structur ...
How would you implement Iterator Pattern for traversing Binary Tree (in any order of your choice)?
So, the following would give an example of using s ...
Company where asked this question: Amazon (Seattle)
Company where asked this question: Amazon (Seattle)
Design an alogrithms and data structure to retrieve median of vector (array) in constant time.
Posted by Microsoft-Interview
Full question:
You have a vector of signed integers and you need to support an API with two exposed methods, insert(int) and getmedian().
Describe a ...
Interviewed for position: SDE
Interviewed for position: SDE
Another very common variation is how to store a tree data structure in a database.
Be prepared to answer this question even if you are applying for U ...