Ananyasingh2002 / Hacktoberfest2023

Join Hacktoberfest 2023: Contribute to open source, learn, and earn rewards. Beginner-friendly. Explore issues, fork, code, and make a global impact. Let's collaborate!
https://ananyasingh2002.github.io/Hacktoberfest2023/
145 stars 1.22k forks source link

Create pigeo.js #920

Closed uppy19d0 closed 7 months ago

uppy19d0 commented 1 year ago

English This JavaScript code implements the Pigeonhole Sort algorithm for sorting integer arrays. It efficiently organizes small sets of data by distributing values into "holes" based on their magnitudes and then reassembling them in sorted order.

Spanish

Este código JavaScript implementa el algoritmo Pigeonhole Sort para ordenar matrices de enteros. Organiza eficazmente pequeños conjuntos de datos distribuyendo los valores en "agujeros" en función de sus magnitudes y volviéndolos a ordenar.