5 lines
266 B
Markdown
5 lines
266 B
Markdown
## Coding Challenge
|
|
- Spiral traversal problem in a matrix
|
|
- Good solution would have been recursive solution : traverse outer rim, and then iterate with sub selection
|
|
- Python basics: pass by reference / pass by pointer etc.
|
|
- todo: prepare for coding interviews. |