logo

Crowdly

Browser

Add to Chrome

Questions Bank (1251540 total)

What is the complexity of extracting the largest element from the max-heap?
0%
0%
0%
0%
View this question
What is the base case in recursion?
View this question
Which of the following is a valid property of a binary search tree?
0%
0%
0%
0%
View this question
Which of the following data structures uses the First-In-First-Out (FIFO) principle?
0%
0%
0%
0%
View this question
What BigO for: int sum = 0?
0%
0%
0%
0%
View this question
What is the time complexity of: print(x+y)?
0%
0%
0%
0%
View this question
What is the time complexity of adding an element to the end of a LinkedList with a tail pointer?
View this question
Heap method: ... – can perform traverseUp actions starting from position ‘index’?
0%
0%
0%
0%
View this question
In a queue, which operation retrieves but does not remove the front element?
View this question
Which of the following is an example of linear complexity?
0%
0%
0%
0%
View this question