I do see the beauty in the rules, the invisible code of chaos hiding behind the menacing face of the order.
Sobre o projeto | Tecnologias | Começando | Como contribuir | Licença
Implementação de alguns algoritmos de ordenação utilizando a linguagem de programação Javascript. O intuito desse projeto é apenas para fins educacionais, nenhum desses algoritmos estão otimizados ou revisados.
- Heap sort
- [] Interpolation sort
- [] Intro sort
- [] Merge sort
- [] Smooth sort
- [] Quick sort
- [] Tim sort
- [] Counting sort
- [] Bucket/Bin sort
- [] Strand sort
- [] Radix sort
- [] Burst sort
Tecnologias utilizadas para desenvolver o projeto
- Node.js
- Typescript
- Yarn or npm
Baixe o projeto e acesso o arquivo
$ git clone https://github.com/pedrobbarbosa/Algorithms && cd Algorithms
Siga os passos abaixo
Faça um fork desse repositório
# Fork using GitHub official command line
# If you don't have the GitHub CLI, use the web site to do that.
$ gh repo fork pedrobbarbosa/Algorithms
Siga os passos abaixo
# Clone your fork
$ git clone github.com/pedrobbarbosa/Algorithms && cd Algorithms
# Create a branch with your feature
$ git checkout -b my-feature
# Make the commit with your changes
$ git commit -m 'feat: My new feature'
# Send the code to your remote branch
$ git push origin my-feature
After your pull request is merged, you can delete your branch
This project is licensed under the MIT License - see the LICENSE file for details.
Made with 💜