updating DIRECTORY.md

This commit is contained in:
github-actions
2020-06-30 04:04:55 +00:00
parent bf9100f40f
commit f795b6d801

View File

@ -98,6 +98,7 @@
* [WiggleSort](https://github.com/TheAlgorithms/Javascript/blob/master/Sorts/WiggleSort.js)
## String
* [CheckPalindrome](https://github.com/TheAlgorithms/Javascript/blob/master/String/CheckPalindrome.js)
* [ReverseString](https://github.com/TheAlgorithms/Javascript/blob/master/String/ReverseString.js)
* [ReverseWords](https://github.com/TheAlgorithms/Javascript/blob/master/String/ReverseWords.js)