<?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: Mahesh kumar Acharya</title>
    <description>The latest articles on DEV Community by Mahesh kumar Acharya (@mahesh_kumaracharya_8373).</description>
    <link>https://dev.to/mahesh_kumaracharya_8373</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%2F3711388%2Fe66974c5-6a86-4cff-adbf-de9f736a7e0f.jpeg</url>
      <title>DEV Community: Mahesh kumar Acharya</title>
      <link>https://dev.to/mahesh_kumaracharya_8373</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mahesh_kumaracharya_8373"/>
    <language>en</language>
    <item>
      <title>NEW sorting Algorithm !!</title>
      <dc:creator>Mahesh kumar Acharya</dc:creator>
      <pubDate>Wed, 14 Jan 2026 17:25:18 +0000</pubDate>
      <link>https://dev.to/mahesh_kumaracharya_8373/new-sorting-algorithm--220k</link>
      <guid>https://dev.to/mahesh_kumaracharya_8373/new-sorting-algorithm--220k</guid>
      <description>&lt;p&gt;" &lt;strong&gt;&lt;em&gt;I built a Sorting algorithm and that is just insane here is the features down below&lt;/em&gt;&lt;/strong&gt; "&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Guaranteed O(n log n) in every case &lt;/li&gt;
&lt;li&gt;It is Better for worst - case scenarios 
--- in sorted arrays it is 24X faster than the QuickSort ----------&lt;/li&gt;
&lt;li&gt;It is stable , Unlike Heapsort &lt;/li&gt;
&lt;li&gt;AND MOST IMPORTANT Bideractional Traversal (ex:- it can print backward where no other sorting algorithms cant do&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;:- Real world Applications&lt;/strong&gt; &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Financial Trading &lt;/li&gt;
&lt;li&gt;Database Indexing:- Self-balancing maintains sorted index&lt;/li&gt;
&lt;li&gt;Competitive Programming: Guarantees no TLE on worst case&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;it can sort n = 100, 000 inputs in less than a 10ms&lt;br&gt;
Stay tunned for full publications 🚀&lt;/p&gt;

</description>
      <category>programming</category>
      <category>news</category>
    </item>
  </channel>
</rss>
