ColderCoder / DataStructure-Course-Comment

Check issues to exlpore comments or manage yours
http://ds.wangmengsd.com
0 stars 0 forks source link

Karp-Rabin Algorithm #12

Open ColderCoder opened 5 years ago

ColderCoder commented 5 years ago

http://ds.wangmengsd.com/kr-algo/

DirkFi commented 5 years ago

关于作业描述,有没有较为精准的翻译版本

求助~:bowtie:

ColderCoder commented 5 years ago

@DirkFi 关于作业描述,有没有较为精准的翻译版本

求助~:bowtie:

对于科技性、学术性较强的文本翻译,Google翻译做得比较好。 经测试,翻译结果是可接受的。

voyageofsean commented 5 years ago

题目中说

Each line will contain exactly 80 characters from the set A, C, G and T, except the last line, which may hold fewer than 80 characters.

但是给的测试文件里每行有100, 1000, 2000, 3000位?

ColderCoder commented 5 years ago

@voyageofsean 题目中说

Each line will contain exactly 80 characters from the set A, C, G and T, except the last line, which may hold fewer than 80 characters.

但是给的测试文件里每行有100, 1000, 2000, 3000位?

+1, 另外还发现示例的结果有错误,结果文件中有那么几条在数据文件里找不到。