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
- Host: GitHub
- URL: https://github.com/mcloughlan/algo-notes
- Owner: mcloughlan
- Created: 2025-07-28T04:49:40.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-08-14T06:57:32.000Z (7 months ago)
- Last Synced: 2025-08-14T08:29:54.462Z (7 months ago)
- Topics: algorithmics, education, notes
- Language: Markdown
- Homepage: https://algo.mcloughlan.com
- Size: 13.2 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
VCE Algorithmics notes (2023-2027)
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
```