<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Sorting Algorithms on Software Design</title><link>https://software-design.dev/computer-science/sorting-algorithms/</link><description>Recent content in Sorting Algorithms on Software Design</description><generator>Hugo</generator><language>en</language><copyright>Copyright (c) 2026 Daniil Dzemidovich</copyright><lastBuildDate>Sat, 09 Dec 2023 19:20:34 +0100</lastBuildDate><atom:link href="https://software-design.dev/computer-science/sorting-algorithms/index.xml" rel="self" type="application/rss+xml"/><item><title>🪣 Bucket Sort</title><link>https://software-design.dev/computer-science/sorting-algorithms/bucket-sort/</link><pubDate>Sat, 09 Dec 2023 19:20:34 +0100</pubDate><guid>https://software-design.dev/computer-science/sorting-algorithms/bucket-sort/</guid><description>&lt;p&gt;&lt;strong&gt;Bucket sort&lt;/strong&gt; involves dividing elements into various groups (buckets). These buckets are created by uniformly distributing the elements. Once elements are distributed, they can be sorted using any other sorting algorithm. Finally, the sorted elements are gathered together in an ordered way.&lt;/p&gt;</description></item></channel></rss>