Phone Interview: i) Find the number of inversions in an array (describe & code) ii) Find collinear points in a given set of 2D points (describe & code)
Developer Advisor Interview Questions
710,959 developer advisor interview questions shared by candidates
Write code that sorts a stack
Matrix sorted in increase order by row and column; find a given number x if it appears in the matrix
Implement a power function similar to pow() function of c.
Given a sorted array [0-99] With input: [1, 5, 45, 86] Write a function that prints the empty regions, example Output: “0,2-4,6-44,46-85,87-99”
Given a array of numbers, output the array like this: a1 <= a2 >= a3 <= a4 >= a5...
Mostly, they asked to describe my current responsibilities in detail.
1. Write a function to implement the "cat" command in Linux 2. Find the first character that only appears once in the whole string
Given a positive integer N, write a function to return a list of the first N fibonacci numbers in order. For example, if N=5, the output list is 0 1 1 2 3.
How do you write an algorithm to count all subsets of strings in a string.
Viewing 1351 - 1360 interview questions