Daniel Pu's birthday
What is February 19th?
You are already dead
What is omae wa mou shindeiru?
256 xor 255
What is 0?
What is Costa Rica?
The 49th state admitted into the United States
The name of USC's mascot.
Who is Traveler?
Deku's power from My Hero Academia
What is One for All?
Priority Queues in Java are an implementation of what abstract data type
What is a heap?
Archduke Franz Ferdinand was shot in this country, starting World War I
What is Bosnia & Herzegovina?
The two people who led the first land expedition to the Pacific Coast
Who were Lewis and Clark?
The stats choice specs increases in Pokemon.
What is Special Attack?
The year One Piece aired
What is 1999?
Assuming node is a node in a balanced binary tree, what is the big O runtime of the following algorithm?
int sum(Node node){
if(node == null) return 0;
return sum(node.left) + node.val + sum(node.right);
}
What is O(n)?
The longest river in Europe
What is the Volga River?
What was the bloodiest battle of the civil war?
What is Antietam?
The health of a Minecraft Warden in hearts.
What is 250 hearts?
The composer to YouSeeBIGGIRL/T:T
Who is Hiroyuki Sawano?
What is the time complexity of generating all permutations of a string?
What is O(n!)?
This mountain is the tallest one in Antarctica.
What is Vinson Masiff?
President with the shortest term
Who is William Henry Harrison?
The name of Jordan's keyboard
The voice actor for Yor from Spy x Family
Who is Hayami Saori?
___'s Minimum Spanning Tree Algorithm is a famous algorithm to create a connected, cycle-less graph based on vertices and edge values.
Who is Kruskal?
This landlocked country is situated directly to the east of Nambia and north of South Africa.
What is Botswana?
The first black Supreme Court justice in the United States.
Who is Thurgood Marshall?