logo

Crowdly

Browser

Add to Chrome

Questions Bank (1251540 total)

What is the time complexity of removing the last element (with previous) of a LinkedList?
0%
0%
0%
View this question
What is the Big-O of the following cycle: for (int i=0; i<N*N; i++) {System.out.println(i);}
View this question
Stack method: ... - Retrieves and deletes the topmost element of the stack
View this question
Which of the following is an example of linear complexity?
0%
0%
0%
0%
View this question
In a queue, which operation retrieves but does not remove the front element?
View this question
What is the primary disadvantage of a linked list compared to an array?
View this question
What does a hash function do?
View this question
What is the complexity of accessing the kth element in a singly linked list?
0%
0%
0%
0%
View this question
Choose logical data structure
0%
0%
0%
0%
View this question
What is the purpose of rehashing in a hash table?
0%
0%
0%
0%
View this question