Given a string, I was asked to return all of the unique characters in the order of the original string.
Manager In Interview Questions
17,837 manager in interview questions shared by candidates
What acheivement have you been most proud of and why.
Write an algorithm to pick the mayor of a town. There is a random number that is chosen and every nth person on the list is deleted until the mayor is chosen.
how to find the closest predecessor of a node in binary by doing inorder traversal.
Implement enqueue and dequeue using stacks.
permutation
Write a program that acts as an application scheduler that runs executables at given times.
Given a list of integers, return the longest contiguous subsequence that adds up to the largest value.
Given a linked list and a number k, find the k-th node from the end and return it. An example: List: A-B-C-D-E-F K K: 2 Return F:
Write a function that when given a string will return the position of the starting point of the largest reoccurring character. (ie. given:"AAABBCCCCD" would return 5 (starting point of C)) Test your code.
Viewing 1891 - 1900 interview questions