An open API service indexing awesome lists of open source software.

https://github.com/wushenrong/csce146

Solutions for labs and homework for Algorithmic Design II
https://github.com/wushenrong/csce146

algorithmic-design java

Last synced: 3 months ago
JSON representation

Solutions for labs and homework for Algorithmic Design II

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.