logo

Crowdly

Browser

Додати до Chrome

Questions Bank (1247475 total)

Що таке суб’єктивні фактори джерел ризику?

0%
0%
0%
0%
Переглянути це питання

  • Explain the function(s) of Current Transformer in a power transmission/distribution systems. 

Переглянути це питання

We want to arrange the n numbers stored in any array such that all negative values occur before all positive ones. 

What is the minimum number of exchanges required in the worst case?

Переглянути це питання
  Which of the given options provides the increasing order of asymptotic complexity of functions f1, f2, f3, and f4?

f1(n) = 2n

f2(n) = n

(3/2)

f3(n) = n*log(n)

f4(n) = n

log(n)

Choice 1 : f3, f2, f4, f1

Choice 2: f3, f2, f1, f4

Choice 3: f2, f3. f1, f4

Choice 4: f2, f3, f4, f1

 
Переглянути це питання

What are the functions represented in the graph below?

 

Some classical functions

Переглянути це питання

Binary tree

 

What is the big O time complexity for finding if a value is in a binary search tree?

  1. O(N)
  2. O(log(N))
  3. O(1)
  4. O(2N)
Переглянути це питання

What is the solution of the following recurrence

T(n) = T(n/4) + T(n/2) + cn2

T(1) = c

T(0) = 0

where c is a positive constant

1. O(n3)

2. O(n2)

3. O(n2 log n)

4. O(nlog n)
Переглянути це питання

The answers to the questions of this quiz are my own and I pledge to not use any outside sources or people to help me.  By clicking True I pledge that I will not cheat

0%
0%
Переглянути це питання
Typową rolą zespołową podczas spotkań zespołu roboczego jest facylitator. Do jego zadań należy:
Переглянути це питання
Według doboru ról Belbina wyróżnia się 9 ról, wśród nich jest tzw. Dusza zespołu. Jego cechy to:
Переглянути це питання