Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated 1511 rev page for 23t2 #241

Merged
merged 1 commit into from
Jul 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>