Index
As this ebook edition doesn't have fixed pagination, the page numbers below are hyperlinked for reference only, based on the printed edition of this book.
A
Abstract Data Type (ADT) 235
deque 236
dictionary 236
graph 236
list 235
queue 235
set 236
stack 235
tree 236
acyclic graph 273
adaptability 102
adaptive and dynamic algorithms 317
adaptive sorting algorithm 103
adjacency list 275, 276
adjacency matrix 274, 275
AI search algorithms 134
Akra-Bazzi method 73, 85, 89
using 90, 91
algorithm analysis 6, 7
dual dimensions 8-1
problem-solving methods 7, 8
algorithmic search 134
binary search 134
hashing 134
linear search 134
tree traversal 134
algorithms 4, 311
context awareness 316
for large-scale data 315
key properties 5
moral responsibility 317-319
problem-solving 4-6
scalability 311-314
approximation algorithms 314
array 244, 247
...