Gabow's scaling algorithm for single-source shortest paths,
615 pr.
general number-field sieve,
905
generic push-relabel algorithm,
673-681
adjacency-list representation of,
528
adjacency-matrix representation of,
529
breadth-first search of,
531-539
depth-first search of,
540-549
incidence matrix of,
403 pr.,
531 ex.
singly connected,
549 ex.
greatest common divisor (gcd),
852-853
binary gcd algorithm for,
902 pr.
Euclid's algorithm for,
856-862
with more than two arguments,
861 ex.
recursion theorem for,
857
GREEDY-ACTIVITY-SELECTOR,
378
for activity selection,
371-379
for coin changing,
402 pr.
for fractional knapsack problem,
382
greedy-choice property in,
380-381
for minimum spanning tree,
561
optimal substructure in,
381-382
on a weighted matroid,
395-398
for the weighted set-covering problem,
1050 pr.