recategorized by
5,906 views

2 Answers

0 votes
0 votes
option C : 88
h(123456) = floor(100 * (123456 * 0.618033) mod 1) 
          = floor(100 * (76299.88205 mod 1)
          = floor(100 * (.88205))
          = floor(88.205)
          = 88
Answer:

Related questions

3 votes
3 votes
2 answers
1
go_editor asked Aug 1, 2016
1,339 views
The number of nodes in height h in any n-element heap is$h$$z^h$ceil $\biggl(\frac{n}{z^h} \biggr)$ceil $\biggl(\frac{n}{z^{h+1}} \biggr)$
2 votes
2 votes
1 answer
3
3 votes
3 votes
1 answer
4
go_editor asked Aug 2, 2016
2,563 views
Match the following for UNIX system calls :$\begin{array}{clcl} &\textbf{List-I} && \textbf{List-II} \\ \text{(a)} & \text{exec} & \text{(i)} & \text{Creates new process...