Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 982 Bytes

File metadata and controls

23 lines (20 loc) · 982 Bytes

Programming Learning Practice

Learning and practicing in:

  • Python
  • Golang
  • Scripting (Python interview scripting problems)
  • LeetCode Solutions

Structure

.
├── 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