File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 11
2- ## back-tracking
3- * [ KnightTour] ( https://github.com/TheAlgorithms/Javascript/blob/master/back-tracking /KnightTour.js )
4- * [ NQueen] ( https://github.com/TheAlgorithms/Javascript/blob/master/back-tracking /NQueen.js )
5- * [ Sudoku] ( https://github.com/TheAlgorithms/Javascript/blob/master/back-tracking /Sudoku.js )
2+ ## Backtracking
3+ * [ KnightTour] ( https://github.com/TheAlgorithms/Javascript/blob/master/Backtracking /KnightTour.js )
4+ * [ NQueen] ( https://github.com/TheAlgorithms/Javascript/blob/master/Backtracking /NQueen.js )
5+ * [ Sudoku] ( https://github.com/TheAlgorithms/Javascript/blob/master/Backtracking /Sudoku.js )
66
77## Cache
88 * [ LFUCache] ( https://github.com/TheAlgorithms/Javascript/blob/master/Cache/LFUCache.js )
8888 * [ ReversePolishNotation] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/ReversePolishNotation.js )
8989 * [ SieveOfEratosthenes] ( https://github.com/TheAlgorithms/Javascript/blob/master/Maths/SieveOfEratosthenes.js )
9090
91- ## Project Euler
92- * [ Problem1] ( https://github.com/TheAlgorithms/Javascript/blob/master/Project%20Euler /Problem1.js )
91+ ## Project- Euler
92+ * [ Problem1] ( https://github.com/TheAlgorithms/Javascript/blob/master/Project-Euler /Problem1.js )
9393
9494## Recursive
9595 * [ EucledianGCD] ( https://github.com/TheAlgorithms/Javascript/blob/master/Recursive/EucledianGCD.js )
133133 * [ ReverseString] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/ReverseString.js )
134134 * [ ReverseWords] ( https://github.com/TheAlgorithms/Javascript/blob/master/String/ReverseWords.js )
135135
136- ## TimingFunctions
137- * [ IntervalTimer] ( https://github.com/TheAlgorithms/Javascript/blob/master/TimingFunctions /IntervalTimer.js )
136+ ## Timing-Functions
137+ * [ IntervalTimer] ( https://github.com/TheAlgorithms/Javascript/blob/master/Timing-Functions /IntervalTimer.js )
138138
139139## Trees
140140 * [ DepthFirstSearch] ( https://github.com/TheAlgorithms/Javascript/blob/master/Trees/DepthFirstSearch.js )
You can’t perform that action at this time.
0 commit comments