Ayush7-BIT / turbo-robot

"A collection of essential coding algorithms and popular code solutions. Optimized for interviews and competitive programming, covering a wide range of topics from sorting to dynamic programming.”
26 stars 278 forks source link

Dual-Pivot Quick Sort algorithm #623

Open JustHarshit opened 4 weeks ago

JustHarshit commented 4 weeks ago

Java implementation of the Dual-Pivot Quick Sort algorithm, which is used by Java's Arrays.sort() method for sorting primitive types. The primary issue this code addresses is sorting an unsorted list of integers.

JustHarshit commented 3 weeks ago

I have raised a pr for this #563 Please review it and merge it with the main branch. Also please add the labels too.