Posts

Showing posts from November, 2023

How to apply Algorithmic Design and Data Structure Techniques in Structured Programs

Image
 What is an Algorithm, and how do you apply it? An algorithm is considered a step-by-step procedure that has instructions designed to complete a certain command to receive an output.  There are a few important categories of Algorithms, which are delete, update, sort, insert, and search. How to apply it? In order to apply these techniques to structured programs, we need to be able to first understand the issue and be able to define all the outputs and inputs. We should then choose something appropriate to arrange the data in, such as arrays, trees, or lists.  This step to identify which data style we need to use is essential because some data structures may hold less data than others. Some methods can give a more detailed output compared to others. Making sure we know what data we have and understanding the outcomes each Data structure provides is really important to apply to any structured program.  What is a Tree data structure? This data structure is considered "hierarchical&quo