This website requires JavaScript.
Explore
Help
Register
Sign In
algorithm
/
JavaScript
Watch
1
Star
0
Fork
0
You've already forked JavaScript
mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced
2025-07-14 18:03:53 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
JavaScript
/
Backtracking
History
Eric Lavault
7f6a53ad4a
KnightTour : convert live code example to Jest test (log remaining is within a print method).
2021-10-09 15:05:52 +02:00
..
tests
KnightTour : convert live code example to Jest test (log remaining is within a print method).
2021-10-09 15:05:52 +02:00
AllCombinationsOfSizeK.js
Fix
#748
: Revise algorithm implementation so that it actually returns the combinations. Fix test (was not running, .mjs not matching Jest pattern) and work.
2021-10-09 14:07:27 +02:00
GeneratePermutations.js
Fix GeneratePermutations so that it actually returns the permutations instead of logging them + add Jest test.
2021-10-09 14:29:44 +02:00
KnightTour.js
KnightTour : convert live code example to Jest test (log remaining is within a print method).
2021-10-09 15:05:52 +02:00
NQueen.js
Fixes
#620
2021-06-06 12:06:36 +06:00
RatInAMaze.js
Apply standard code style
2021-10-03 16:04:06 +02:00
Sudoku.js
Add proper test to Backtracking/Sudoku
2021-10-02 22:51:25 +02:00
SumOfSubset.js
fixed some spellings
2021-10-05 12:49:23 +05:30