Given a set of shapes in 2D space, and a coordinate pair, write a routine that returns true if any of the shapes overlap the coordinate pair.
Softwareentwickler Java Interview Questions
513,239 softwareentwickler java interview questions shared by candidates
Given a set of integers find if two elements sum to a given value.
Find the optimal map route between two points on a grid (maze) with some areas blocked out.
Was ist deine Lieblings-Datenstruktur? Welche Operationen hat sie? [Dann einige detaillierte Fragen über die Algorithmen die auf dieser Datenstruktur basieren]
reverse a sentence such that the ordering of words is reversed but the words aren't changed
Find the intersection of two integer lists
Get the two highest number in a binary search tree
I spent much time for answering a question. Q : In a grid, if points, which refer locations of people, are given, which point in the grid will be the best point to meet together that the sum of distances from each position to the point is shortest. Distance between two points p1 and p2 is |p1_x-p2_x| + |p1_y-p2_y|.
Given a maze, represented as a matrix, and the initial and final points write an algorithm to solve this.
Write a function to find intersection of 2 sorted arrays.
Viewing 2191 - 2200 interview questions