Browse Source

docs: adding more details

CON-2946-Markdown-DPxAI-Quest00-call-it
zanninso 2 months ago committed by zanninso
parent
commit
c145bddcc3
  1. 4
      subjects/java/checkpoints/spiral-matrix/README.md

4
subjects/java/checkpoints/spiral-matrix/README.md

@ -2,7 +2,9 @@
### Instructions ### Instructions
Create a class `SpiralMatrix` that provides a method to generate a matrix filled with elements from 1 to n\*n in spiral order, given an integer n. Create a class `SpiralMatrix` that provides a method to generate a matrix filled with elements from 1 to n\*n in spiral order, given an integer n where n > 0.
### Expected Class ### Expected Class

Loading…
Cancel
Save