Skip to content

Implementação de alguns algoritmos de ordenação na linguagem de programação Javascript

License

Notifications You must be signed in to change notification settings

pedrobbarbosa/Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms

I do see the beauty in the rules, the invisible code of chaos hiding behind the menacing face of the order.

Language Made by GitHub

Sobre o projeto   |    Tecnologias   |    Começando   |    Como contribuir   |    Licença

👨🏻‍💻 Sobre o projeto

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.

Lista de algoritmos implementados ✔

  1. Heap sort
  2. [] Interpolation sort
  3. [] Intro sort
  4. [] Merge sort
  5. [] Smooth sort
  6. [] Quick sort
  7. [] Tim sort
  8. [] Counting sort
  9. [] Bucket/Bin sort
  10. [] Strand sort
  11. [] Radix sort
  12. [] Burst sort

🚀 Tecnologias

Tecnologias utilizadas para desenvolver o projeto

💻 Começando

Requisitos

Baixe o projeto e acesso o arquivo

$ git clone https://github.com/pedrobbarbosa/Algorithms && cd Algorithms

Siga os passos abaixo

🤔 Como contribuir

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

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.


Made with 💜

About

Implementação de alguns algoritmos de ordenação na linguagem de programação Javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published