Redian新闻
>
这道Amazon面试题什么意思?
avatar
这道Amazon面试题什么意思?# JobHunting - 待字闺中
S*C
1
给我toUpper函数,让实现toLower函数。基本上就是事先通过toupper得到所有小转大
的pair,然后存哈希。
avatar
S*C
2
有谁做过这道题?
avatar
b*n
3
我估计就是
1) 用toUpper(string s), so that u get a hashMap
whose key is the Uppercase letter, and the value is the lower case letter (
kinda like an inverted index...)
2) and use the hashmap to implement toLower

【在 S*******C 的大作中提到】
: 给我toUpper函数,让实现toLower函数。基本上就是事先通过toupper得到所有小转大
: 的pair,然后存哈希。

avatar
d*e
4
return x - upper a + a
简单数学性质

【在 S*******C 的大作中提到】
: 给我toUpper函数,让实现toLower函数。基本上就是事先通过toupper得到所有小转大
: 的pair,然后存哈希。

avatar
l*u
5
本懒蛋记ascii table方法 :)
A=65,a=97
so, toLower(x)=toUpper(x)+(97-65) ? :)

【在 S*******C 的大作中提到】
: 给我toUpper函数,让实现toLower函数。基本上就是事先通过toupper得到所有小转大
: 的pair,然后存哈希。

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