Here lies all the notes I’ve taken for VCE 3/4 Algorithmics (HESS). Some of the information may be outdated, or no longer relevant, but I’m pretty sure I’ve covered almost everything.

Some useful sources you might like:

Note: In most of the coding snippets for some algorithms, I’ve used a python library known as NetworkX. It makes coding graph and graph algorithms much simpler, though in the actual exam, each graph operation would have to be explicitly shown. I’ve also used matplotlib for displaying (drawing) the graphs.


Unit 3

Unit 4