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-05 16:26:47 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
JavaScript
/
Backtracking
/
tests
History
k ho k ho?
71d3d4470f
tests: improve for GeneratePermutations (
#1263
)
2022-11-13 23:11:54 +05:30
..
AllCombinationsOfSizeK.test.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.test.js
tests: improve for GeneratePermutations (
#1263
)
2022-11-13 23:11:54 +05:30
KnightTour.test.js
Complying with JavaScript Standard Style (npx standard --fix).
2021-10-11 15:49:24 +02:00
NQueens.test.js
Renamed NQueen file, variables to NQueens, raised RangeError exception (
#1162
)
2022-10-13 17:22:59 +05:30
RatInAMaze.test.js
Apply standard code style
2021-10-03 16:04:06 +02:00
Sudoku.test.js
Apply standard code style
2021-10-03 15:11:15 +02:00
SumOfSubset.test.js
chore: merge "Added backtracking sum of subset (
#702
)"
2021-10-01 10:18:49 +05:30