From 7d6428ae2b241b10e08821e01e7c74229af5a9d5 Mon Sep 17 00:00:00 2001 From: Allynixtor <97223164+Allynixtor@users.noreply.github.com> Date: Wed, 15 Nov 2023 00:17:21 +1100 Subject: [PATCH] 2521 23t3 recording and new 1511 prac problems (#257) * uploaded recording for 2521 rev sess * updated 1511 page for 23t3 * added daniels 2d_malloc problem * added 1511 rotate LL problem * added 1511 linked list problem --- data/articles/2521-revision-theory.mdx | 4 +- .../{1511-23T2.mdx => 1511-23T3.mdx} | 10 ++- data/course-revision/1511-23T3/2d_malloc.mdx | 56 +++++++++++++++ .../{1511-23T2 => 1511-23T3}/anagram.mdx | 0 .../best_youtuber.mdx | 0 .../{1511-23T2 => 1511-23T3}/billys_books.mdx | 0 .../charming_three.mdx | 0 .../{1511-23T2 => 1511-23T3}/letter_pairs.mdx | 0 .../{1511-23T2 => 1511-23T3}/marc_coin.mdx | 0 .../{1511-23T2 => 1511-23T3}/oldest_group.mdx | 0 .../pallys-palindrome.mdx | 0 .../1511-23T3/rotate_linked_list.mdx | 65 ++++++++++++++++++ .../scissors_paper_rock.mdx | 0 .../scrambled_scrabble.mdx | 0 .../{1511-23T2 => 1511-23T3}/shauns_sheep.mdx | 0 .../sweet_potatoes.mdx | 0 .../{1511-23T2 => 1511-23T3}/train_trauma.mdx | 0 public/images/comp1511-revision/diagram.png | Bin 0 -> 127768 bytes 18 files changed, 127 insertions(+), 8 deletions(-) rename data/course-revision/{1511-23T2.mdx => 1511-23T3.mdx} (82%) create mode 100644 data/course-revision/1511-23T3/2d_malloc.mdx rename data/course-revision/{1511-23T2 => 1511-23T3}/anagram.mdx (100%) rename data/course-revision/{1511-23T2 => 1511-23T3}/best_youtuber.mdx (100%) rename data/course-revision/{1511-23T2 => 1511-23T3}/billys_books.mdx (100%) rename data/course-revision/{1511-23T2 => 1511-23T3}/charming_three.mdx (100%) rename data/course-revision/{1511-23T2 => 1511-23T3}/letter_pairs.mdx (100%) rename data/course-revision/{1511-23T2 => 1511-23T3}/marc_coin.mdx (100%) rename data/course-revision/{1511-23T2 => 1511-23T3}/oldest_group.mdx (100%) rename data/course-revision/{1511-23T2 => 1511-23T3}/pallys-palindrome.mdx (100%) create mode 100644 data/course-revision/1511-23T3/rotate_linked_list.mdx rename data/course-revision/{1511-23T2 => 1511-23T3}/scissors_paper_rock.mdx (100%) rename data/course-revision/{1511-23T2 => 1511-23T3}/scrambled_scrabble.mdx (100%) rename data/course-revision/{1511-23T2 => 1511-23T3}/shauns_sheep.mdx (100%) rename data/course-revision/{1511-23T2 => 1511-23T3}/sweet_potatoes.mdx (100%) rename data/course-revision/{1511-23T2 => 1511-23T3}/train_trauma.mdx (100%) create mode 100644 public/images/comp1511-revision/diagram.png diff --git a/data/articles/2521-revision-theory.mdx b/data/articles/2521-revision-theory.mdx index 847242f..2fd6d9b 100644 --- a/data/articles/2521-revision-theory.mdx +++ b/data/articles/2521-revision-theory.mdx @@ -9,9 +9,9 @@ author: CSESoc Education Team coverPhoto: '/images/generic/alexandru-acea-XEB8y0nRRP4-unsplash.jpg' --- -This page has a set of practice questions that cover most topics in COMP2521 23T2 and will give you a chance to test your knowledge of data structures and algorithms. +This page has a set of practice questions that cover most topics in COMP2521 23T3 and will give you a chance to test your knowledge of data structures and algorithms. -Note that the theory questions in the real COMP2521 23T2 exam will not be multiple choice! +Note that the theory questions in the real COMP2521 23T3 exam will not be multiple choice! diff --git a/data/course-revision/1511-23T2.mdx b/data/course-revision/1511-23T3.mdx similarity index 82% rename from data/course-revision/1511-23T2.mdx rename to data/course-revision/1511-23T3.mdx index 6485766..af414ae 100644 --- a/data/course-revision/1511-23T2.mdx +++ b/data/course-revision/1511-23T3.mdx @@ -1,13 +1,13 @@ --- title: CSESoc COMP1511 Revision Practice Problems -desc: Practical coding exercises to help you prepare for your COMP1511 23T2 final exam 😄 +desc: Practical coding exercises to help you prepare for your COMP1511 23T3 final exam 😄 course: COMP1511 -offering: 23T2 +offering: 23T3 --- # CSESoc COMP1511 Revision Practice Problems -This is a set of practical programming problems designed to help you prepare for your COMP1511 23T2 final exam. +This is a set of practical programming problems designed to help you prepare for your COMP1511 23T3 final exam. There are autotests for each problem on cse servers which you can use to check your solutions. @@ -34,9 +34,7 @@ Links to sample solutions can be found at the bottom of each problem!
-### [Pointers and Memory Slides] - -(https://docs.google.com/presentation/d/1Iz8lKozedeIq5ECu0vN3ZPgnke88r2L5H7UIt9otwC8/edit?usp=sharing) +### [Pointers and Memory Slides](https://docs.google.com/presentation/d/1Iz8lKozedeIq5ECu0vN3ZPgnke88r2L5H7UIt9otwC8/edit?usp=sharing)