STEPS TO WRITE ANY ALGORITHM⠀

💁STEPS TO WRITE ANY ALGORITHM⠀


Programming is the art of algorithm design!⠀

👉Determine the Input/Output⠀
Once you have a solid idea of what you aiming to accomplish, you can determine the steps it will take to get there.⠀

👉Decide on a starting point⠀
Finding your starting point is crucial to listing the steps of the process. You should know where to start.⠀


👉the ending point⠀
Your algorithm must end at some point otherwise it will be incomplete. You should know where to stop.⠀


👉List all the steps⠀
From the starting point with the inputs, list every small required step to achieve the ending point and the output.⠀


👉Determine how each step will be accomplished⠀
Now that you have a step-by-step outline, it’s time to think about how you might code each step.⠀


👉Review the Algorithm
It’s time to evaluate the process. Consider all special cases and make sure your algorithm accomplishes the correct output.


📕The Algorithm Design Manual Paperback 
13 Oct 2010 by Steven S Skiena (Author)

What’s the algorithm for success?⠀
Share your 💭thoughts and this post!⠀


                         _______________________________

Comments

Popular posts from this blog

My LHD share experience

FRONT END DEVELOPER SKILLS YOU NEED TO KNOW⠀

USEFUL CHROME EXTENSIONS FOR DEVELOPERS