<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>We Create Our Algorithms by nurullah furkan koyuncu</title>
      <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2024-03-02 19:39:01 UTC</pubDate>
      <lastBuildDate>2024-04-02 11:13:48 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Algorithms in culinary recipes:</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2924195494</link>
         <description><![CDATA[<p> Every culinary recipe is an algorithm. How to prepare a certain dish (What) from certain products (From what)? The analogy is complete. The name of the algorithm is the name of the product being produced. We studied how mom makes jam and came up with an algorithm:</p><p>Alg blackcurrant marmalade</p><p>the start</p><p>Crush the blackcurrant berries</p><p>Bring to a boil in a saucepan</p><p>Rub the hot mass through a sieve</p><p>Cook until done</p><p>con</p><p>Our mothers and grandmothers have many culinary recipes for baking, preserving and preparing various dishes: fresh cabbage pie, stuffed fish with fried onions, fruit salad with walnuts, beef stew with mushrooms, "anthill" cake, etc.</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-03-19 01:43:52 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2924195494</guid>
      </item>
      <item>
         <title>Pancake recipe :</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2924213677</link>
         <description><![CDATA[<p>An algorithm is made up of a series of commands that are executed in the same order in which they are listed.</p><p>Pancake recipe :</p><p>Pour 200 g of flour, 2 eggs and 2 dl of milk or water into a deep bowl. Beat the dough until it becomes lump-free. In the whipped dough</p><p>add 1 dl of oil and mix. Bake pancakes in a pan,</p><p>thread them as desired and enjoy!</p><p>The given recipe for pancakes is an example of an algorithm</p><p>(admittedly, it is not mathematical and cannot be implemented on a computer).</p><p>It contains the steps that lead us to the solution of our problem (and the problem in this case is that we craved delicious pancakes). The following steps tell us how to make pancake batter:</p><p>1) Take a deep bowl.</p><p>2) Pour 200 g of flour and 2 eggs into it.</p><p>3) Pour 2 dl of milk, and if you don't have milk, pour 2 dl of water.</p><p>4) Beat until the mixture is lump-free.</p><p>5) Add 1 dl of oil.</p><p>6) Stir.</p><p>We say that the commands are sequenced one after the other and are being executed</p><p>sequentially (in a row, one after the other). Commands usually</p><p>represent elementary steps (in the given example, steps 1), 2), 5) and 6) are really elementary steps), but there are also more complex commands, which describe more complex steps (in the example, they are 3) and 4)).</p><p>In step 3) the behavior depends on whether the specified condition is met</p><p>fulfilled. The condition is the question of whether there is milk, and depending on whether the answer to that question is yes or no, we will pour milk or water into the mixture (it goes without saying that we definitely have water). So, the command is of the form: if the condition is met, then do this and that, otherwise do this and that, and the algorithm execution flow branches at that point (one branch is the case when the branching condition is met, and the other branch is the case when the branching condition is not met). That is why a branch command is said to be present in that step.</p><p>In step 4) the action is repeated until some condition is met</p><p>fulfilled. Here the mixing of the mixture is repeated and checked all the time to see if there are still any lumps. Only when the lumps disappear, the beating is stopped. Although whisking can be viewed as a continuous action, from an algorithmic point of view it is better to view it as a series of elementary steps (for example, a turn of a whisk or a second of whisking with a mixer) that are repeated. This achieves that some part of the algorithm is repeated cyclically until some condition is met or until some condition is not met. In such situations, a loop is said to be present (also called a cycle, repetition statement, repetitive statement, or iteration statement). There are different ones</p><p>forms of loops (usually these are commands of the form "do this and that so many times", "do this and that until this and that happens" or "as long as this and that is valid, do this and that").</p><p>Let's also note that step 4 could be formulated as</p><p>the following way:</p><p>4) Muti. If there are lumps in the mixture, go back to step 4).</p><p>So, instead of a loop, the branch command u could have been used</p><p>combined with the command of the form "go to step so-and-so". Since at that point the execution of the algorithm jumps to another place, we call such a command a jump command. The jump statement is sometimes called the GOTO statement. It is not desirable in algorithm descriptions because it leads to algorithms and programs that are very difficult to follow and analyze. Therefore, we will avoid it whenever possible.</p>]]></description>
         <enclosure url="" />
         <pubDate>2024-03-19 01:56:03 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2924213677</guid>
      </item>
      <item>
         <title>SametCan.MAEMTAL</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2924997922</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2385656038/298a4817a05f8f008a66f5b222af7a4b/The_creation_of_an_algorithm_that_solves_any_mathematical_operation.jpg" />
         <pubDate>2024-03-19 12:20:59 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2924997922</guid>
      </item>
      <item>
         <title>cansin.maemtal</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2925012038</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2385674003/59ca16ac9611253512d532921da21e8d/Creation_of_an_algorithm_describing_the_recipe_of_a_specified_dish.jpg" />
         <pubDate>2024-03-19 12:31:04 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2925012038</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2925024910</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2385690691/b0a4884ec3000b37660cbe11c11fb44f/Paragraf_metniniz.jpg" />
         <pubDate>2024-03-19 12:40:27 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2925024910</guid>
      </item>
      <item>
         <title>ekin maemtal</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2925034542</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2385703955/de9a0389e9f7ce5bcc906c7d881989cd/creation_of_an_algorithm_describing_the_creation_stages_of_any_content_prepared_while_using_a_campter_logo__video__etc__.jpg" />
         <pubDate>2024-03-19 12:47:01 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2925034542</guid>
      </item>
      <item>
         <title>YigitDeniz</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2925035372</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2385700274/c1fd0b9e3d7e3d8bcd82a8e8461cc278/1.jpg" />
         <pubDate>2024-03-19 12:47:35 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2925035372</guid>
      </item>
      <item>
         <title>ege.MAEMTAL</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2925066497</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2385714097/67735ce6fdee7ef0498093b4b23e20f0/Paragraf_metniniz.jpg" />
         <pubDate>2024-03-19 13:08:37 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2925066497</guid>
      </item>
      <item>
         <title>YigitDeniz</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2925066891</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2385700274/9e925a7c7e656194cc98ae0ee88f8d85/1.jpg" />
         <pubDate>2024-03-19 13:08:52 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2925066891</guid>
      </item>
      <item>
         <title>elvan.MAEMTAL</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2925079133</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2385760109/388e1e5e860be8e48fc3bb8969fc4139/creationof_the_algdrithm_describing_any_day_of_your_life.jpg" />
         <pubDate>2024-03-19 13:17:07 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2925079133</guid>
      </item>
      <item>
         <title>Raúl Romero</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2926689863</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2385617343/a21b14e366fd69e8e9b03183a7659ab2/Ra_l_Romero_3__A.png" />
         <pubDate>2024-03-20 11:17:50 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2926689863</guid>
      </item>
      <item>
         <title>Jose Vicente Lobo</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2926690102</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2385640689/9b1012664b9cfd681d261aa4828fc784/JOSE_VICENTE_LOBO_DIAZ.png" />
         <pubDate>2024-03-20 11:18:02 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2926690102</guid>
      </item>
      <item>
         <title>Iker Barroso</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2926698743</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2387680725/d92d30127a8644c392e4f203d4bfedd6/Iker_Barroso_Cacilia.png" />
         <pubDate>2024-03-20 11:25:17 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2926698743</guid>
      </item>
      <item>
         <title>Javier ojeda</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2926699934</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2387680685/c9a6479abaad2498a5837690171b8b0c/A_adir_un_poco_de_texto.png" />
         <pubDate>2024-03-20 11:26:26 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2926699934</guid>
      </item>
      <item>
         <title>Sara González Guzmán</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2926703153</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2387686164/f4cc315d6b9ad9feb9b8a56a6addda21/Sara_Gonz_lez_Guzm_n.png" />
         <pubDate>2024-03-20 11:29:20 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2926703153</guid>
      </item>
      <item>
         <title>Roberto Pérez Portilla</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2926703819</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2387673912/a70395ec979580bdbd7d9d381749e72c/A_adir_un_t_tulo.png" />
         <pubDate>2024-03-20 11:29:58 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2926703819</guid>
      </item>
      <item>
         <title>Ivan ruiz </title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2926705147</link>
         <description><![CDATA[<p>º</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2387685225/dee0d528716b784cee71b5b9ff7c09d7/IV_N_RUIZ.pdf" />
         <pubDate>2024-03-20 11:31:12 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2926705147</guid>
      </item>
      <item>
         <title>Álvaro Rodríguez</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2926705170</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2387685274/c50fe3ff9212bfd0190518272e63ba08/alvaro_rodriguezmartin.pdf" />
         <pubDate>2024-03-20 11:31:13 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2926705170</guid>
      </item>
      <item>
         <title>Manuel Jesús González </title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2927175101</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2388295400/30c0272ca3540b9dca929c026d1635ba/Screenshot_2024_03_20_17_50_08_35_e2d5b3f32b79de1d45acd1fad96fbb0f.jpg" />
         <pubDate>2024-03-20 16:53:55 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2927175101</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2927369322</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2388546808/95f74d100ec0c8bf8b2af7075db08351/natalia_martineze_tiwning.jpg" />
         <pubDate>2024-03-20 19:36:28 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2927369322</guid>
      </item>
      <item>
         <title>how to make pasta? pasta recipe;  (metehan.bt)</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2929952896</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2391560161/83860ec3eb11457ecae7b5ce4ec50e00/pasta_recipe_001.png" />
         <pubDate>2024-03-22 10:13:50 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2929952896</guid>
      </item>
      <item>
         <title>Yusufcan</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2930257016</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2391947183/0be8421071180c1fc1bb681fc3340b68/20240322_174118_0000.png" />
         <pubDate>2024-03-22 14:50:52 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2930257016</guid>
      </item>
      <item>
         <title>BASRİ BOZKIR - ESENYURT KIRAÇ ANATOLİAN HİGH SCHOOL</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2930317599</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2392037349/21b20f241e7208dfc75237915939dc39/START.png" />
         <pubDate>2024-03-22 15:42:18 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2930317599</guid>
      </item>
      <item>
         <title>gözde.md</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2930332610</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2392058237/a956c6e3148671e5536aea42291f8fce/Picsart_24_03_22_18_51_31_831.jpg" />
         <pubDate>2024-03-22 15:56:33 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2930332610</guid>
      </item>
      <item>
         <title>Sumeyra.ky</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2930512115</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2392280750/5869835ae2f49b51176172ffb8fe4e54/image.png" />
         <pubDate>2024-03-22 19:09:23 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2930512115</guid>
      </item>
      <item>
         <title>alimenur</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2930525051</link>
         <description><![CDATA[
<br>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2392298283/cd8d330159c67979ff72719d8f463465/51ce93ee_266a_4ac5_9b30_2e31a7b839c0.jpg" />
         <pubDate>2024-03-22 19:26:09 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2930525051</guid>
      </item>
      <item>
         <title>Rusne KSDSGG</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2930809533</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2392749325/2a954d84f66dcae93287932ee619727b/Birthday.png" />
         <pubDate>2024-03-23 08:40:23 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2930809533</guid>
      </item>
      <item>
         <title>Meda KSDSGG</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2930844616</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2392749325/d6eb5f5d0fb7ad6bc7965ffdeec40fb2/Math.png" />
         <pubDate>2024-03-23 10:21:01 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2930844616</guid>
      </item>
      <item>
         <title>Brigita KSDSGG</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2930858025</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2392749325/fa9b4fbe4e889d9b0aa960bd2951bfd2/Sandwich.png" />
         <pubDate>2024-03-23 10:57:01 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2930858025</guid>
      </item>
      <item>
         <title>Berat</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2930891834</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2392931600/c892940f8affb5e974859043b3234786/image.png" />
         <pubDate>2024-03-23 12:31:29 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2930891834</guid>
      </item>
      <item>
         <title>Andreja KSDSGG</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2930892489</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2392749325/254d53e6c1a40a87321d3aa873a460c8/Logo.png" />
         <pubDate>2024-03-23 12:33:19 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2930892489</guid>
      </item>
      <item>
         <title>zeynep.bt</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2930895253</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2392968105/31cc59fa53ff37bf6e2128d80a1b4842/TEAM_TASK__2__1_.png" />
         <pubDate>2024-03-23 12:40:36 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2930895253</guid>
      </item>
      <item>
         <title>Derin.ztrk</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2930901379</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2392976681/03cdc9a2e8a7ed68b083eb51f67dfa27/WhatsApp_G_rsel_2024_03_23_saat_15_12_31_b89a9ec8.jpg" />
         <pubDate>2024-03-23 12:54:32 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2930901379</guid>
      </item>
      <item>
         <title>Zygimantas KSDSGG</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2930926214</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2392749325/5baf428a65568eda32bcaafffa2d3f46/Travelling.png" />
         <pubDate>2024-03-23 13:44:49 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2930926214</guid>
      </item>
      <item>
         <title>Zygimantas KSDSGG</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2930953375</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2392749325/a1bc4de9a0f40baa04c6ada604171a55/Reading.png" />
         <pubDate>2024-03-23 14:45:35 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2930953375</guid>
      </item>
      <item>
         <title>Duru&amp;Inan Ayal</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2931078894</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2393264195/7f286bc46c937023cef60c849dacf0f2/duru_inan.png" />
         <pubDate>2024-03-23 20:24:36 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2931078894</guid>
      </item>
      <item>
         <title>Fikret.Ayal</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2931079871</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2393264195/24e6963d434bba24798c3af0449ead6a/fikret.png" />
         <pubDate>2024-03-23 20:26:35 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2931079871</guid>
      </item>
      <item>
         <title>Efe.Ayal</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2931080837</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2393264195/dd2b9d6265c0bdf5aaa29e372a8610e5/efe.png" />
         <pubDate>2024-03-23 20:30:14 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2931080837</guid>
      </item>
      <item>
         <title>Ceylin.Ayal</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2931081545</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2393264195/a521814bf0b2b0e217bce5b4da556679/ceylin.png" />
         <pubDate>2024-03-23 20:32:46 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2931081545</guid>
      </item>
      <item>
         <title>Ege.Ayal</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2931084454</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2393274756/f88a9eeed60ff6bad08588b81921eebb/ege.png" />
         <pubDate>2024-03-23 20:42:05 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2931084454</guid>
      </item>
      <item>
         <title>Azra.15temsal</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2931348299</link>
         <description><![CDATA[<p>Azra.15temsal</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2393736924/de6df536a28a34492e03d9ff547554e3/IMG_7323.jpeg" />
         <pubDate>2024-03-24 11:56:26 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2931348299</guid>
      </item>
      <item>
         <title>Melisa </title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2931364997</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2393764317/00f2ffcc49288bdb13f321e558c1a78d/IMG_20240324_WA0001.jpg" />
         <pubDate>2024-03-24 12:38:30 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2931364997</guid>
      </item>
      <item>
         <title>Ege.15temsal</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2931432479</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2393871338/bb7c10611466be85a1d8ab19d13ebb5b/IMG_20240324_WA0025.jpg" />
         <pubDate>2024-03-24 14:53:06 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2931432479</guid>
      </item>
      <item>
         <title>Efe.md</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2931455477</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2393899201/c2612d6ccde888f1057ddc38ea776f49/_team_3__1_.png" />
         <pubDate>2024-03-24 15:38:12 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2931455477</guid>
      </item>
      <item>
         <title>Yusufk.15temsal</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2931579329</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2394111969/184f2753a2c645543df06c31b49dfb63/Untitled_Diagram_drawio__2_.png" />
         <pubDate>2024-03-24 20:10:09 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2931579329</guid>
      </item>
      <item>
         <title>Ayse.Bişekil</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2932296549</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2394948797/1a56b3a769b918ed4091c33d7b08572b/algoritma1.jpg" />
         <pubDate>2024-03-25 09:14:13 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2932296549</guid>
      </item>
      <item>
         <title>Berkay.Bisekil</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2932307767</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2394967215/c33763f436be941222cc58b5d4c3751b/20240325_122608_0002.png" />
         <pubDate>2024-03-25 09:28:56 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2932307767</guid>
      </item>
      <item>
         <title>Nisanur.Bisekil</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2932318124</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2394981712/c8d0d243cc5ba356dbc476727b894472/Algoritma.jpg" />
         <pubDate>2024-03-25 09:40:07 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2932318124</guid>
      </item>
      <item>
         <title>Ekin.Bisekil</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2932319467</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2394980756/ee706734140277fd55b428d17a1b1108/Algoritma.png" />
         <pubDate>2024-03-25 09:41:45 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2932319467</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2932319969</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://v1.padlet.pics/1/image.webp?t=c_limit%2Cdpr_1%2Ch_520%2Cw_367&amp;url=https%3A%2F%2Fstorage.googleapis.com%2Fpadlet-uploads%2F2385760109%2F388e1e5e860be8e48fc3bb8969fc4139%2Fcreationof_the_algdrithm_describing_any_day_of_your_life.jpg%3FExpires%3D1711459027%26GoogleAccessId%3D778043051564-q79bsd8mc40b0bl82ikkrtc3jdofe4dg%2540developer.gserviceaccount.com%26Signature%3DzeLoxjorxseXFgoZ%252FBqM5Ccf27vF4gbo8t7TWT1R9LUIHlUN5Y0ZoaQ7ykrGCBu7ft6Z9j7x1z7GU7HKi%252BtGKhgdfqDPHjYpHyC8ugkCICnT5ZclZYB%252FhmpE6tRR3EQxkQiTGmiFzP3EokZF18zB9YDioyP%252FVvtpjl%252BCThnmvrI%253D%26original-url%3Dhttps%253A%252F%252Fpadlet-uploads.storage.googleapis.com%252F2385760109%252F388e1e5e860be8e48fc3bb8969fc4139%252Fcreationof_the_algdrithm_describing_any_day_of_your_life.jpg" />
         <pubDate>2024-03-25 09:42:20 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2932319969</guid>
      </item>
      <item>
         <title>Fatmanur.Bişekil</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2932320418</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2394904378/a0d5f98870bfc568a3c65c4ae1757611/Algoritma.png" />
         <pubDate>2024-03-25 09:42:51 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2932320418</guid>
      </item>
      <item>
         <title>nehir.md</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2932661308</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2395438279/e7a982aa124a29cc562737f84f8a6622/20240325_175120_0000.png" />
         <pubDate>2024-03-25 14:55:28 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2932661308</guid>
      </item>
      <item>
         <title>romal.bt</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2932885247</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2395751952/8c7035127b19551767aed7c7587cf377/Algo.png" />
         <pubDate>2024-03-25 18:19:32 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2932885247</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2932943472</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2395834727/2ce33ab2307aaae374e0265e919dbaa9/Ba_l_ks_z_Diyagram_drawio__4_.png" />
         <pubDate>2024-03-25 19:27:41 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2932943472</guid>
      </item>
      <item>
         <title>Ensar.15temsal</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2936886432</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2403793206/221843d9159bd4fd19dd517d4bfb158d/START.jpg" />
         <pubDate>2024-03-28 17:58:47 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2936886432</guid>
      </item>
      <item>
         <title>Cemal_G 15 temsal</title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2938151120</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2405928856/ce19c131b1df5ad3de6240e55a6ec001/IMG_20240331_075209.jpg" />
         <pubDate>2024-03-31 04:58:04 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2938151120</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2940293343</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2385639122/0181b5fade30dc802d4b32f71947ab9a/20240324_130613_0000.png" />
         <pubDate>2024-04-02 11:13:48 UTC</pubDate>
         <guid>https://padlet.com/nurullahkoyuncu77/yudx0oxg0uj5ed22/wish/2940293343</guid>
      </item>
   </channel>
</rss>
