Generic algorithms, 993–1006
big-O notation, 996–997
container access running times, 997–998
container modifying, 1003–1004
nonmodifying sequence, 999–1003
running times, 993–998
set
, 1005–1006
sorting, 1006
templates for, 993–1006
get
function, 340–343
getline
function, 467–468, 477–478, 480–481
Global named constants, 221–224
Global scope, 226–227
Global variables, 223–224, 520
graph
function, 409
Greater than comparison operator (>), 78
Greater than or equal to comparison operator (>=
), 78, 80