v1.1.5 Alpha
Added the below implementations based on the string/array algorithms,
- Check a string is made up of unique characters
- Check if one string is a permutation of the other
- URLify the given string with a key
- Check if a string is a permutation of a palindrome
- Check if two strings are one Edit away
- Compress a string in a fashion
- Rotate a matrix in clockwise direction