5 answers
3
______ 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}$ ...
0 answers
6
"if an algorithm has stack property then it never falls into Beladys Anomaly"Is their any simple proof to this? Also I wanna know if it's one way or two way implication. ...
2 answers
11
consider following languageL1= {a^nB^b/n>=0}L2= compliment of L1choose the correct option regarding the language L1& L21. L1 &L2 are context free2.L1 is context free but...