Problem specification: https://github.com/exercism/problem-specifications/tree/main/exercises/spiral-matrix TODO: - generate the exercise with `./bin/fetch-configlet && ./bin/configlet create --practice-exercise spiral-matrix` - check if any of the existing tracks (examples below) implement the exercise and you can reuse the implementation: - Go: https://github.com/exercism/go/tree/main/exercises/practice - Rust: https://github.com/exercism/rust/tree/main/exercises/practice - Python: https://github.com/exercism/python/tree/main/exercises/practice - use exercise's _canonical-data.json_ to see which test cases to implement: https://github.com/exercism/problem-specifications/blob/main/exercises/spiral-matrix/canonical-data.json
Problem specification:
https://github.com/exercism/problem-specifications/tree/main/exercises/spiral-matrix
TODO:
./bin/fetch-configlet && ./bin/configlet create --practice-exercise spiral-matrixhttps://github.com/exercism/problem-specifications/blob/main/exercises/spiral-matrix/canonical-data.json