mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-06 09:28:26 +08:00
Added test for ScrambleStrings and formatted folder structure for other folders
This commit is contained in:
@ -47,4 +47,4 @@ const helper = function (dp, s1, s2) {
|
||||
return false
|
||||
}
|
||||
|
||||
console.log(isScramble('great', 'rgeat'))
|
||||
export { isScramble }
|
||||
|
Reference in New Issue
Block a user