First Commit

This commit is contained in:
2024-12-02 15:11:30 +01:00
commit 031f6004de
4688 changed files with 441558 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
## 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.