<?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>DEV Community: matthijs pouwels</title>
    <description>The latest articles on DEV Community by matthijs pouwels (@matthijs_pouwels_9996aa3f).</description>
    <link>https://dev.to/matthijs_pouwels_9996aa3f</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2931565%2F2d422375-7e91-4a8a-93bf-d5330be3ec48.jpg</url>
      <title>DEV Community: matthijs pouwels</title>
      <link>https://dev.to/matthijs_pouwels_9996aa3f</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/matthijs_pouwels_9996aa3f"/>
    <language>en</language>
    <item>
      <title>First pseudocode lines!</title>
      <dc:creator>matthijs pouwels</dc:creator>
      <pubDate>Tue, 11 Mar 2025 10:47:51 +0000</pubDate>
      <link>https://dev.to/matthijs_pouwels_9996aa3f/first-pseudocode-lines-1mij</link>
      <guid>https://dev.to/matthijs_pouwels_9996aa3f/first-pseudocode-lines-1mij</guid>
      <description>&lt;p&gt;Hey guys, I’ve started introduction to IT course on CodeCademy and I wrote my first pseudocode lines. I’m very curious for feedback and ideas.&lt;/p&gt;

&lt;p&gt;This was the assignment:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Take two string values called&amp;nbsp;text&amp;nbsp;and&amp;nbsp;pattern.&lt;/li&gt;
&lt;li&gt;Search through the value of&amp;nbsp;text&amp;nbsp;to check if the value&amp;nbsp;pattern&amp;nbsp;can be found within&amp;nbsp;text.&lt;/li&gt;
&lt;li&gt;Notify the user if&amp;nbsp;pattern&amp;nbsp;was found in&amp;nbsp;text&amp;nbsp;or not.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;This is my solution:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Input the&amp;nbsp;pattern&amp;nbsp;that needs to be searched&lt;/li&gt;
&lt;li&gt;To keep track of whether the text contains the pattern, establish a&amp;nbsp;contains_pattern&amp;nbsp;variable and initially set it to&amp;nbsp;False.&lt;/li&gt;
&lt;li&gt;Has the &amp;nbsp;pattern&amp;nbsp;been found?
If not, continue to step 3.
If so, skip to step 5.&lt;/li&gt;
&lt;li&gt;Is the current word equal to pattern?
If not, go back to step 3 and continue to iterate over the entire&amp;nbsp;text.
If so, set the&amp;nbsp;contains_pattern&amp;nbsp;variable to&amp;nbsp;True&amp;nbsp;and then continue to step &lt;/li&gt;
&lt;li&gt;Is the&amp;nbsp;contains_pattern equal to&amp;nbsp;True?
If not, then the&amp;nbsp;pattern&amp;nbsp;is not in the text.
If so, then the&amp;nbsp;pattern&amp;nbsp;is in the text!&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Would love to hear your thoughts! Any improvements or alternative approaches you'd suggest? 🚀&lt;/p&gt;

</description>
      <category>computerscience</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
