merge k sorted array. Need to do it in O(n) time.
Interno Interview Questions
249,711 interno interview questions shared by candidates
1. Given two strings, determine whether they are anagrams. 2. Given a list of strings, return a list of lists of strings, which represents the list grouping strings by whether they are anagrams of one another.
What are CBRE's competitors in India?
Write a function to remove all redundant characters in a given string.
Remove duplicates from a linked list. O(n) time.
How will you make this code readable (given a piece of code)
Not hard at all.
write a function to print the frequency of characters eg. Input : aabbbc Output: a2b3c1
Technical Given an unsorted array of numbers (that may contain repeated numbers), print or produce a data structure that contains all the pairs that have a sum equal to a number k. Do not include pairs that are the same numbers in a different order. Ex. [3,2,6,2,0,5,3,8,7,10] [(0,10),(2,8),(3,7)]
Tell me about your educational background.
Viewing 541 - 550 interview questions