File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 8686
8787## Conversions
8888 * [ Binary To Decimal] ( https://github.com/TheAlgorithms/Python/blob/master/conversions/binary_to_decimal.py )
89+ * [ Binary To Octal] ( https://github.com/TheAlgorithms/Python/blob/master/conversions/binary_to_octal.py )
8990 * [ Decimal To Any] ( https://github.com/TheAlgorithms/Python/blob/master/conversions/decimal_to_any.py )
9091 * [ Decimal To Binary] ( https://github.com/TheAlgorithms/Python/blob/master/conversions/decimal_to_binary.py )
9192 * [ Decimal To Hexadecimal] ( https://github.com/TheAlgorithms/Python/blob/master/conversions/decimal_to_hexadecimal.py )
709710## Strings
710711 * [ Aho Corasick] ( https://github.com/TheAlgorithms/Python/blob/master/strings/aho_corasick.py )
711712 * [ Boyer Moore Search] ( https://github.com/TheAlgorithms/Python/blob/master/strings/boyer_moore_search.py )
713+ * [ Can String Be Rearranged As Palindrome] ( https://github.com/TheAlgorithms/Python/blob/master/strings/can_string_be_rearranged_as_palindrome.py )
712714 * [ Capitalize] ( https://github.com/TheAlgorithms/Python/blob/master/strings/capitalize.py )
713715 * [ Check Anagrams] ( https://github.com/TheAlgorithms/Python/blob/master/strings/check_anagrams.py )
714716 * [ Check Pangram] ( https://github.com/TheAlgorithms/Python/blob/master/strings/check_pangram.py )
You can’t perform that action at this time.
0 commit comments