Benefits of writing algorithms
Jan 5, 2021
To become a good programmer it is always beneficial to write an algorithm before directly writing code in a text editor. Even though you have a clear idea about the problem, making it a habit to write an algorithm will clear all the doubts and problem statements.
Algorithms must contain a clear understanding of problem statements, pseudo-code, and the approach you are following to solve the problem.
These algorithms will also help you to maintain documentation of your project.
Thanks !!
> Tushar Kale