Redian新闻
>
大家有没有发现careercup书上的有些题不是最优解法?
avatar
大家有没有发现careercup书上的有些题不是最优解法?# JobHunting - 待字闺中
t*s
1
比如
1.1检查一个串有没有重复字符如果charset小的话根据抽屉原理时间是O(1)
4.7检查一个小的二叉树是不是一个大二叉树的子树可以当字符串用KMP
avatar
b*n
2

Cool, it's a clever move. It will solve the scenarios where the string
length is larger than 256 (assume the char set is ASCII). You will still
need to do some necessary work for the case of string length less than
256.
That was a solution without using extra memory. KMP is great when you
already have two strings, while in this case, what you've got are two
trees (need extra memory to convert them into strings) and the data might
not be characters.

【在 t*****s 的大作中提到】
: 比如
: 1.1检查一个串有没有重复字符如果charset小的话根据抽屉原理时间是O(1)
: 4.7检查一个小的二叉树是不是一个大二叉树的子树可以当字符串用KMP

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。