Merging of Sets: Sets Users which reference other user groups.
Forward Deployed Engineer Software Development Engineer Interview Questions
706 forward deployed engineer software development engineer interview questions shared by candidates
Max sum subsequence of an array
I have 100 bottles of wine. 1 is poisoned. I have 10 rats. My guests are coming in an hour but the poison takes 45 minutes to kick in and "kill" a rat. How do I test for and find the 1 bottle of poisoned wine?
Q: How can you tell if a Linked List is a Palindrome?
Title Case the given input. Main goal was to check the memory efficiency.
Rotate the letters of a word by k, using only 1 extra byte of storage.
Given an input of a 3D matrix of ones and zeros, count the number of contiguous 1-filled regions (as separated by 0-filled regions), as well as the size of the largest one (I think; doesn't really change the problem much). I forget what these were called...
Given an input string, print out the N most common characters in that string.
Given a pointer to an element in a singly linked-list, how can you delete the element from the list?
How would you program a computer to shuffle a deck of cards? (Generate a permutation of the numbers from 1 to 100, uniformly at random)
Viewing 1 - 10 interview questions