Tags
An algorithms is the framework, and basis, of a program. Many beginners don’t develop one, and write as it goes. When that happens, they lose track of their direction in solving the problem and it becomes difficult debugging.– Benjamin
…am I doing the same mistake? I should concentrate on developing an algorithm in process of solving the problem.
Advertisement