<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>bubble-sort on Calhoun.io - Go for Everyone</title>
    <link>https://www.calhoun.io/categories/bubble-sort/</link>
    <description>Recent content in bubble-sort on Calhoun.io - Go for Everyone</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 28 Nov 2016 20:26:00 +0000</lastBuildDate>
    
	<atom:link href="https://www.calhoun.io/categories/bubble-sort/rss/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Let&#39;s Learn Algorithms: Sorting a Custom User Type with Bubble Sort</title>
      <link>https://www.calhoun.io/lets-learn-algorithms-sorting-a-custom-user-type/</link>
      <pubDate>Mon, 28 Nov 2016 20:26:00 +0000</pubDate>
      
      <guid>https://www.calhoun.io/lets-learn-algorithms-sorting-a-custom-user-type/</guid>
      <description>This is the third and final practice problem for Bubble Sort in the Let&amp;#39;s Learn Algorithms series.
In this post we are going to be covering the final practice problem introduced after we discussed how bubble sort works and implemented bubble sort in Go.
We are going to look at how to sort a list containing a custom type. Specifically, we are going to look at sorting a list with a User type where we want to ort by the user&amp;rsquo;s last name, but if that matches we want to fall back on the user&amp;rsquo;s first name.</description>
    </item>
    
    <item>
      <title>Let&#39;s Learn Algorithms: Reverse sorting a list of numbers with bubble sort</title>
      <link>https://www.calhoun.io/lets-learn-algorithms-reverse-sorting-a-list-of-numbers-with-bubble-sort/</link>
      <pubDate>Sun, 13 Nov 2016 20:32:00 +0000</pubDate>
      
      <guid>https://www.calhoun.io/lets-learn-algorithms-reverse-sorting-a-list-of-numbers-with-bubble-sort/</guid>
      <description>Welcome back to another post in the Let&amp;#39;s Learn Algorithms series!
In this post we are going to be covering the first practice problem introduced after we discussed how bubble sort works and implemented bubble sort in Go.
We are going to look at how to write bubble sort to sort a list of numbers in reverse (decreasing) order.
If you aren&amp;rsquo;t already familiar with bubble sort I suggest you check out the previous articles, and if you are unfamiliar with the practice problem and want to give it a try on your own you can see read about it here and you can find the code we will be starting with on github.</description>
    </item>
    
  </channel>
</rss>