Procházet zdrojové kódy

fixed a comment

deleted a comment in from shellSort that appeared twice
Orlando04 před 2 roky
rodič
revize
0ce266d12c
1 změnil soubory, kde provedl 0 přidání a 5 odebrání
  1. 0
    5
      sorting.py

+ 0
- 5
sorting.py Zobrazit soubor

@@ -114,11 +114,6 @@ def quickSort(lista):
114 114
 	and was adapted in order to work for this assigment.
115 115
 '''
116 116
 
117
-''' 
118
-	This algorithm was taken from: https://www.programiz.com/dsa/shell-sort 
119
-	and was adapted in order to work for this assigment.
120
-'''
121
-
122 117
 def shellSort(lista):
123 118
 	#definan el algoritmo de ordenamiento shellsort
124 119