Skip to content

Commit 87ffe6a

Browse files
djeadaCopilot
andauthored
Update notes/matrices.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 060e1b6 commit 87ffe6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes/matrices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ while top <= bottom and left <= right:
635635
Maintain top, bottom, left, right. Walk edges in order; after each edge, move the corresponding bound inward.
636636

637637
* Time: $O(R\cdot C)$
638-
* Space: $O(1)$ beyond output
638+
* Space: $O(1)$ beyond output.
639639

640640
#### Diagonal Order (r+c layers)
641641

0 commit comments

Comments
 (0)