File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 7
7
* [ N Queens] ( https://github.com/TheAlgorithms/Rust/blob/master/src/backtracking/n_queens.rs )
8
8
* [ Parentheses Generator] ( https://github.com/TheAlgorithms/Rust/blob/master/src/backtracking/parentheses_generator.rs )
9
9
* [ Permutations] ( https://github.com/TheAlgorithms/Rust/blob/master/src/backtracking/permutations.rs )
10
- * [ Rat in Maze] ( https://github.com/TheAlgorithms/Rust/blob/master/src/backtracking/rat_in_maze.rs )
10
+ * [ Rat In Maze] ( https://github.com/TheAlgorithms/Rust/blob/master/src/backtracking/rat_in_maze.rs )
11
11
* [ Sudoku] ( https://github.com/TheAlgorithms/Rust/blob/master/src/backtracking/sudoku.rs )
12
12
* Big Integer
13
13
* [ Fast Factorial] ( https://github.com/TheAlgorithms/Rust/blob/master/src/big_integer/fast_factorial.rs )
You can’t perform that action at this time.
0 commit comments