A DFS coding problem and a recursion coding problem.
Algorithm Engineer Interview Questions
880 algorithm engineer interview questions shared by candidates
What's the SOTA of this industry as you know?
scripts to calculate precision and recall
How can you detect that somebody entered a room which when you have a stable camera in the room?
a dp problem
Three graph problems test your ability of problem solving in 1 hour the time was very short compared to the difficulty
Probability and Statistics Given a person, what is the expected number of people you will have to see until you see a taller person?
If you had a drone that you can control perfectly, how would you find an object in a forest?
1. if you have a video camera on top of a vehilce, and you shoot a car that come right in front of your car, how can you tell the time t that will take the car to crash you? 2.asked me to solve the binary distance transform problem with 1d, and later on as home work - to solve the 2d problem.
1) A pretty number is a number in base 4 whose digits are all either 1 or 0. How many pretty numbers are there < n? 2) Given a list of moves in reversi, return the total number of pieces for each player at the end of the game 3) Trees are given as lists of nodes, where each node is a list with data [key, value, *children), where the order of the children matters. Two trees must be merged (left and right). For a given merged node with the same key between left and right inputs, the merged value should come from the right tree. The list of the merged node's children should start with children from the left tree's child list, and then the leftover right tree's child list. Output (key1,value1,...) in pre-order traversal
Viewing 701 - 710 interview questions