Skip to content

WMYM-Experimental/Y-Trees.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.