For a portfolio project, I needed to plan out and create an algorithm to search for a word in any given text.
First I had to come up with a step by step plan:
Then afterwards, needed to take those steps and make it into a flowchart for testing:
Once I tested examples from my current lesson to see if the flowchart was successful, I came up with a pseudocode for the algorithm:
In conclusion, I was able to successfully create a small word search algorithm using pseudocodes and flowcharts to better understand the process with minimal experience.
Top comments (0)