write the code to draw a circle
Software Engineering Interview Questions
56,348 software engineering interview questions shared by candidates
Two texts are considered to "match" if they have a common substring of at least length n. Describe an algorithm to determine if two strings are matches.
K nearest points to the origin on a 2D plane; one-pass reverse linked list with constant space.
Given a list of numbers, find the consecutive sequence of numbers whose sums equal to a target number.
Not relevant (see my comment) even if you answered correctly.
Write the code for the preorder traversal of a tree.
Given an array of integers, a, return the maximum difference of any pair of numbers such that the larger integer in the pair occurs at a higher index (in the array) than the smaller integer type of question...
Stuff like linked lists & basic recursion
Return the second-smallest element of a list.
Write a function that gets the number of squares between two numbers
Viewing 91 - 100 interview questions