About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
CodeCollection2018
8/30/2019 - 9:11 AM
share
Share
add_circle_outline
Save
总结
comment
content_copy
file_download
1 对于算法题,先考虑是不是递归问题 2 如果判定为逻辑遍历或搜索问题,考虑用什么数据结构来辅助提高效率,例如HashMapa,Set,Deque,Queue,Stack等。
clear