随笔分类 -  算法

摘要:一年多前,为了学习英语,我设计了一个学习英语的 web 程序,采用了固定的学习间隔: > 1天,2天,4天,7天,15天,30天,90天,180天,1年,两年..(从网上找来的一种通用的艾宾浩斯间隔) > 后记:艾宾浩斯发表的仅仅只有他的曲线,这种间隔方案不知道是谁发明的,没有相关资料 这种学习方式 阅读全文
posted @ 2023-03-10 12:19 Sebastian·S·Pan 阅读(337) 评论(0) 推荐(1) 编辑
摘要:function totalStrStr(haystack, needle) { const n = haystack.length; const m = needle.length; if (m 0) { return 0; } const pi = new Array(m).fill(0); / 阅读全文
posted @ 2022-06-08 18:39 Sebastian·S·Pan 阅读(21) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示