Skip to content

Commit

Permalink
Test github is behaving
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-naish committed Jan 9, 2025
1 parent fe126fd commit b355f3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/mainmenu/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ const baseUrl = window.location.origin;
// and filtered appropriately rather
// than have multiple algorithm lists (here, above, SortingAlgorithms.js,
// InsertSearchAlgorithms.js etc), as was done previously...
// XXX also fix display code (see XXX elsewhere)
// XXX also fix display code (see XXX elsewhere) - currently ugly and
// broken; best just use something simple!
const allAlgorithms = [
{ name: 'Brute Force', url: `${baseUrl}/?alg=bruteForceStringSearch&mode=search` },
{ name: "Horspool's", url: `${baseUrl}/?alg=horspoolStringSearch&mode=search` },
Expand Down

0 comments on commit b355f3c

Please sign in to comment.