Contains solutions for CSCE 146 written in the Java programming language. It might not have the most optimal solutions and does not contain test text files and driver files.
Since the sierpinski triangle is created from the midpoints of the sides of the triangles. Similar smaller triangles are created from the sides of the main triangle and the upside down triangles.
For more information can be found at a stack overflow post. The code in the post is incomplete and requires more edits for it to work.
This repository is licensed under the MIT License using SPDX expressions.