adplus-dvertising
frame-decoration

Question

The worst case of the job sequencing with deadline is

a.

O(n)

b.

O(n²)

c.

O(nlog n)

d.

O(log n)

Answer: (b).O(n²)

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. The worst case of the job sequencing with deadline is

Similar Questions

Discover Related MCQs

Q. The postfix expression for the infix expression (A+B*(C+D))/ (F+D*E) is

Q. In Linked list data is stored in

Q. ......................is called self referential structure.

Q. The time complexity for evaluating a postfix expression is

Q. Dequeue is called

Q. Consider the following complete binary tree and find out the height of the tree

Q. In a tree construction which one will suitable and efficient data structure?

Q. Which of following is not true about spanning tree?

Q. B–tree of order M is a tree having which of the following structural property?

Q. In a max heap both the addition and deletion operations can be performed in time

Q. Binary tree can be represented as

Q. Pre-order of A*(B+C) /D-G is

Q. Which of the following will have efficient space and time complexities?

Q. The worst case height of AVL tree with n nodes is

Q. The worst case complexity for searching an element in a binary search tree is

Q. The following sequence are inserted into a binary search tree:
6 10 25 12 4 7 15 8 33
What is the type of traversal given by: 6 4 10 7 25 8 12 33 15

Q. The running time of building MAX – HEAP is

Q. Which of the following sorting algorithm has average sorting behaviour

Q. The implementation of priority queue is

Q. If there are n elements in the heap, what is the time complexity of inserting new element in the heal in worst case?