Skip to content

Commit 8610ad3

Browse files
Liam SmithLiam Smith
Liam Smith
authored and
Liam Smith
committed
Changed 1511 2D-Malloc Note Order
1 parent b801827 commit 8610ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/course-revision/1511-23T3/2d_malloc.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ $ ./2d_malloc 10 10
4141

4242
- You may assume there is enough memory to allocate the array on the heap.
4343
- You may **not** store the arrays on the stack.
44-
- You do not need to worry about a horrific eldritch abomination destroying your computer midway through runtime.
4544
- Note that this is not a "true" 2D array, but rather a 1D array pointing to 1D arrays. There are slight differences (e.g. it is not stored contiguously in memory), but you don't need to worry about this, it can be "used as" a 2D array!
45+
- You do not need to worry about a horrific eldritch abomination destroying your computer midway through runtime.
4646

4747
## CSE Autotest
4848

0 commit comments

Comments
 (0)