Skip to content

Commit b5e268c

Browse files
committed
Update AlgoList.js
1 parent 740c738 commit b5e268c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/AlgoList.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const algoMap = {
66
NonLinearProbing: ['Non-Linear Probing', algos.NonLinearProbing, false, 'Non-Linear Probing', true],
77
LVA: ['LVA', algos.LVA, false, 'Landis-Velsky-Adelson Tree', true],
88
BogoSort: ['Bogo Sort', algos.BogoSort, false, 'Bogo Sort', true],
9-
DropSort: ['DropSort', algos.DropSort, false],
9+
DropSort: ['Drop Sort', algos.DropSort, false, 'Drop Sort', true],
1010
SleepSort: ['Sleep Sort', algos.SleepSort, false, 'Sleep Sort', true],
1111
MiracleSort: ['Miracle Sort', algos.MiracleSort, false, 'Miracle Sort', true],
1212
FredSort: ['Fred Sort', algos.FredSort, false, 'Fred Sort', true],
@@ -106,8 +106,6 @@ export const algoList = [
106106
'Dynamic Programming',
107107
'LCS',
108108
'Floyd',
109-
'DropSort',
110-
'FredSort',
111109
];
112110

113111
export const relatedSearches = {

0 commit comments

Comments
 (0)