When You Feel Frustrated While Solving A Problem? (5 Approaches for Beginners)

Hi Coders
Congratulations! :sparkles: :tada: If you are reading out this post ,
It means you are passionate and are ahead of majority of people- who generally gives up too often.

Programming is like a wine- " The Older it gets , The better it tastes. :wine_glass: Its Okay! if you start late , Or start Early. But its compulsory to start atleast. :innocent:

My 5 approaches to solve a Question.

  • Pay very close attention to problem statements. Read and write every details.

  • Debug your examples on a paper.

  • Brute Force

  • Optimize

  • Walk through your approaches in details

  • Implement the code

  • test

4 Likes

:+1:t2: