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

https://github.com/mcloughlan/algo-notes

VCE Algorithmics Notes
https://github.com/mcloughlan/algo-notes

algorithmics education notes

Last synced: 7 months ago
JSON representation

VCE Algorithmics Notes

Awesome Lists containing this project

README

          


VCE Algorithmics notes (2023-2027)
Logo

Made with [Material for MkDocs](https://github.com/squidfunk/mkdocs-material) - hosted at: [algo.mcloughlan.com](https://algo.mcloughlan.com)

---

>[!warning]
> If you're one of my students who has found this early, I encourage you to continue making your own notes until term 4!

Started when I was in year 12 (2022) and progressively updated for The Centre Of Higher Education Studies (CHES). This whole project started in [Obsidian](https://obsidian.md/)

Open for all VCE students, feel free to share

## Contribution

If anyone has any contribution to make at all, please feel free to open a pull request

### Running the site locally

If you would like to run the site locally for any reason - particularly for development:

1. Install Python requirements

```cmd
python -m pip install -r requirements.txt
```

2. Run `mkdocs`

```
mkdocs serve
```