File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 11
2+ ## [ babel] ( https://github.com/TheAlgorithms/Javascript/blob/master//babel.config.js )
3+
24## Backtracking
35 * [ KnightTour] ( https://github.com/TheAlgorithms/Javascript/blob/master/Backtracking/KnightTour.js )
46 * [ NQueen] ( https://github.com/TheAlgorithms/Javascript/blob/master/Backtracking/NQueen.js )
134136
135137## String
136138 * [ CheckAnagram] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/CheckAnagram.js )
139+ * [ CheckAnagram] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/CheckAnagram.test.js )
137140 * [ CheckPalindrome] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/CheckPalindrome.js )
141+ * [ CheckPalindrome] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/CheckPalindrome.test.js )
138142 * [ CheckRearrangePalindrome] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/CheckRearrangePalindrome.js )
139143 * [ PatternMatching] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/PatternMatching.js )
144+ * [ PatternMatching] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/PatternMatching.test.js )
140145 * [ ReverseString] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/ReverseString.js )
146+ * [ ReverseString] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/ReverseString.test.js )
141147 * [ ReverseWords] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/ReverseWords.js )
148+ * [ ReverseWords] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/ReverseWords.test.js )
142149
143150## Timing-Functions
144151 * [ IntervalTimer] ( https://github.com/TheAlgorithms/Javascript/blob/master/Timing-Functions/IntervalTimer.js )
You can’t perform that action at this time.
0 commit comments