This quiz, titled 'CS501 - Design & Analysis of Algorithm - IEM', assesses key concepts in algorithm design including Big O Notation, algorithm design techniques, and complexity analysis. It's ideal for students in computer science, particularly those focusing on software development and algorithm optimization.
Dynamic Programming
Divide and Conquer
Greedy Method
Branch and Bound
Rate this question:
O(n)
Rate this question:
Linear
Binary
Both
None
Rate this question:
Kruskal's Algorithm
Dijkstra's Algorithm
BFS
DFS
Rate this question:
O(n)
BFS
DFS
Binary Search
None
Rate this question:
O(|V| + |E|)
O(|V|)
O(|E|)
None of these
Rate this question:
Sorting
Do Loop
One-dimensional array
Array
Binary Search
Rate this question:
O(n)
Exchanging
Partitioning
Selection
Merging
Rate this question:
O(n)
O(1)
O(n2)
O(log n)
Rate this question:
True
False
Rate this question:
Rate this question:
The algorithm has no error
The sequence is wrong, the correct one is 3->1->2
The sequence is wrong, the correct one is 2->1->3
The sequence is wrong, the correct one is 3->2->1
O(n)
None of these
O(n)
Sorted linked lists
Sorted binary trees
Sorted linear array
Sorted integer array
Rate this question:
Upper Bound
Lower Bound
Between upper & lower bounds
None of these
Rate this question:
Rate this question:
2
3
4
1
Rate this question:
Is the remainder of x/2, if x is an odd number
Is the the non-integer part of x/2
Is the integer part of x/2
Is an integer chosen arbitrarily, so long that it is smaller than x+n
Rate this question:
None of these
Less than deterministic algorithm
Greater than deterministic algorithm
Equal to deterministic algorithm
None of these
Rate this question:
O(n)
Rate this question:
Loop
Array
Binary Search
One-dimensional array
Sorting
Rate this question:
P
NP
NP Complete
NP Hard
Rate this question:
O(n)
Rate this question:
O(n)
Rate this question:
Asymptotically loose
asymptotically tight
Same as big oh
None of these
Rate this question:
Branch & Bound
Backtracking
Divide & Conquer
Dynamic Programming
Rate this question:
Dynamic Programming
Greedy Method
Both
None
Rate this question:
Top-down
Bottom-up
Both
None
Rate this question:
1
0
-1
both 0 and 1
Rate this question:
All NP Hard problems are NP Complete
All NP Complete problems are NP Hard
Some NP Complete problems are NP Hard
None of these
Rate this question:
O(n)
Rate this question:
15,10,20,18 -- 15,10,18,20 -- 10,15,18,20
15,20,10,18 -- 15,10,20,18 -- 10,15,20,18
10, 20,15,18 -- 10,15,20,18 -- 10,15,18,20
10, 20,15,18 -- 10,18,15,20 -- 10,15,18,20
Rate this question:
Knapsack problem
Hamiltonian Problem
Graph coloring
15 puzzle problem
Rate this question:
It is a comparison sorting algorithm.
The unsorted array is divided into sublists, which are in turn divided into more sublists.
The unsorted array is divided into sublists, each sublist is then sorted recursively by re-applying the algorithm.
All of the above statements are true
Rate this question:
Quiz Review Timeline (Updated): Mar 15, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.