Explorar el Código

Modificaciones en nuevo branch

andrelfuentes hace 1 año
padre
commit
2cc644f179
Se han modificado 2 ficheros con 3 adiciones y 1 borrados
  1. 2
    1
      README.md
  2. 1
    0
      sorting.py

+ 2
- 1
README.md Ver fichero

@@ -1 +1,2 @@
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 Ver fichero

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