From e9a67eda00b9853903fc513edcdeca635e0875ce Mon Sep 17 00:00:00 2001 From: Muhammed Mustafa Date: Wed, 8 Jun 2022 15:36:51 +0200 Subject: [PATCH] fix(curriculum): external zig zag link in CIP (#46390) --- .../10-coding-interview-prep/rosetta-code/zig-zag-matrix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/10-coding-interview-prep/rosetta-code/zig-zag-matrix.md b/curriculum/challenges/english/10-coding-interview-prep/rosetta-code/zig-zag-matrix.md index 4f5277c28ad..9979bef4185 100644 --- a/curriculum/challenges/english/10-coding-interview-prep/rosetta-code/zig-zag-matrix.md +++ b/curriculum/challenges/english/10-coding-interview-prep/rosetta-code/zig-zag-matrix.md @@ -8,7 +8,7 @@ dashedName: zig-zag-matrix # --description-- -A 'zig-zag' array is a square arrangement of the first $N^2$ integers, where the numbers increase sequentially as you zig-zag along the array's [anti-diagonals](https://en.wiktionary.org/wiki/antidiagonal). +A 'zig-zag' array is a square arrangement of the first $N^2$ integers, where the numbers increase sequentially as you zig-zag along the array's anti-diagonals. For example, for the input `5`, the following result should be produced: