mirror of
https://github.com/TheAlgorithms/PHP.git
synced 2025-03-11 02:07:49 +01:00
Added file updates in DIRECTORY.md file
This commit is contained in:
parent
28deb2c0e6
commit
c5e32b594b
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user