/cs4102-notes

Notes for UVA's CS4102, Algorithms.

Primary LanguageHTML

cs4102-notes

This repository contains my notes for CS4102: Algorithms at the University of Virginia.

Notes are taken using a combination of Markdown and LaTeX. They're rendered into HTML pages using Hugo and then published to GitHub Pages.

View the published notes here

Building the notes

Build the notes:

hugo -D

Publish to GitHub Pages:

git add .
git commit -m "Your descriptive message"
git push