Trees Hylomorphism (computer science)
call tree fibonacci 4.
this function, again applied valid input, generate call tree non-linear. in example on right, call tree generated applying fibonacci function input 4.
this time, anamorphism generation of call tree isomorphic tree leaf nodes 0, 1, 1, 0, 1 , catamorphism summation of these leaf nodes.
Comments
Post a Comment