Skip to content

Commit 5f4e789

Browse files
authored
Rename CountingSort.py to counting_sort.py
1 parent 6e57929 commit 5f4e789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/CountingSort.py renamed to src/python/counting_sort.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ def counting_sort(arr):
4040
lista_ordenada = counting_sort(lista)
4141

4242
# Imprime a lista ordenada
43-
print(f'Lista Ordenada: {lista_ordenada}')
43+
print(f'Lista Ordenada: {lista_ordenada}')

0 commit comments

Comments
 (0)