I'm not sure what is the point of eliminating 'ifs'? At any rate they can be easily replaced by e.g. 'while' loops, so in my opinion you should either eliminate both of them or none.
Again, the best way to generate such a sequence is using depth-first search or recursion. By prohibiting the usage of IFs, all solutions are inefficient (because we can't cut the tree, and are forced to follow all branches).
Test if a Number is a Palindrome without using any String Operations
183 Solvers
141 Solvers
What is the distance from point P(x,y) to the line Ax + By + C = 0?
286 Solvers
554 Solvers
Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock. Tick. Tock.
791 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!