<?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: Andrea Tosetto</title>
    <description>The latest articles on DEV Community by Andrea Tosetto (@andychild1).</description>
    <link>https://dev.to/andychild1</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%2F1359473%2F533a22ed-05d7-45f9-a71f-bfe877b627eb.jpg</url>
      <title>DEV Community: Andrea Tosetto</title>
      <link>https://dev.to/andychild1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/andychild1"/>
    <language>en</language>
    <item>
      <title>Movie Finder</title>
      <dc:creator>Andrea Tosetto</dc:creator>
      <pubDate>Sun, 09 Jun 2024 09:06:26 +0000</pubDate>
      <link>https://dev.to/andychild1/movie-finder-1jn9</link>
      <guid>https://dev.to/andychild1/movie-finder-1jn9</guid>
      <description>&lt;p&gt;This is a program that I made as a portfolio project during my studies on computer science at Codecademy.&lt;br&gt;
It is a recommendation software that help the user to find movies based on the related category.&lt;br&gt;
I've chosen Nodes and Linked List as the main data structure where the Movie class act as a common Node class and the Linked Lists will hold all the Movie classes related by their respective category.&lt;br&gt;
I've chosen the binary search algorithm even though a common linear search would have been enough for this short category list...I just did it to make things more challenging.&lt;br&gt;
All the results are sorted by title using a quicksort algorithm wich sorts all the results in place avoiding the need for additional memory usage.&lt;br&gt;
If you have any questions or advice please ask!&lt;br&gt;
Enjoy the project!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyowm68bqpv7lhnov9ehm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyowm68bqpv7lhnov9ehm.png" alt="Image description" width="800" height="406"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frs6w8gwrwfgcu2pnwqkt.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frs6w8gwrwfgcu2pnwqkt.png" alt="Image description" width="800" height="391"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkhzwjik97n73xht1am3a.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkhzwjik97n73xht1am3a.png" alt="Image description" width="800" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/andychild1/movie_search.git"&gt;This is the link to all the source code&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>movies</category>
      <category>algorithms</category>
    </item>
    <item>
      <title>Lottery game</title>
      <dc:creator>Andrea Tosetto</dc:creator>
      <pubDate>Sun, 17 Mar 2024 14:32:56 +0000</pubDate>
      <link>https://dev.to/andychild1/lottery-game-95n</link>
      <guid>https://dev.to/andychild1/lottery-game-95n</guid>
      <description>&lt;p&gt;Hi, I just wanted to share a little Lottery game for the python terminal.&lt;br&gt;
It is a little hard to setup because it takes a lot of keyboard work  but as a terminal game that's the best I can do.&lt;br&gt;
It was made for single player but then I've added the multiplayer functionality because it was a lot boring.&lt;br&gt;
I wish to get some feedback and suggestions on how can I improve it.&lt;br&gt;
Below you can find the link to my git hub repository.&lt;br&gt;
[&lt;a href="https://github.com/andychild1/Lottery_game"&gt;https://github.com/andychild1/Lottery_game&lt;/a&gt;]&lt;/p&gt;

</description>
      <category>python</category>
      <category>gamedev</category>
      <category>computerscience</category>
    </item>
  </channel>
</rss>
