questions1 = [
{
time: "2:31",
question: "What is the worst case running time of Insertion Sort?",
answers: [
"O(n)",
"O(n^2)",
"O(n log n)",
],
correct: 1,
}
]
yt1 = new YtQuiz("ttTs4AHStPI", questions1);
questions2 = [
{
time: "2:42",
question: "How would you note the running time of each recursive call?",
answers: [
"I am not providing options. Please think about possibilities before pushing continue."
],
correct: 0,
}
]
yt2 = new YtQuiz("okbWe2g89KY", questions2);
questions6 = [
{
time: "3:26",
question: "What is the bottom-most level?",
answers: [
"n",
"n/2",
"lg n",
],
correct: 2,
}
]
yt6 = new YtQuiz("m5_M2n_vzOE", questions6);