From one newbie to another - Algorithmic design and data structure techniques.
Hi, and welcome to my latest blog, “How to apply algorithmic design and data structure techniques in developing structured programs for Newbies.” Yes, I know this is a long title but I’m glad you found this page. As with my previous blog on Object-oriented Programming, this was a learning experience on algorithmic design and data structure techniques and how they can apply to the real world. Thank you for taking the time to read and I hope you find this blog informative as well. Our first question is, “How to apply algorithmic design and data structure techniques in developing structured programs.”. You’re probably wondering why there’s a picture of delicious lasagna and what that has to do with our blog topic. Well, before we dive into that, let’s go over some concepts of algorithmic design. What exactly is algorithmic design? This concept, in short, refers to the process of creating step-by-step instructions to solve a problem or perform a task. This concept can be app...