posted by Eugenia Loli on Sun 26th Mar 2006 23:53 UTC
IconAlgorithms can often be implemented recursively or nonrecursively; the decision rests with the programmer, who might shy away from a recursive solution because the algorithm might not terminate or that performance might be poor. In reality, recursion can allow for very elegant code as well as facilitating an interesting and economical type of code reuse. Software consultant Stephen B. Morris explores this interesting topic with a data-centric application drawn from the field of networking.
e p (0)    16 Comment(s)

Technology White Papers

See More