Total: 63 Python: 46 Java: 17
Easy: 46 Medium: 14 Hard: 3
This folder contains all the problems that I will solve using Python
This folder contains all the problems that I will solve using Java
- instead of making different conditions for edge cases try to make a general solution that would handle that case
- Understand the problem completely and try to come up with multiple solutions
- start simple, then optimize
- ALWAYS review other solutions and learn from them!