Common interview problems like string processing. Remove repeated chars in a string.
Software Engineers Interview Questions
419,718 software engineers interview questions shared by candidates
Multiply 2 long numbers without using multiplication.
Find the longest consecutive sequence of nodes in a linked list defined by a simple node class without using any other data structures.
What steps would you take to determine the source of a slow web site?
Implement a fast exponentiation function
Given a bunch of N random points in space, how would you draw a line such that N/2 of them were to the left of the line and N/2 to the right of it. Complexity
forward linked list, traverse in reverse . in O(1) memory
Given a string S and string T, implement a function search(string s, string t) that returns all occurrences of T or T's permutations in S. Assume that characters in S and T comprise of only lower and upper case English letters.
My phone and onsite interview questions were super easy. It was just designing a class that had some methods to maintain data.
C++ versus Java. Reverse a singly lined list.
Viewing 2391 - 2400 interview questions