Skip to content

Commit

Permalink
updated 1511 rev page for 23t2 (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
Allynixtor committed Jul 25, 2023
1 parent 31cb5e6 commit dc27c86
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: CSESoc COMP1511 Revision Practice Problems
desc: Practical coding exercises to help you prepare for your COMP1511 23T1 final exam 😄
desc: Practical coding exercises to help you prepare for your COMP1511 23T2 final exam 😄
course: COMP1511
offering: 23T1
offering: 23T2
---

# CSESoc COMP1511 Revision Practice Problems

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

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

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

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

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

<figure class="video_container">
<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">
</iframe>
<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"></iframe>
</figure>
File renamed without changes.

0 comments on commit dc27c86

Please sign in to comment.