The three quantities to account for in a circuit.
What is Voltage, Current, and Resistance?
The name of the algorithm we used to have our robot solve a maze.
What is flood fill?
The cost of Max's pen.
What is 400?
Name of function used to get the length of the list.
What is len()?
The name of SpongeBob's snail.
Who is Gary?
The units for each of the three quantities in a Circuit.
What is V, A, and Ohms?
What is the Weighted Majority Algorithm?
What is bisk?
Name of function used to generate a list of numbers from 1 to n.
What is range?
What is Springfield?
The name of the equation that describes the relationship between the three quantities in a Circuit. Also, what is the equation itself.
What is Ohm's Law and V = IR?
The name of the algorithm we studied to solve tic tac toe.
What is min max?
What is bad at basketball or freaky?
The way we described the maze to the computer.
Main character of Squid Game.
Who is Gi Hun?
This is what you can do if you want to achieve a bigger resistance value if you have resistors with low resistance values.
What is put them in series?
The name of the algorithm we used to see how similar data points are similar to each other to make judgements on new data points.
What is KNN?
The number of mazes we built for the maze solving robot algorithm, and the one we ended up using.
What is 2 and we ended up using the paper one?
The way in which maneuvered through the maze. The way we visited each cell.
What is for loop inside a for loop?
The main character of Despicable Me?
Who is Gru?
This is what you can do if you want to achieve a lower resistance value but you only have resistors with high resistances.
What is put them in parallel?
In the algorithm for stocks, the names of the quantities associated to each expert to describe how accurate they are.
What are weights?
The person who was unable to complete their VR model.
Who is Max?
The way in which we checked of a cell at row, col had a right wall.
What is maze[row][col][3] == 1?
The team that LeBron James first played for in NBA.
What is Cavs?