Closed jermaine-clarke closed 2 months ago
Implement a module tree that will represent the string processed by the L-system. Each node represents a symbol in the string, and each level in the tree represents an iteration of the system.
ModuleTree abandoned for a linked list implementation of the string.
Implement a module tree that will represent the string processed by the L-system. Each node represents a symbol in the string, and each level in the tree represents an iteration of the system.