Encode and Decode Strings
Medium
Array & Hashing
O(n)
O(n)
Google
Facebook
Amazon
Problem Description
Design an algorithm to encode a list of strings to a string and decode it back.
Design an algorithm to encode a list of strings to a string and decode it back.