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.
Intern Software Interview Questions
20,196 intern software interview questions shared by candidates
Determine the 10 most frequent words given a terabyte of strings.
Implement square root function using basic operations ?
How to retrieve a file with a specific string or keyword using UNIX command line
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.
Calculate the square root of a number.
2nd largest number in an array
Given two linked lists, find out IF they intersect.
Find the max ;length palindrome in an input string.
There is an array of numbers, containing the integers 1-n, how can you find the sum of the numbers in that array?
Viewing 181 - 190 interview questions