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 "algorithms"
Tags:
algorithms
x
Recipe 1 to 20 of 385
« Prev
1
2
3
...
20
Next »
372
k
views
5
score
Testing if a variable is defined
Python
/
algorithms
/
by
Hamish Lawson
(22 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)
241
k
views
6
score
Dijkstra's algorithm for shortest paths
Python
/
algorithms
/
by
David Eppstein
(22 years ago)
184
k
views
5
score
Remove duplicates from a sequence
Python
/
algorithms
/
by
Tim Peters
(23 years ago)
144
k
views
3
score
A fast prime number list generator
Python
/
algorithms
/
by
Wensheng Wang
(17 years ago, revision 5)
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)
102
k
views
11
score
Generator for permutations, combinations, selections of a sequence
Python
/
algorithms
/
by
Ulrich Hoffmann
(21 years ago)
95
k
views
2
score
Binary ordered tree
Python
/
algorithms
/
by
Foo Bear
(19 years ago, revision 2)
83
k
views
3
score
Caching decorator with timeout, selective invalidation
Python
/
algorithms
/
by
Greg Steffensen
(18 years ago, revision 5)
78
k
views
2
score
Group a list into sequential n-tuples
Python
/
algorithms
/
by
Brian Quinlan
(19 years ago)
76
k
views
1
score
Using a Dictionary in place of a 'switch' statement
Python
/
algorithms
/
by
yaipa haa
(21 years ago)
75
k
views
2
score
A dictionary with multiple values for each key.
Python
/
algorithms
/
by
Allen Downey
(18 years ago)
75
k
views
6
score
Finite State Machine (FSM)
Python
/
algorithms
/
by
Noah Spurrier
(16 years ago, revision 2)
74
k
views
1
score
Binary search
Python
/
algorithms
/
by
Karl Schärlund
(10 years ago, revision 2)
70
k
views
5
score
a simple genetic algorithm
Python
/
algorithms
/
by
Sean Ross
(16 years ago)
61
k
views
2
score
Generator for integer partitions
Python
/
algorithms
/
by
David Eppstein
(20 years ago)
60
k
views
1
score
The Markov Chain Algorithm
Python
/
algorithms
/
by
Brian Chin
(21 years ago, revision 3)
60
k
views
5
score
Sieve of Eratosthenes
Python
/
algorithms
/
by
David Eppstein
(22 years ago, revision 2)
58
k
views
0
score
A-star Shortest Path Algorithm
Python
/
algorithm
,
algorithms
,
graph
,
routes
/
by
FB36
(13 years ago, revision 3)
Recipe 1 to 20 of 385
« Prev
1
2
3
...
20
Next »
View
popular
,
latest
,
top-rated
or
most viewed
Feed of the most viewed recipes tagged "algorithms"
Top-rated recipes
Groupby
(Python)
Generator for permutations, combin…
(Python)
Python Binary Search Tree
(Python)
A-star Shortest Path Algorithm
(C++)
Iterator Merge
(Python)
Tail Call Optimization Decorator
(Python)
Binary floating point summation ac…
(Python)
Language detection using character…
(Python)
Finite State Machine (FSM)
(Python)
Dijkstra's algorithm for shortest …
(Python)
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