Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 358 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 358 Bytes

Y-Trees.js

My try to do some Fractal Trees using Recursion in js

Recursion (Used in Branch function)

Generally speaking, recursion is the concept of well-defined self-reference. It is the determination of a succession of elements by operating on one or more preceding elements according to a rule or a formula involving a finite number of steps.