Browse Source

Modificaciones en nuevo branch

andrelfuentes 2 years ago
parent
commit
2cc644f179
2 changed files with 3 additions and 1 deletions
  1. 2
    1
      README.md
  2. 1
    0
      sorting.py

+ 2
- 1
README.md View File

1
-Este es el README del grupo 4. Conisiste de Andrel, Edward, Michael y Jasiel.
1
+Este es el README del grupo 4. Este conisiste de Andrel, Edward, Michael y Jasiel.
2
+Este README es dentro del nuevo branch "sortingAndrel".

+ 1
- 0
sorting.py View File

14
 	return lista
14
 	return lista
15
 
15
 
16
 def heapSort(lista):
16
 def heapSort(lista):
17
+	#trabajado por Andrel Fuentes
17
 	#definan el algoritmo de ordenamiento heapsort
18
 	#definan el algoritmo de ordenamiento heapsort
18
 	return lista
19
 	return lista
19
 
20