enter any odd positive no . and do output as n=3 @@@ @@@ @@@***@ @@@ @@@ n=5 @@@@@ @@@@ @@@@@ @ @@@@@*****@ @@@@@ @ @@@@@ @@@@@
Engineers Interview Questions
842,048 engineers interview questions shared by candidates
From your submitted references, list one and notify what he/she thinks about you.
You have a list of numbers from 1-1000, each number only exists once and they are in random order. You randomly take one out. How do you know which is the missing number?
For a given binary tree, assign the sibling pointer of each node. A sibling is always the node to its immediate right on the same level of the tree.
Why wouldn't you want a root DNS server to answer queries for you, instead of delegating you to an authoritative server?
Smallest missing natural number in a linked list in linear time without a hash table.
Write a function that calculates the root of a given number.
Goat Latin dictionary
Find Kth minimum node in a binary tree and suggest a complexity
Related to question 1, how could you implement debouncing? Say you wanted the `handleScroll` function to be called only after 200ms has passed between scroll events.
Viewing 1381 - 1390 interview questions