Browse Source

Fixed comments

Luis Ortiz 1 year ago
parent
commit
342019b05f
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      sorting.py

+ 0
- 1
sorting.py View File

@@ -111,7 +111,6 @@ def quickSort(lista):
111 111
 	equalArray = []
112 112
 	maxArray = []
113 113
 
114
-
115 114
     #organiza los elementos utilizando el pivote para ponerlos en orden
116 115
 
117 116
 	if len(lista) > 1: