Skip to Search
Skip to Navigation
Skip to Content
Community
|
Code
|
Docs
|
Downloads
▼
Perl
Python
Tcl
Komodo IDE
|
more
▼
Lists
Support
PPM Index
PyPM Index
Welcome, guest
|
Sign In
|
My Account
|
Store
|
Cart
ActiveState Code
»
Recipes
Languages
Tags
Authors
Sets
Most viewed recipes tagged "reduce"
Tags:
reduce
x
27
k
views
1
score
Finding the GCD of a list of numbers (a.k.a. Reducing numbers in a list)
Python
/
common
,
denominator
,
gcd
,
greatest
,
lisst
,
reduce
/
by
Stephen Akiki
(13 years ago)
9
k
views
1
score
Functional selection sort
Python
/
algorithm
,
algorithms
,
functional
,
lambda
,
reduce
,
selection
,
sort
,
sorting
/
by
pavel
(14 years ago, revision 3)
5
k
views
2
score
Sharing-aware tree transformations
Python
/
fold
,
reduce
,
sharing
,
tree
,
yaml
/
by
Sander Evers
(11 years ago, revision 2)
4
k
views
1
score
Cycle-aware tree transformations
Python
/
cyclic
,
fold
,
reduce
,
yaml
/
by
Sander Evers
(11 years ago)
3
k
views
1
score
Traverse dotted attribute of an object using built-in function reduce
Python
/
attributes
,
bif
,
recursive
,
reduce
/
by
Chaobin Tang (εθΆ ζ)
(11 years ago)
View
popular
,
latest
,
top-rated
or
most viewed
Feed of the most viewed recipes tagged "reduce"
Top-rated recipes
Sharing-aware tree transformations
(Python)
Traverse dotted attribute of an ob…
(Python)
Cycle-aware tree transformations
(Python)
Finding the GCD of a list of numbe…
(Python)
Functional selection sort
(Python)
Related tags
+
−
fold
(2)
+
−
yaml
(2)
+
−
algorithm
+
−
algorithms
+
−
attributes
+
−
bif
+
−
common
+
−
cyclic
+
−
denominator
+
−
functional
+
−
gcd
+
−
greatest
+
−
lambda
+
−
lisst
+
−
recursive
+
−
selection
+
−
sharing
+
−
sort
+
−
sorting
+
−
tree
x
Undo