Encoding and Decoding Functions for Strings
Implement an encode function to encode a list of string values to be transmitted over a network. Also, implement a decode function to convert the encoded string back to its original value.
Implement an encode function to encode a list of string values to be transmitted over a network. Also, implement a decode function to convert the encoded string back to its original value.
Implementing a groupAnagrams function that takes an array of strings as input and returns another array with anagrams grouped together
Implementing an isAnagram function that returns true if its two input strings are anagrams and false otherwise
Rabin-Karp Substring Search is an efficient algorithm to search a string within another string
Understanding basic data structures like arrays, strings, and hashmaps