{recursion} is the process of repeating items in a self-similar way.

learn more… | top users | synonyms

4
votes
0answers
58 views

Recursive Stern-Brocot tree definition

I am trying to build a Stern-Brocot tree (enumeration of rationals). The result is nearly acceptable, but I am still dissatisfied with the following points. The edge from the parents goes to the ...