Given a word and a list of valid English words, return a list of all valid words that can be made by permuting the characters in the given word.
Intern Software Interview Questions
17,740 intern software interview questions shared by candidates
given the utitlies getFriend(User u) and areFriends(User u1, User u2), write the function which takes as parameter the array of users and return a bool saying if you can divide the users in 2 groups s.t. if u1 and u2 both belong to a certain group, they are not friends.
Determine the 10 most frequent words given a terabyte of strings.
Implement square root function using basic operations ?
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 181 - 190 interview questions