Give a procedure about how to test a keyboard
Intern Software Interview Questions
17,721 intern software interview questions shared by candidates
Invert a strings with special characters
How to reverse a linked list in O(n) time.
Test a keyboard.
Given a string, I was asked to return all of the unique characters in the order of the original string.
A question about finding the shortest path between two points on a graph. With no information about where the second point was located in relation to the first problem.
Given a string and a pattern consisting of 'a's and 'b's check whether the string follows the pattern. Example: the string "catcatdogcatcat" follows the pattern "aabaa" bu substiting "a" as "cat" and "b' as "dog". Whereas the string "catdogcatcat" does not follow the pattern "aabaa" regardless of what is substituted for "a" and "b".
Given a graph, tell if it is a tree.
How to create a function with specific return value & type and specific parameters.
leetcode question with binary operators
Viewing 1351 - 1360 interview questions