Skip to content

Instantly share code, notes, and snippets.

View aesmi's full-sized avatar
💭
IM BACK

Andy aesmi

💭
IM BACK
  • Sydney, New South Wales, Australia
View GitHub Profile
@jedavidson
jedavidson / 2521_exercises.md
Last active June 30, 2024 21:09
A curated list of some good revision and exam preparation programming 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 obviously my opinion, but generally speaking here is what they mean:

  • Easy: Problems that you should be able to do without too much difficulty.
  • Intermediate: Problems that are a bit harder, but should be doable with a little bit of thought and intuition.
  • Challenges: Problems that I think are difficult and/or interesting, if you're up for it. There are almost all harder than what's within the scope of 2521.

If you're able to solve the easy and intermediate problems without much difficulty, you're probably very well prepared for any programming questions you'll receive in the ex

@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