During whiteboard coding interviews, I can write correct algorithms for general cases but fail to handle corner cases. How bad is it and how do I overcome it?
List Bloc QA Latest Questions
What is array filter in JavaScript?
Why is my solution to the problem not being accepted in SPOJ.com?
The plus button on a calculator is less sensitive. What are the values of each number if the sum of them is 269 and the mean ≈ 38.42857?
How can I print 1 to 100 in C++ without a loop, goto or recursion?
How do I convert a fully connected graph to a tree-based graph on the weight of the edges?
How can you program in C to solve a knapsack problem?
What is the minimum and maximum number of subjects offered by a student in an American highschool?
How can I understand big-O notation?
How are the keys of encryption and decryption algorithms securely shared between the sender and the receiver without being interrupted by intruders?
In a directed graph, how do you check whether a node v can be reached from a node u by passing through k nodes in between?
Can my husband request money for/from a quick claim deed?
How do I solve the recurrence T(n) = 2T (n^(1/2)) + 4^n?
Does anybody use Bogosort for real?
If n! Is a perfect square how many values of n exist?
What are the best online tools to learn algorithms?
Is it possible if a set has 20 subsets?
Are there any types of algorithmic problems not to be solved by “Divide and Conquer”?
What are the efficient algorithms in finding all prime numbers lesser than a given number?
Is lattice a data structure?