Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit a7d8670

Browse files
author
Holger Lösken
committed
Add link space complexity
1 parent 37dfd22 commit a7d8670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def multiply(x, y):
126126
### Task 8
127127

128128
Do an in-place mirroring of a one dimensional array. In-place switching is key here as the input array can be very big
129-
and no additional memory should be occupied -
129+
and no additional memory should be occupied - see [Space Complexity](https://www.geeksforgeeks.org/g-fact-86/).
130130

131131
**Requirements:**
132132

0 commit comments

Comments
 (0)