https://github.com/nulladmin1/h-computer-science-ii-programs
Programs I had to do for Honors Computer Science II during 2025-26
https://github.com/nulladmin1/h-computer-science-ii-programs
Last synced: about 1 year ago
JSON representation
Programs I had to do for Honors Computer Science II during 2025-26
- Host: GitHub
- URL: https://github.com/nulladmin1/h-computer-science-ii-programs
- Owner: nulladmin1
- Created: 2025-02-20T03:17:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-20T15:42:43.000Z (about 1 year ago)
- Last Synced: 2025-02-20T16:23:20.837Z (about 1 year ago)
- Language: C++
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My *Honors Computer Science II Programs (C++)
A Collection of C++ programs I had to do in *H Computer Science II during 2025-26
## Fraction:
An implementation of a `Fraction` class with a numerator and denominator along with multiple methods
### Run (using Nix)
```sh
nix run .#fraction
```
## Plague
An implementation of a `plague` spreading
More info at [plague](https://github.com/nulladmin1/mp2ExtraCredit)
## Eight Queens
A rendition of the `Eight Queens` problem
More info at [Eight Queens](https://github.com/nulladmin1/eightQueens)