We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe126fd commit b355f3cCopy full SHA for b355f3c
src/components/mainmenu/index.js
@@ -16,7 +16,8 @@ const baseUrl = window.location.origin;
16
// and filtered appropriately rather
17
// than have multiple algorithm lists (here, above, SortingAlgorithms.js,
18
// InsertSearchAlgorithms.js etc), as was done previously...
19
-// XXX also fix display code (see XXX elsewhere)
+// XXX also fix display code (see XXX elsewhere) - currently ugly and
20
+// broken; best just use something simple!
21
const allAlgorithms = [
22
{ name: 'Brute Force', url: `${baseUrl}/?alg=bruteForceStringSearch&mode=search` },
23
{ name: "Horspool's", url: `${baseUrl}/?alg=horspoolStringSearch&mode=search` },
0 commit comments