Kumar-laxmi / Algorithms

A Repository for algorithms in C, C++, Python and Java
Apache License 2.0
309 stars 372 forks source link

Add New Sorting Algorithm #1765

Closed Gaurang-Agrawal1 closed 3 months ago

Gaurang-Agrawal1 commented 11 months ago

Pigeonhole sort:-

Pigeonhole sorting is a sorting algorithm that is suitable for sorting lists of elements where the number n of elements and the length N of the range of possible key values are approximately the same. It requires O(n + N) time.

Feature : -

Description of solution :-

Alternatives Considered :

Can you please assign me (@Kumar-laxmi ) this issue under SSoC'23

github-actions[bot] commented 4 months ago

Stale issue message