Given a matrix of numbers in which all the numbers along the row are increasing. How to find the maximum value.
Intern Software Engineer Interview Questions
12,222 intern software engineer interview questions shared by candidates
Operating system questions, explaining some concept like process, thread, ... Also some acronym that I can't recall.
Print tree level by level, with a new line for each level
Reverse a linked list destructively
Write a function to determine if a string is a palindrome.
compute the square root of x
Write a function that prints out all subsets of a given set of numbers.
Determine if a string is of a valid format.
What is the difference between an abstract class and an interface?
Main question was verifying whether a binary tree was a BST, given the function header that looked like public boolean isBST(root). He stated no other functions could be created and that child nodes did not have links to their parents.
Viewing 161 - 170 interview questions