Recent questions tagged algorithms

28 votes
3 answers
3154
Which of these functions grows fastest with $n$?$e^{n}/n$.$e^{n-0.9 \log n}$.$2^{n}$.$\left(\log n\right)^{n-1}$.None of the above.
0 votes
2 answers
3161
0 votes
3 answers
3162
Why 'count' variable value doesn't set to 0 on every call to 'incr' function?
0 votes
1 answer
3163
0 votes
3 answers
3165
2 votes
3 answers
3166
There are different versions of master theorem available. I want to know whether the version given in Cormen book is sufficient for GATE?
2 votes
0 answers
3167
0 votes
2 answers
3170
5 votes
5 answers
3171
______ is the number of moves of the smallest disc in Tower of Hanoi implementation where the tower consisting of 17 discs (numbered from 0 to 16)Answer given: $2^{16}$ ...
1 votes
1 answer
3172
2 votes
2 answers
3173
1 votes
1 answer
3177
1 votes
1 answer
3178
I have an equation $X\log(X)=\log N$. Can anybody solve for $X$ from this equation?