Skip to content

v1.1.5 Alpha

Compare
Choose a tag to compare
@Abhijit2505 Abhijit2505 released this 27 Aug 13:56
· 182 commits to master since this release

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