Added file updates in DIRECTORY.md file

This commit is contained in:
Akshay Khale 2020-10-22 00:47:40 +05:30
parent 28deb2c0e6
commit c5e32b594b

View File

@ -34,3 +34,9 @@
- [Reverse Words](https://github.com/TheAlgorithms/PHP/blob/master/String/ReverseWords.php)
- [Max Characters](https://github.com/TheAlgorithms/PHP/blob/master/String/MaxCharacter.php)
- [Count Vowels](https://github.com/TheAlgorithms/PHP/blob/master/String/CountVowels.php)
## Number System Conversions
- [BinaryToDecimal](https://github.com/TheAlgorithms/PHP/blob/master/Conversions/BinaryToDecimal.php)
- [OctalToDecimal](https://github.com/TheAlgorithms/PHP/blob/master/Conversions/OctalToDecimal.php)
- [HexadecimalToDecimal](https://github.com/TheAlgorithms/PHP/blob/master/Conversions/HexadecimalToDecimal.php)