- 博客(2)
- 收藏
- 关注
原创 python的 map 函数
map(function, parameter) 会根据提供的函数对指定序列做映射。第一个参数 function 以参数序列中的每一个元素调用 function 函数,即函数名. 返回包含每次 function 函数返回值的新列表。语法 map() 函数语法:map(function, iterable, …) 例如: 两个 string 字符串 J=”aA” S=”aAAAAbbbb”
2018-02-21 20:55:55
6658
原创 leetcode-day1
1.TWO SUM Given an array of integers, return indices of the two numbers such that they add up to a specific target.You may assume that each input would have exactly one solution, and you may not use t
2017-08-27 22:15:56
229
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人