<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Binary and Linear Search by C</title>
      <link>https://padlet.com/mrcdmcguire/binarylinear</link>
      <description>Post your algorithms for your linear and binary search. Make sure you put your names in the title</description>
      <language>en-us</language>
      <pubDate>2018-02-19 21:13:55 UTC</pubDate>
      <lastBuildDate>2018-02-20 09:56:06 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet-assets.s3.amazonaws.com/icons/Ninja.png</url>
      </image>
      <item>
         <title>Linear search algorithm to find the number 8</title>
         <author></author>
         <link>https://padlet.com/mrcdmcguire/binarylinear/wish/233177053</link>
         <description><![CDATA[<div>Step 1: Place down 10 cards face down<br>Step 2: Start with the first card of the sequence and turn the card over<br>IF the card is equal to the number 8 then celebrate because you found it<br>ELSE&nbsp;<br>Go to the next card in the sequence<br>Step 3: Continue to work through the sequence of cards by repeating step 2 until you find the number 8<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-02-20 09:39:51 UTC</pubDate>
         <guid>https://padlet.com/mrcdmcguire/binarylinear/wish/233177053</guid>
      </item>
      <item>
         <title>linear search algorithm to find 8</title>
         <author></author>
         <link>https://padlet.com/mrcdmcguire/binarylinear/wish/233177534</link>
         <description><![CDATA[<div>step 1 put ten cards face down on the table&nbsp;<br>step 2 turn the first card over<br>&nbsp;if it is 8:<br>then you have found the right card and stop&nbsp;<br>if it isn't:<br>&nbsp;then turn the second card over<br>repeat step 2 until there are no more cards.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-02-20 09:41:38 UTC</pubDate>
         <guid>https://padlet.com/mrcdmcguire/binarylinear/wish/233177534</guid>
      </item>
      <item>
         <title>Linear Search</title>
         <author></author>
         <link>https://padlet.com/mrcdmcguire/binarylinear/wish/233177543</link>
         <description><![CDATA[<div>Step 1: lay out ten cards face down<br>Step 2: Turn over the first card of the sequence<br>&nbsp;step 3: IF: Card=8 then STOP<br>&nbsp;             ELSE: Card doesn't=8 carry on and turn over next card.<br>Step 4: repeat Step 3</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-02-20 09:41:40 UTC</pubDate>
         <guid>https://padlet.com/mrcdmcguire/binarylinear/wish/233177543</guid>
      </item>
      <item>
         <title>linear search</title>
         <author></author>
         <link>https://padlet.com/mrcdmcguire/binarylinear/wish/233177787</link>
         <description><![CDATA[<div>step 1 - place 10 cards face side down in no order<br>step 2 - search 1 by 1 through the deck turning the cards over and seeing if you have the correct numbered card<br>else= move onto next card if current card is not the one you are looking for</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-02-20 09:42:22 UTC</pubDate>
         <guid>https://padlet.com/mrcdmcguire/binarylinear/wish/233177787</guid>
      </item>
      <item>
         <title>Binary search algorithm to find the number 8</title>
         <author></author>
         <link>https://padlet.com/mrcdmcguire/binarylinear/wish/233179555</link>
         <description><![CDATA[<div>Step 1: Place down 10 cards in numerical order starting with the lowest digit.<br>Step 2: Start by finding the midway point of the sequence of cards<br>IF this is the number 8 then celebrate because you found it<br>ELSE IF&nbsp;<br>The number is smaller than 8 THEN discard all the cards to the left of that card<br>Step 3: Find the midway point of the remaining cards&nbsp;<br>IF&nbsp;<br>that number is larger than 8 THEN discard all the cards to the right of that card<br>Step 4: repeat step 2 and step 3 until you find the number 8.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-02-20 09:48:00 UTC</pubDate>
         <guid>https://padlet.com/mrcdmcguire/binarylinear/wish/233179555</guid>
      </item>
      <item>
         <title>binary search</title>
         <author></author>
         <link>https://padlet.com/mrcdmcguire/binarylinear/wish/233180943</link>
         <description><![CDATA[<div>step 1 - place 10 cards in order from smallest to largest<br>step 2 - </div>]]></description>
         <enclosure url="" />
         <pubDate>2018-02-20 09:52:59 UTC</pubDate>
         <guid>https://padlet.com/mrcdmcguire/binarylinear/wish/233180943</guid>
      </item>
      <item>
         <title>Binary Search</title>
         <author></author>
         <link>https://padlet.com/mrcdmcguire/binarylinear/wish/233181387</link>
         <description><![CDATA[<div>Step 1: Place 10 cards face down in numerical order.<br>Step 2: Find the middle card of the sequence and turn it over<br>Step 3: IF: card =8 STOP<br>              ELSE:</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-02-20 09:54:13 UTC</pubDate>
         <guid>https://padlet.com/mrcdmcguire/binarylinear/wish/233181387</guid>
      </item>
   </channel>
</rss>
