Second Interview: Write a function that takes a binary search tree and returns an array with the in-order permutation of the tree.
Software Development Engineer I Interview Questions
1,214 software development engineer i interview questions shared by candidates
Design O(1) read/write cache
Given 2 strings, how can you determine that one string is only made of characters found in the second string.
Given a maze, find all paths from entry to exit.
Consider Str1 and Str2. Tell me the number of occurrences of the cyclic substring of str2 in str1.
What programming language you are comfortable in ?
leetcode Single Number
Graph traversal, linked lists, other stuff from Cracking the Coding Interview
Graph coding question regarding showing all the possible movies that contain the same themes.
Given a acyclic graph, find out its root; that is point where all the nodes converge. eg. G(V, E) = {(A->B), (B->C), (D->C)} C should be the root.
Viewing 171 - 180 interview questions