Skip to content

Commit 44d7c0b

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
updating DIRECTORY.md
1 parent f772d45 commit 44d7c0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

DIRECTORY.md

+2
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
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)
@@ -709,6 +710,7 @@
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)

0 commit comments

Comments
 (0)