0
How can i increase my java experience and problem solving!?
2 Respuestas
+ 3
You need to solve problems. Break down the problem into smaller ones and manually think through edge cases. For example what happens with specific values like 0, 1, negatives, large numbers. Work your way through the problems. Learn algorithms and data structures and some theory behind.