How to resolve the algorithm Brownian tree step by step in the Phix programming language

Published on 12 May 2024 09:40 PM

How to resolve the algorithm Brownian tree step by step in the Phix programming language

Table of Contents

Problem Statement

Generate and draw a   Brownian Tree.

A Brownian Tree is generated as a result of an initial seed, followed by the interaction of two processes. Because of the lax rules governing the random nature of the particle's placement and motion, no two resulting trees are really expected to be the same, or even necessarily have the same general shape.

Let's start with the solution: