DEV Community

David G
David G

Posted on

Searching for a Word

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:
Step by Step (Rough Layout)

Then afterwards, needed to take those steps and make it into a flowchart for testing:
Flow Chart (Rough Layout)

Once I tested examples from my current lesson to see if the flowchart was successful, I came up with a pseudocode for the algorithm:
Pseudocode

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)