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 86
86
87
87
## Conversions
88
88
* [ 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 )
89
90
* [ Decimal To Any] ( https://github.com/TheAlgorithms/Python/blob/master/conversions/decimal_to_any.py )
90
91
* [ Decimal To Binary] ( https://github.com/TheAlgorithms/Python/blob/master/conversions/decimal_to_binary.py )
91
92
* [ Decimal To Hexadecimal] ( https://github.com/TheAlgorithms/Python/blob/master/conversions/decimal_to_hexadecimal.py )
709
710
## Strings
710
711
* [ Aho Corasick] ( https://github.com/TheAlgorithms/Python/blob/master/strings/aho_corasick.py )
711
712
* [ 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 )
712
714
* [ Capitalize] ( https://github.com/TheAlgorithms/Python/blob/master/strings/capitalize.py )
713
715
* [ Check Anagrams] ( https://github.com/TheAlgorithms/Python/blob/master/strings/check_anagrams.py )
714
716
* [ 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