This repo is a collection of all the projects/homework that I've done while at EWU.
Below are the formatting tools used on all of the programs in this repository:
- C/C++ and Java programs have been formatted via clang-format using the configurations that can be found at both of the following gists: C/C++ and Java.
- Python programs have been formatted using black. Unlike clang-format, black is highly opinionated, so I have no configuration file for it.