Things to do to improve Coding
- Read code and write lots of code
- Practice coding
- Break the problem into a subproblem
- learn new concept every day
- Coding is all about practice — the more you practice code, the better you get at it.
- Do a formal course on Data Structures and Algorithms. A proper course teaches you the intricacies of the data structures and algorithms
- Solve the top 100 most solved questions on SPOJ
- Once you’ve solved around 100 problems, you will feel much confident. Then, you can move on to learning more advanced concepts. You will begin to have fun while coding.