我们可以实现自己的reduce和filter函数吗? [关闭]

Posted

技术标签:

【中文标题】我们可以实现自己的reduce和filter函数吗? [关闭]【英文标题】:Can we implement our own reduce and filter functions? [closed] 【发布时间】:2018-05-04 04:31:19 【问题描述】:

是否可以实现自定义的python reduce和filter函数?

是否可以检查 python reduce 和 filter 函数是如何实现的?我们可以编写自己的 reduce 和 filter 函数吗?

【问题讨论】:

是吗?这似乎很广泛。 你到底在问什么?这个问题很模糊。 【参考方案1】:

是的,这是可能的。事实上,the documentation 甚至给出了一个用 Python 编写的reduce() 的例子。

【讨论】:

感谢您将我指向有用的链接 @Bravo 请注意,当然,reducefilter不是用 Python 编写的。

以上是关于我们可以实现自己的reduce和filter函数吗? [关闭]的主要内容,如果未能解决你的问题,请参考以下文章

JS之JQ的map/reduce/filter/sort/reverse

Python 之内置函数:filter、map、reduce、zip、enumerate

python:reduce 可以翻译成 map、lambda 和 filter 之类的列表理解吗?

Swift高阶函数:Map,Filter,Reduce

Python 函数式编程(map reduce filter sorted)

3.python中map,filter,reduce以及内部实现原理剖析