This repository contains my daily Codewars practice solutions across multiple programming languages. The goal is to improve problem-solving skills and maintain proficiency in various languages through consistent practice.
- C++
- Go
- Java
- JavaScript
- PHP
- Python
- Rust
- TypeScript
- Solve at least 5 problem (Katas) per day
- Rotate between different programming languages
- Track coding time using WakaTime
- Focus on understanding different approaches and algorithms
- Using WakaTime to track coding time and productivity
- Daily commits to maintain consistency
- Anki-style spaced repetition for reviewing concepts
codewars/
├── cpp/ # C++ solutions
├── go/ # Go solutions
├── java/ # Java solutions
├── javascript/ # JavaScript solutions
├── php/ # PHP solutions
├── python/ # Python solutions
├── rust/ # Rust solutions
└── typescript/ # TypeScript solutions
- Each solution includes:
- Problem description
- Solution code
- Time complexity analysis
- Space complexity analysis
- Alternative approaches (when applicable)
- Select a problem from Codewars
- Choose a language to practice
- Solve the problem
- Document the solution
- Track time using WakaTime
- Commit changes
- Daily streak tracking
- Language proficiency improvement
- Problem difficulty progression
- Time spent per language
DETERMINATION 👾