fix(curriculum): external zig zag link in CIP (#46390)

This commit is contained in:
Muhammed Mustafa
2022-06-08 15:36:51 +02:00
committed by GitHub
parent 47d5f9bb8b
commit e9a67eda00

View File

@@ -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: