Skip to content

Instantly share code, notes, and snippets.

View V-Wong's full-sized avatar

Vincent Wong V-Wong

View GitHub Profile
@V-Wong
V-Wong / 2521_exercises.md
Created December 27, 2020 01:10 — forked from jedavidson/2521_exercises.md
A curated list of some good revision and exam preparation problems for UNSW's COMP2521. Personal opinion.

These exercises are some I did while studying for COMP2521, as well as some others which I've found afterwards which I think will be relevant. I've collected these problems mostly from LeetCode and HackerRank, which are excellent sites for practicing your coding abilities. Accounts on both sites will be necessary to do the problems listed.

The difficulty ranking is my opinion, but generally speaking here is what they mean:

  • Easy: problems that you should be able to do with minimal difficulty
  • Intermediate: problems that are a bit harder but doable; may take a little bit of thought and intuition
  • Challenges: problems that I think are difficult and/or interesting, if you're up for it; possibly beyond the scope of 2521

Based on past exams, most practical exam questions fall in the Easy and Intermediate categories, and more often than not in the Easy category. If you're able to solve the Easy and Intermediate problems without much difficulty, you're proba

@V-Wong
V-Wong / resume-template.tex
Created May 15, 2020 09:59
My LaTeX resume template, as requested.
% James Davidson's resume template
% Section header designs not created by me, but I forget the source.
% --------------------- %
% ----> Preamble <----- %
% --------------------- %
\documentclass[letterpaper,11pt]{article}