Skip to content

Add a java implementation of the shell sort algorithm. #41

@Praneeth1-O-1

Description

@Praneeth1-O-1

Shell Sort is an in-place comparison-based sorting algorithm that generalizes Insertion Sort to allow the exchange of items that are far apart. The idea behind Shell Sort is to improve the efficiency of insertion sort by moving elements over larger gaps in the beginning and gradually reducing the gap, eventually performing a standard insertion sort with smaller gaps.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions