MediumArrays & Hashing
Encode and Decode Strings
Encode/decode list of strings
Solution Approach
Use length prefix encoding
Complexity Analysis
Time Complexity
O(n)Space Complexity
O(n)Complexity
Time:O(n)
Space:O(n)
Asked at
GoogleAmazon
Encode/decode list of strings
Use length prefix encoding
Time Complexity
O(n)Space Complexity
O(n)