https://github.com/wushenrong/csce146
Solutions for labs and homework for Algorithmic Design II
https://github.com/wushenrong/csce146
algorithmic-design java
Last synced: about 1 year ago
JSON representation
Solutions for labs and homework for Algorithmic Design II
- Host: GitHub
- URL: https://github.com/wushenrong/csce146
- Owner: wushenrong
- License: mit
- Created: 2024-10-23T14:09:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-19T15:02:32.000Z (about 1 year ago)
- Last Synced: 2025-03-19T16:22:45.049Z (about 1 year ago)
- Topics: algorithmic-design, java
- Language: Java
- Homepage:
- Size: 359 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Algorithmic Design II Solutions
Contains solutions for CSCE 146 written in the [Java](https://dev.java)
programming language. It might not have the most optimal solutions and does not
contain test text files and driver files.
## Hint for Homework 05
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][hw05]. The code
in the post is incomplete and requires more edits for it to work.
[hw05]: https://stackoverflow.com/questions/36109551/sierpinski-triangle
## License
This repository is licensed under the MIT License using [SPDX](https://spdx.dev)
expressions.