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

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

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)