Skip to content

DevLucasLourenco/BubbleSort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

BubbleSort

A classe BubbleSort é responsável por realizar o algoritmo de ordenação Bubble Sort em uma lista.

Parâmetros

  • lista (lista): O iterável que será usado para realizar o Bubble Sort.

Métodos

  • get(): Retorna a lista ordenada.

Uso

lista = [4, 8, 2, 7, 6, 3, 5, 1, 9, 10]

BS = BubbleSort(lista)
lista_organizada = BS.get()

About

Este código foi criado para realizar um BubbleSort

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages