We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 740c738 commit b5e268cCopy full SHA for b5e268c
1 file changed
src/AlgoList.js
@@ -6,7 +6,7 @@ export const algoMap = {
6
NonLinearProbing: ['Non-Linear Probing', algos.NonLinearProbing, false, 'Non-Linear Probing', true],
7
LVA: ['LVA', algos.LVA, false, 'Landis-Velsky-Adelson Tree', true],
8
BogoSort: ['Bogo Sort', algos.BogoSort, false, 'Bogo Sort', true],
9
- DropSort: ['DropSort', algos.DropSort, false],
+ DropSort: ['Drop Sort', algos.DropSort, false, 'Drop Sort', true],
10
SleepSort: ['Sleep Sort', algos.SleepSort, false, 'Sleep Sort', true],
11
MiracleSort: ['Miracle Sort', algos.MiracleSort, false, 'Miracle Sort', true],
12
FredSort: ['Fred Sort', algos.FredSort, false, 'Fred Sort', true],
@@ -106,8 +106,6 @@ export const algoList = [
106
'Dynamic Programming',
107
'LCS',
108
'Floyd',
109
- 'DropSort',
110
- 'FredSort',
111
];
112
113
export const relatedSearches = {
0 commit comments