Complexity of strstr using set in python

前端 未结 0 781
逝去的感伤
逝去的感伤 2020-12-18 13:19

I came up with the following implementation of strstr in python using a set. What is its time and space complexity?

"""strstr().

Given two str         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题