Learning and practicing in:
- Python
- Golang
- Scripting (Python interview scripting problems)
- LeetCode Solutions
.
├── Python/ # Python learning topics (arrays, strings, files, linked lists, patterns, ...)
│ ├── files/ # File handling: basics, modification, data processing, log problems
│ ├── coding-patterns/ # Kadane's algorithm, two pointers / sliding window
│ ├── quick-revision/ # Quick revision notes and snippets
│ └── ...
├── Golang/ # Go basics → collections → concurrency → pointers
├── LeetCode-Solutions/ # LeetCode problem solutions (auto-committed via LeetPush)
├── Scripting/ # System scripting problems (log parsing, API calls, concurrency)
├── Questions/ # Interview question lists
└── Misc/ # Sample data files, logs, scratch files