Given a list of strings, return a list of lists, where each list consists of words that are anagrams." Example: Given ["cab", "cz", "abc", "bca", "zc"] the output should be: [ [ "abc", "bca", "cab"] , [ "zc", cz"]].
Intern Interview Questions
249,610 intern interview questions shared by candidates
Computer literacy?
If you could eat dinner with anyone in the world who would it be?
Tell me about yourself (first question asked at each interview)
Given a triangle of integers, find the path of the largest sum without skipping.
How would you traverse through a binary search tree and print out each element in order?
Print the BST in level order
You have two sorted arrays - how can you effectively merge them into one giant sorted array?
Reverse a linked list.
Find the max ;length palindrome in an input string.
Viewing 471 - 480 interview questions