2019年9月26日

Python函数式编程——map()、reduce()

摘要: Python函数式编程——map()、reduce() 更多12 提起map和reduce想必大家并不陌生,Google公司2003年提出了一个名为MapReduce的编程模型[1],用于处理大规模海量数据,并在之后广泛的应用于Google的各项应用中,2006年Apache的Hadoop项目[2] 阅读全文

posted @ 2019-09-26 11:03 JoeTsing 阅读(188) 评论(0) 推荐(0)

2018年4月12日

[LeetCode 1]Two Sum(C++)

摘要: //refer to the Internet 阅读全文

posted @ 2018-04-12 11:05 JoeTsing 阅读(136) 评论(0) 推荐(0)

导航