Question
In JAVA, Create a Cantor Set Recursively using Line in processing line(startX,startY,endX,endY) where the starting point of the line is at coordinates (startX,startY) and the
In JAVA, Create a Cantor Set Recursively using Line in processing
line(startX,startY,endX,endY)
where the starting point of the line is at coordinates (startX,startY)
and the ending point of the line is at coordinates (endX,endY)
Remember the top left of the screen is (0,0) and the plus x direction is to the right and the plus Y direction is downward
Requirements
1) Each line should follow the following pattern
https://en.wikipedia.org/wiki/Cantor_set#/media/File:Cantor_set_binary_tree.svg
2) The number of lines created should be printed into the console by returning the number from recursion like we did in circles
Optional
3) Integrate colors (if you call stroke(R,G,B) the line will be
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started