Skip to content

create recursive tree graphic/ forest graphic #7

@deeksha-kankalale

Description

@deeksha-kankalale

Use iteration with arrays:

  • Have an array of branches. Each branch stores: start point, length, and angle.
  • At iteration 0: fill array with trunks.
  • At iteration 1: generate child branches into a new array.
  • Repeat until max depth.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions