String divisibility without search tables?

后端 未结 0 507
日久生厌
日久生厌 2020-12-06 09:02
Given two strings s & t, determine if s is divisible by t.
For example: "abab" is divisible by "ab"
But "ababab" is not divisible b         


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