How would you implement Amazon's "users who bought this item also bought ..." feature?
Software Development Engineer Interview Questions
32,839 software development engineer interview questions shared by candidates
Given a triangle of integers, find the path of the largest sum without skipping.
Didn't expect there will be reasoning and working style assessment.
find a anagrams of given string from the paragraph.
How would you traverse through a binary search tree and print out each element in order?
Serialize (flatten) and de-serialize a binary tree. First describe the approach, then write the code.
Print the BST in level order
validate a binary tree
How to detect overlapping area for two rectangles
Write a function that returns the longest palindrome in a string. Not just the first one or any palindrome, but the longest. The String is a long sequence of characters, spaces included.
Viewing 331 - 340 interview questions