Skip to content

Add Some advance sorting algorithm #13203

@Harshsaini001

Description

@Harshsaini001

Feature description

1.Flash Sort

Type: Distribution-based

Features: Uses classification into buckets and permutation cycles. Very fast for uniformly distributed numbers.

Use Case: Numeric datasets with uniform distribution.

  1. Library Sort

Type: Insertion-based, Gap-assisted

Features: Uses gaps to accelerate insertions. Adaptive and faster than standard insertion sort for large arrays.

Use Case: Dynamic datasets where elements are inserted over time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementThis PR modified some existing files

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions