Skip to content

Commit dc27c86

Browse files
authored
updated 1511 rev page for 23t2 (#241)
1 parent 31cb5e6 commit dc27c86

14 files changed

+15
-7
lines changed

data/course-revision/1511-23T1.mdx renamed to data/course-revision/1511-23T2.mdx

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: CSESoc COMP1511 Revision Practice Problems
3-
desc: Practical coding exercises to help you prepare for your COMP1511 23T1 final exam 😄
3+
desc: Practical coding exercises to help you prepare for your COMP1511 23T2 final exam 😄
44
course: COMP1511
5-
offering: 23T1
5+
offering: 23T2
66
---
77

88
# CSESoc COMP1511 Revision Practice Problems
99

10-
This is a set of practical programming problems designed to help you prepare for your COMP1511 23T1 final exam.
10+
This is a set of practical programming problems designed to help you prepare for your COMP1511 23T2 final exam.
1111

1212
There are autotests for each problem on cse servers which you can use to check your solutions.
1313

@@ -28,10 +28,18 @@ $ ~csesoc/1511-fetch
2828

2929
Links to sample solutions can be found at the bottom of each problem!
3030

31-
<br/><br/>
32-
## [Pointers and Memory Slides](https://docs.google.com/presentation/d/1Iz8lKozedeIq5ECu0vN3ZPgnke88r2L5H7UIt9otwC8/edit?usp=sharing)
31+
<br />
32+
<br />
33+
## [Pointers and Memory
34+
Slides](https://docs.google.com/presentation/d/1Iz8lKozedeIq5ECu0vN3ZPgnke88r2L5H7UIt9otwC8/edit?usp=sharing)
3335

3436
<figure class="video_container">
35-
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vSrzCDBJhJKV9AO8xCmFkjd6LpFnf9r2anwIIZe276k3Cn-NFI_nrbyXq8wAnPUMpWsRu_aS2csf-pu/embed?start=false&loop=false&delayms=60000" frameborder="0" width="960" height="569" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true">
36-
</iframe>
37+
<iframe
38+
src="https://docs.google.com/presentation/d/e/2PACX-1vSrzCDBJhJKV9AO8xCmFkjd6LpFnf9r2anwIIZe276k3Cn-NFI_nrbyXq8wAnPUMpWsRu_aS2csf-pu/embed?start=false&loop=false&delayms=60000"
39+
frameborder="0"
40+
width="960"
41+
height="569"
42+
allowfullscreen="true"
43+
mozallowfullscreen="true"
44+
webkitallowfullscreen="true"></iframe>
3745
</figure>

0 commit comments

Comments
 (0)