摘要:
All in AllTime Limit: 1000MSMemory Limit: 30000KTotal Submissions: 29651Accepted: 12312DescriptionYou have devised a new encryption technique which en... 阅读全文
摘要:
Blue Jeans Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 14113 Accepted: 6260 Description The Genographic Project is a research partnersh 阅读全文
摘要:
最长公共子串(Longest Common Substring)是一个非常经典的面试题目,在实际的程序中也有很高的实用价值,所以把该问题的解法总结在本文重。不过不单单只是写出该问题的基本解决代码而已,关键还是享受把学习算法一步步的优化,让时间和空间复杂度一步步的减少的惊喜。概览最长公共子串问题的基本... 阅读全文
摘要:
Spell checkerTime Limit: 2000MSMemory Limit: 65536KTotal Submissions: 22673Accepted: 8258DescriptionYou, as a member of a development team for a new s... 阅读全文