in reply to Re^9: Syntactic sugar for tail call optimizations
in thread Syntactic sugar for tail call optimizations
A Tail call is a subroutine ... that produces a return value, which is then immediately returned by the calling procedure.
Writing the branch and bound as iteration is always possible but is IMHO not necessarily a tail call.
(though in this case it could be possible to transform it into a tail call)
Cheers Rolf
|
|---|