initialized free link of problem
This commit is contained in:
parent
a8cf9a4807
commit
0f650a6ed9
@ -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
|
||||||
Loading…
Reference in New Issue
Block a user