@@ -72,7 +72,7 @@ If you want to uninstall algorithms, it is as simple as:
7272 - [ move_zeros] ( algorithms/arrays/move_zeros.py )
7373 - [ n_sum] ( algorithms/arrays/n_sum.py )
7474- [ automata] ( algorithms/automata )
75- - [ DFA] ( algorithms/automata/DFA .py )
75+ - [ DFA] ( algorithms/automata/dfa .py )
7676- [ backtrack] ( algorithms/backtrack )
7777 - [ general_solution.md] ( algorithms/backtrack/ )
7878 - [ add_operators] ( algorithms/backtrack/add_operators.py )
@@ -196,7 +196,7 @@ If you want to uninstall algorithms, it is as simple as:
196196 - [ valid_sudoku] ( algorithms/map/valid_sudoku.py )
197197 - [ word_pattern] ( algorithms/map/word_pattern.py )
198198 - [ is_isomorphic] ( algorithms/map/is_isomorphic.py )
199- - [ is_anagram] ( algorithms/map/is_anagram.py )
199+ - [ is_anagram] ( algorithms/map/is_anagram.py )
200200- [ maths] ( algorithms/maths )
201201 - [ power] ( algorithms/maths/power.py )
202202 - [ base_conversion] ( algorithms/maths/base_conversion.py )
@@ -205,7 +205,7 @@ If you want to uninstall algorithms, it is as simple as:
205205 - [ decimal_to_binary_ip] ( algorithms/maths/decimal_to_binary_ip.py )
206206 - [ euler_totient] ( algorithms/maths/euler_totient.py )
207207 - [ extended_gcd] ( algorithms/maths/extended_gcd.py )
208- - [ factorial] ( algorithms/maths/factorial.py )
208+ - [ factorial] ( algorithms/maths/factorial.py )
209209 - [ gcd/lcm] ( algorithms/maths/gcd.py )
210210 - [ generate_strobogrammtic] ( algorithms/maths/generate_strobogrammtic.py )
211211 - [ is_strobogrammatic] ( algorithms/maths/is_strobogrammatic.py )
0 commit comments