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
Top-rated recipes tagged "algorithms"
Tags:
algorithms
x
Recipe 1 to 20 of 385
« Prev
1
2
3
...
20
Next »
51
k
views
15
score
Groupby
Python
/
algorithms
/
by
Raymond Hettinger
(20 years ago, revision 5)
102
k
views
11
score
Generator for permutations, combinations, selections of a sequence
Python
/
algorithms
/
by
Ulrich Hoffmann
(21 years ago)
53
k
views
9
score
Python Binary Search Tree
Python
/
algorithms
,
maximum
,
minimum
,
search
,
sort
/
by
Edward Loper
(13 years ago, revision 2)
284
k
views
9
score
A-star Shortest Path Algorithm
C++
/
algorithm
,
algorithms
,
game
,
graph
,
graphs
,
routes
/
by
FB36
(13 years ago, revision 4)
32
k
views
8
score
Iterator Merge
Python
/
algorithms
/
by
Raymond Hettinger
(17 years ago, revision 3)
133
k
views
7
score
Tail Call Optimization Decorator
Python
/
algorithms
/
by
Crutcher Dunnavant
(18 years ago)
110
k
views
7
score
Binary floating point summation accurate to full precision
Python
/
algorithms
/
by
Raymond Hettinger
(15 years ago, revision 5)
57
k
views
7
score
Language detection using character trigrams
Python
/
algorithms
/
by
Douglas Bagnall
(19 years ago, revision 2)
75
k
views
6
score
Finite State Machine (FSM)
Python
/
algorithms
/
by
Noah Spurrier
(16 years ago, revision 2)
241
k
views
6
score
Dijkstra's algorithm for shortest paths
Python
/
algorithms
/
by
David Eppstein
(22 years ago)
45
k
views
6
score
Finding the convex hull of a set of 2D points
Python
/
algorithms
/
by
Dinu Gherman
(22 years ago)
11
k
views
5
score
Friendly Readable ID Strings
Python
/
algorithms
/
by
Robin Parmar
(16 years ago, revision 3)
53
k
views
5
score
Data Mining with Neural Nets
Python
/
algorithms
/
by
Raymond Hettinger
(17 years ago)
27
k
views
5
score
Frozen dictionaries
Python
/
algorithms
/
by
Oren Tirosh
(18 years ago)
27
k
views
5
score
sorting -- old to new python 2.4 style (heapq,bisect,list.sort keywords,itemgetter)
Python
/
algorithms
/
by
John Nielsen
(17 years ago, revision 2)
55
k
views
5
score
bag collection class
Python
/
algorithms
/
by
Raymond Hettinger
(19 years ago, revision 6)
18
k
views
5
score
Implementation of sets using sorted lists
Python
/
algorithms
/
by
Raymond Hettinger
(16 years ago, revision 2)
70
k
views
5
score
a simple genetic algorithm
Python
/
algorithms
/
by
Sean Ross
(16 years ago)
60
k
views
5
score
Sieve of Eratosthenes
Python
/
algorithms
/
by
David Eppstein
(22 years ago, revision 2)
372
k
views
5
score
Testing if a variable is defined
Python
/
algorithms
/
by
Hamish Lawson
(22 years ago, revision 2)
Recipe 1 to 20 of 385
« Prev
1
2
3
...
20
Next »
View
popular
,
latest
,
top-rated
or
most viewed
Feed of the top-rated recipes tagged "algorithms"
Related tags
+
−
algorithm
(23)
+
−
math
(8)
+
−
python
(7)
+
−
mathematics
(5)
+
−
sort
(5)
+
−
graph
(4)
+
−
ai
(3)
+
−
datastructures
(3)
+
−
data_compression
(3)
+
−
routes
(3)
+
−
search
(3)
+
−
artificial_intelligence
(2)
+
−
game
(2)
+
−
graphs
(2)
+
−
lists
(2)
+
−
maximum
(2)
+
−
minimum
(2)
+
−
neural_network
(2)
+
−
primes
(2)
+
−
stack
(2)
x
Undo