Divide a number by another number and return the quotient and remainder without using div or mod.
Developer Internship Interview Questions
23,914 developer internship interview questions shared by candidates
given an array of strings, return the subarray that contains all the elements that are prefixes for the other elements in the array
Validate a binary search tree
Print the every path of a binary tree
Word Search problem from Leet Code.
given an input 100,394,274 print the number using words (ex. one hundred million three hundred...)
What projects do you do outside of university
Given two LinkedLists that eventually merge into one, determine the node where they merge.
About matrices
Given an array of integers, find two integers that sum to zero. How would you do it with three integers?
Viewing 2571 - 2580 interview questions