Interactive Coding Challenges is a collection of practice problems designed to strengthen data structures, algorithms, and problem-solving skills. The repository emphasizes a learn-by-doing approach: you read a prompt, attempt a solution, and verify behavior with tests, often within notebooks or scripts. Problems span arrays, strings, stacks, queues, linked lists, trees, graphs, dynamic programming, and more, mirroring common interview themes. Many challenges include hints and reference solutions so you can compare approaches and learn idiomatic patterns. The structure encourages incremental improvement—start with a brute-force idea, then refine to optimal time and space complexity. It serves both as a self-study path and as a warm-up bank for interview prep or coding katas.
Features
- Curated challenges across core DS&A topics and paradigms
- Test-driven workflow to validate solutions and edge cases
- Hints and reference implementations for guided learning
- Progressive difficulty from warm-ups to tougher problems
- Notebook-friendly format for interactive exploration
- Useful as an interview prep companion or daily kata routine