Skip to Search
Skip to Navigation
Skip to Content
Community
|
Code
|
Docs
|
Downloads
▼
ActivePerl
ActivePython
ActiveTcl
ActiveGo
Komodo IDE
|
more
▼
Lists
Bugs
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 »
369
k
views
5
score
Testing if a variable is defined
Python
/
algorithms
/
by
Hamish Lawson
(21 years ago, revision 2)
279
k
views
9
score
A-star Shortest Path Algorithm
C++
/
algorithm
,
algorithms
,
game
,
graph
,
graphs
,
routes
/
by
FB36
(11 years ago, revision 4)
235
k
views
6
score
Dijkstra's algorithm for shortest paths
Python
/
algorithms
/
by
David Eppstein
(20 years ago)
177
k
views
5
score
Remove duplicates from a sequence
Python
/
algorithms
/
by
Tim Peters
(21 years ago)
143
k
views
3
score
A fast prime number list generator
Python
/
algorithms
/
by
Wensheng Wang
(16 years ago, revision 5)
124
k
views
7
score
Tail Call Optimization Decorator
Python
/
algorithms
/
by
Crutcher Dunnavant
(16 years ago)
100
k
views
11
score
Generator for permutations, combinations, selections of a sequence
Python
/
algorithms
/
by
Ulrich Hoffmann
(19 years ago)
98
k
views
7
score
Binary floating point summation accurate to full precision
Python
/
algorithms
/
by
Raymond Hettinger
(13 years ago, revision 5)
93
k
views
2
score
Binary ordered tree
Python
/
algorithms
/
by
Foo Bear
(17 years ago, revision 2)
76
k
views
2
score
Group a list into sequential n-tuples
Python
/
algorithms
/
by
Brian Quinlan
(17 years ago)
75
k
views
1
score
Using a Dictionary in place of a 'switch' statement
Python
/
algorithms
/
by
yaipa haa
(19 years ago)
74
k
views
2
score
A dictionary with multiple values for each key.
Python
/
algorithms
/
by
Allen Downey
(16 years ago)
73
k
views
1
score
Binary search
Python
/
algorithms
/
by
Karl Schärlund
(8 years ago, revision 2)
72
k
views
6
score
Finite State Machine (FSM)
Python
/
algorithms
/
by
Noah Spurrier
(14 years ago, revision 2)
69
k
views
5
score
a simple genetic algorithm
Python
/
algorithms
/
by
Sean Ross
(14 years ago)
59
k
views
1
score
The Markov Chain Algorithm
Python
/
algorithms
/
by
Brian Chin
(19 years ago, revision 3)
57
k
views
3
score
Caching decorator with timeout, selective invalidation
Python
/
algorithms
/
by
Greg Steffensen
(16 years ago, revision 5)
56
k
views
0
score
A-star Shortest Path Algorithm
Python
/
algorithm
,
algorithms
,
graph
,
routes
/
by
FB36
(11 years ago, revision 3)
55
k
views
3
score
Python Luhn checksum for credit card validation
Python
/
algorithms
/
by
David Shaw
(19 years ago)
55
k
views
2
score
Generator for integer partitions
Python
/
algorithms
/
by
David Eppstein
(18 years ago)
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