What is the minimum total weight of unscheduled tasks when there is one processor, no preemption is allowed, and there are 8 tasks with equal lengths (li) of 2, with given weights and deadlines as follows: t1: (w1 = 2, d1 = 10), t2: (w2 = 3, d2 = 12), t3: (w3 = 8, d3 = 6), t4: (w4 = 6, d4 = 4), t5: (w5 = 5, d5 = 2), t6: (w6 = 4, d6 = 4), t7: (w7 = 10, d7 = 8), t8: (w7 = 12, d7 = 6)?
Які знаки матимуть прирости координат, якщо α
Які два види поліморфізму реалізовано в C++?
Under what condition does a directed acyclic graph (DAG) have a unique topological ordering?
Consider two recursive algorithms A and B to solve a problem. The recurrences corresponding to their running times are
A. T(m) = 2T(m/2)+m2
B. T(m) = 8T(m/4)+10m2
Which of these algorithms is faster (i.e., more efficient)?
What is the time complexity of the Floyd-Warshall all shortest path algorithm for a graph with V vertices? Select the tightest bound.
Якою буде відносна нев’язка =0,12 м, а периметр ходу Р=345,12 м?
Consider the following statement:
"In order to solve the recurrence T[n]=7·T[n/8]+n by the Master method, you will need to check the regularity condition."
Select every correct answer below (More than one choice could be selected. You may lose points for wrong selections).
How many of the following statements about Counting Sort are true?