Skip to content

Java classes that implement some integer vectors sorting algorithms.

Notifications You must be signed in to change notification settings

codingwithlucas/sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Há três arquivos em Java aqui. Um deles é uma classe que implementa o método de ordenação Bubblesort. Outro arquivo também é uma classe e ela implementa o algoritmo de ordenação Selectionsort. Por fim há um arquivo principal que contém um vetor-teste de números inteiros não ordenados. Esse vetor é ordenado com base nos dois métodos listados e o resultado é exibido na tela.

There are three Java files in this repository. One of them is a class that implements a sort method called Bubblesort. In another file there's a different class that uses the sort algorithm Selectionsort. Finally the last file is the main one and it has a non-ondered integer vector. This vector is sorted by using the two classes cited above and the result is shown on user's screen.

About

Java classes that implement some integer vectors sorting algorithms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages