You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
当执行检查的时候:return mint.verify(msg)
出错,错误如下 :
TypeError: oKey.toLowerCase is not a function
at Mint.search (H:\chatgpt-vercel-office\node_modules.pnpm\[email protected]\node_modules\mint-filter\dist\main\index.js:48:30)
文中有这样一句:
找到后,我们endIndex后移,并使startIndex = endIndex,treeIndex重新指向ROOT,开启新一轮的匹配。重复这个过程,就完成了查找。
如果在例子中增加一个模式串
tda
,采用这种移动方式会导致漏过模式串,这里是不是应该将startIndex后移一位,并使endIndex = startIndex?The text was updated successfully, but these errors were encountered: