1
Student Name: __________________
Class and Section __________________
Total Points (20 pts) __________________
Due: August 27, 2018 before the class
Project: H-tree fractal
CSCI 3230 Data Structures
Georgia Southern University
Problem Description:
An H-tree is a fractal defined as follows:
1. Begin with a letter H. The three lines of the H are of the same length, as shown
in Figure a.
(a) (b) (c) (d)
The H-tree is used in VLSI design as a clock distribution network for routing
timing signals to all parts of a chip with equal propagation delays. Write a JavaFX
program that draws an H-tree, as shown in the figure.
Paste your source code here:
2
Screen shot of two sample runs:
What to submit?
1. Email me this document
2. Save/Compile and Submit to LiveLab (you must submit the program regardless
whether it is complete or incomplete, correct or incorrect. Make sure your program
compiles.)
3. Fill in self-evaluation:
3
Solution Code: