Given a 2D array of boolean values determine the largest square sub-array containing only 1s.
Software Development Interview Questions
36,995 software development interview questions shared by candidates
Describe the most challenging problem you've had and how you solved it?
It is easy, look online for questions and how to solve them
Reverse the letters of words in a sentence. Then, reverse the sentence.
Find out the number of connected cells in a 2D array
Given the head of a linked list, write a program in your language of choice to return the middle node of the list.
Coin algorithm - I forgot the exact number, but we had 1, 5, 10, 25 cents and based on the number of cents, calculate the least number of coins to achieve the given values.
Rearrange digits of a number to find the largest possible number in O(n) time.
One array has size n and n elements . second array has size n+m and m elements. both the arrays are sorted. we need to get n+m elements in second array in sorted order. Linear time algorithm was expected
How do you find a target string in a source string?
Viewing 811 - 820 interview questions