1 रिपॉजिटरी
Sorting algorithms that generalize insertion sort by allowing the exchange of far-apart elements.
Distinct from Data Structure Implementations: A specific sorting algorithm implementation, whereas the parent is a general collection of data structure implementations.
Explore 1 awesome GitHub repository matching data & databases · Shellsorts. Refine with filters or upvote what's useful.
algs4 is a Java data structures library and algorithm reference collection designed as the source code for a standard computer science textbook curriculum. It provides a comprehensive suite of fundamental implementations for sorting, searching, and core data organization. The project serves as a graph theory framework, offering tools for representing directed and undirected graphs and performing complex traversals and pathfinding. It also includes a broad sorting algorithm suite and a specialized library of Java data structures, including stacks, queues, priority queues, and symbol tables. I
Implements the shellsort algorithm using Knuth's increment sequence for efficient sorting.