initialized free link of problem

This commit is contained in:
Jacob Delgado 2023-08-23 10:27:40 -07:00
parent a8cf9a4807
commit 0f650a6ed9

View File

@ -0,0 +1,9 @@
def encode(self, strs):
# write your code here
"""
@param: str: A string
@return: decodes a single string to a list of strings
"""
def decode(self, str):
# write your code here