Algorithm Analysis Flashcards
1
Q
What is theta of log n^2
A
log n
2
Q
What is an inner loop that uses outer loop info called
A
dependent nested loop
3
Q
what is the divide and conquer big o
A
nlogn
What is theta of log n^2
log n
What is an inner loop that uses outer loop info called
dependent nested loop
what is the divide and conquer big o
nlogn