first test bruh · guest
10 Sep 2026, 7:15 p.m.
6 correct × 197 movement score = 1182
Legacy run · no video was recorded
01 Binary search uses \(\lfloor(low+high)/2\rfloor\) on the sorted integers 1…63. How many values are inspected when searching for 63?
Written for icaijy.com · U4 AOS2 · Binary search · answered at 4909 ms
02 Which term remains true before and after every loop iteration?
Written for icaijy.com · U3 AOS2 · Correctness and modularity · answered at 11321 ms
03 A* uses f(n) = g(n) + h(n). Which frontier node should it expand next?
Written for icaijy.com · U4 AOS2 · A* search · answered at 18648 ms
04 If A* uses h(n) = 0 for every node with non-negative edge weights, it behaves like
Written for icaijy.com · U4 AOS2 · Advanced design · answered at 23119 ms
05 A school system must represent cities and the roads joining them. Which ADT is most suitable?
Written for icaijy.com · U3 AOS1 · ADTs · answered at 29047 ms
06 To show new problem X is NP-Hard using known NP-Hard problem Y, the required polynomial reduction direction is
Written for icaijy.com · U4 AOS1 · Complexity limits · answered at 37657 ms
07 Use the supplied Master Theorem. What is T(n) if \(T(n)=4T(n/2)+O(n^1)\)?
Written for icaijy.com · U4 AOS1 · Recurrence relations · answered at 47375 ms
08 Binary search uses \(\lfloor(low+high)/2\rfloor\) on the sorted integers 1…63. How many values are inspected when searching for 31?
Written for icaijy.com · U4 AOS2 · Binary search · answered at 50943 ms
09 A basic hill-climbing search may stop before the global optimum because of
Written for icaijy.com · U4 AOS2 · Advanced design · answered at 57564 ms
10 How many edges are in an undirected complete graph with 7 vertices?
Written for icaijy.com · U3 AOS1 · Graph modelling · answered at 59963 ms