<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: David G</title>
    <description>The latest articles on Forem by David G (@alterum89).</description>
    <link>https://forem.com/alterum89</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2588212%2F89c39b36-5b8e-4a9b-8130-43455598c5e4.jpg</url>
      <title>Forem: David G</title>
      <link>https://forem.com/alterum89</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/alterum89"/>
    <language>en</language>
    <item>
      <title>Searching for a Word</title>
      <dc:creator>David G</dc:creator>
      <pubDate>Sun, 05 Jan 2025 20:51:46 +0000</pubDate>
      <link>https://forem.com/alterum89/searching-for-a-word-1kk8</link>
      <guid>https://forem.com/alterum89/searching-for-a-word-1kk8</guid>
      <description>&lt;p&gt;For a portfolio project, I needed to plan out and create an algorithm to search for a word in any given text.&lt;/p&gt;

&lt;p&gt;First I had to come up with a step by step plan:&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnr50seij9og3c396q83a.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnr50seij9og3c396q83a.jpg" alt="Step by Step (Rough Layout)" width="800" height="602"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Then afterwards, needed to take those steps and make it into a flowchart for testing: &lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6yvn9e59ulpiddovbe5y.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6yvn9e59ulpiddovbe5y.jpg" alt="Flow Chart (Rough Layout)" width="800" height="602"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Once I tested examples from my current lesson to see if the flowchart was successful, I came up with a pseudocode for the algorithm:&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fk6tk0osinvk5veod7a9l.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fk6tk0osinvk5veod7a9l.png" alt="Pseudocode" width="684" height="209"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;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.&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>coding</category>
      <category>learning</category>
    </item>
  </channel>
</rss>
