Data Structures and Algorithms: Bibliography Gotlieb, C. C., and L. R. Gotlieb [1978]. Data Types and Data Structures, Prentice- Hall, Englewood Cliffs, N. J. Greene, D. H., and D. E. Knuth [1983]. Mathematics for the Analysis of Algorithms, Birkhauser, Boston, Mass. Gudes, E., and S. Tsur [1980]. \"Experiments with B-tree reorganization,\" ACM SIGMOD Symposium on Management of Data, pp. 200-206. Hall, M. [1948]. \"Distinct representatives of subsets,\" Bull. AMS 54, pp. 922-926. Harary, F. [1969]. Graph Theory, Addison-Wesley, Reading, Mass. Hirschberg, D. S. [1973]. \"A class of dynamic memory allocation algorithms,\" Comm. ACM 16:10, pp. 615-618. Hoare, C. A. R. [1962]. \"Quicksort,\" Computer J. 5:1, pp. 10-15. Hoare, C. A. R., O.-J. Dahl, and E. W. Dijkstra [1972]. Structured Programming, Academic Press, N. Y. Hopcroft, J. E., and R. M. Karp [1973]. \"An n5/2 algorithm for maximum matchings in bipartite graphs,\" SIAM J. Computing 2:4, pp. 225-231. Hopcroft, J. E., and R. E. Tarjan [1973]. \"Efficient algorithms for graph manipulation,\" Comm. ACM 16:6, pp. 372-378. Hopcroft, J. E., and J. D. Ullman [1973]. \"Set merging algorithms,\" SIAM J. Computing 2:4, pp. 294-303. Huffman, D. A. [1952]. \"A method for the construction of minimum-redundancy codes,\" Proc. IRE 40, pp. 1098-1101. Hunt, J. W., and T. G. Szymanski [1977]. \"A fast algorithm for computing longest common subsequences,\" Comm. ACM 20:5, pp. 350-353. Iverson, K. [1962]. A Programming Language, John Wiley and Sons, New York. Johnson, D. B. [1975]. \"Priority queues with update and finding minimum spanning trees,\" Inf. Processing Letters 4:3, pp. 53-57. http://www.ourstillwaters.org/stillwaters/csteaching/DataStructuresAndAlgorithms/mf1213.htm (4 of 9) [1.7.2001 19:33:58]
Data Structures and Algorithms: Bibliography Johnson, D. B. [1977]. \"Efficient algorithms for shortest paths is sparse networks,\" J. ACM 24:1, pp. 1-13. Karatsuba, A., and Y. Ofman [1962]. \"Multiplication of multidigit numbers on automata,\" Dokl. Akad. Nauk SSSR 145, pp. 293-294. Kernighan, B. W., and P. J. Plauger [1974]. The Elements of Programming Style, McGraw-Hill, N. Y. Kernighan, B. W., and P. J. Plauger [1981]. Software Tools in Pascal, Addison- Wesley, Reading, Mass. Knowlton, K. C. [1965]. \"A fast storage allocator,\" Comm. ACM 8:10, pp. 623-625. Knuth, D. E. [1968]. The Art of Computer Programming Vol. I: Fundamental Algorithms, Addison-Wesley, Reading, Mass. Knuth, D. E. [1971]. \"Optimum binary search trees,\" Acta Informatica 1:1, pp. 14- 25. Knuth, D. E. [1973]. The Art of Computer Programming Vol. III: Sorting and Searching, Addison-Wesley, Reading, Mass. Knuth, D. E. [1981]. TEX and Metafont, New Directions in Typesetting, Digital Press, Bedford, Mass. Kruskal, J. B. Jr. [1956]. \"On the shortest spanning subtree of a graph and the traveling salesman problem,\" Proc. AMS 7:1, pp. 48-50. Lin, S., and B. W. Kernighan [1973]. \"A heuristic algorithm for the traveling salesman problem,\" Operations Research 21, pp. 498-516. Liskov, B., A. Snyder, R. Atkinson, and C. Scaffert [1977]. \"Abstraction mechanisms in CLU,\" Comm. ACM 20:8, pp. 564-576. Liu, C. L. [1968]. Introduction to Combinatorial Mathematics, McGraw-Hill, N. Y. Lueker, G. S. [1980]. \"Some techniques for solving recurrences,\" Computing Surveys, 12:4, pp. 419-436. http://www.ourstillwaters.org/stillwaters/csteaching/DataStructuresAndAlgorithms/mf1213.htm (5 of 9) [1.7.2001 19:33:58]
Data Structures and Algorithms: Bibliography Lum, V., and H. Ling [1970]. \"Multi-attribute retrieval with combined indices,\" Comm. ACM 13:11, pp. 660-665. Maurer, W. D., and T. G. Lewis [1975]. \"Hash table methods,\" Computing Surveys 7:1, pp. 5-20. McCarthy, J. et al. [1965]. LISP 1.5 Programmers Manual, MIT Press, Cambridge, Mass. Micali, S., and V. V. Vazirani [1980]. \"An algorithm for finding maximum matching in general graphs,\" Proc. IEEE Twenty-first Annual Symp. on Foundations of Computer Science, pp. 17-27. Moenck, R., and A. B. Borodin [1972]. \"Fast modular transforms via division,\" Proc. IEEE Thirteenth Annual Symp. on Switching and Automata Theory, pp. 90-96. Morris, F. L. [1978]. \"A time- and space-efficient garbage compaction algorithm,\" Comm. ACM 21:8, pp. 662-665. Morris, R. [1968]. \"Scatter storage techniques,\" Comm. ACM 11:1, pp. 35-44. Moyles, D. M., and G. L. Thompson [1969]. \"Finding a minimum equivalent graph of a digraph,\" J. ACM 16:3, pp. 455-460. Nicholls, J. E. [1975]. The Structure and Design of Programming Languages, Addison-Wesley, Reading, Mass. Nievergelt, J. [1974]. \"Binary search trees and file organization,\" Computer Surveys 6:3, pp. 195-207. Papadimitriou, C. H., and K. Steiglitz [1982]. Combinatorial Optimization: Algorithms and Complexity, Prentice-Hall, Englewood Cliffs, N. J. Parker, D. S. Jr. [1980]. \"Conditions for optimality of the Huffman algorithm,\" SIAM J. Computing 9:3, pp. 470-489. Perl, Y., A. Itai, and H. Avni [1978]. \"Interpolation search -- a log log n search,\" Comm. ACM 21:7, pp. 550-553. Peterson, W. W. [1957]. \"Addressing for random access storage,\" IBM J. Res. and Devel. 1:2, pp. 130-146. http://www.ourstillwaters.org/stillwaters/csteaching/DataStructuresAndAlgorithms/mf1213.htm (6 of 9) [1.7.2001 19:33:58]
Data Structures and Algorithms: Bibliography Pratt, T. W. [1975]. Programming Languages: Design and Implementation, Prentice- Hall, Englewood Cliffs, N. J. Pratt, V. R. [1979]. Shellsort and Sorting Networks, Garland, New York. Prim, R. C. [1957]. \"Shortest connection networks and some generalizations,\" Bell System Technical J. 36, pp. 1389-1401. Reingold, E. M. [1972]. \"On the optimality of some set algorithms,\" J. ACM 19:4, pp. 649-659. Robson, J. M. [1971]. \"An estimate of the store size necessary for dynamic storage allocation,\" J. ACM 18:3, pp. 416-423. Robson, J. M. [1974]. \"Bounds for some functions concerning dynamic storage allocation,\" J. ACM 21:3, pp. 491-499. Robson, J. M. [1977]. \"A bounded storage algorithm for copying cyclic structures,\" Comm. ACM 20:6, pp. 431-433. Sahni, S. [1974]. \"Computationally related problems,\" SIAM J. Computing 3:3, pp. 262-279. Sammet, J. E. [1968]. Programming Languages: History and Fundamentals, Prentice-Hall, Englewood Cliffs, N. J. Schkolnick, M. [1975]. \"The optimal selection of secondary indices for files,\" Information Systems 1, pp. 141-146. Schoenhage, A., and V. Strassen [1971]. \"Schnelle multiplikation grosser zahlen,\" Computing 7, pp. 281-292. Schorr, H., and W. M. Waite [1967]. \"An efficient machine-independent procedure for garbage collection in various list structures,\" Comm. ACM 10:8, pp. 501-506. Schwartz, J. T. [1973]. On Programming: An Interrum Report on the SETL Project, Courant Inst., New York. Sharir, M. [1981]. \"A strong-connectivity algorithm and its application in data flow analysis,\" Computers and Mathematics with Applications 7:1, pp. 67-72. http://www.ourstillwaters.org/stillwaters/csteaching/DataStructuresAndAlgorithms/mf1213.htm (7 of 9) [1.7.2001 19:33:58]
Data Structures and Algorithms: Bibliography Shaw, M., W. A. Wulf, and R. L. London [1977]. \"Abstraction and verification in ALPHARD: defining and specifying iteration and generators,\" Comm. ACM 20:8, pp. 553-563. Shell, D. L. [1959]. \"A high-speed sorting procedure,\" Comm. ACM 2:7, pp. 30-32. Shell, D. L. [1971]. \"Optimizing the polyphase sort,\" Comm. ACM 14:11, pp. 713- 719. Singleton, R. C. [1969]. \"Algorithm 347: an algorithm for sorting with minimal storage,\" Comm. ACM 12:3, pp. 185-187. Strassen, V. [1969]. \"Gaussian elimination is not optimal,\" Numerische Mathematik 13, pp. 354-356. Stroustrup, B. [1982]. \"Classes: an abstract data type facility for the C language,\" SIGPLAN Notices 17:1, pp. 354-356. Suzuki, N. [1982]. \"Analysis of pointer 'rotation',\" Comm. ACM 25:5, pp. 330-335. Tarjan, R. E. [1972]. \"Depth first search and linear graph algorithms,\" SIAM J. Computing 1:2, pp. 146-160. Tarjan, R. E. [1975]. \"On the efficiency of a good but not linear set merging algorithm,\" J. ACM 22:2, pp. 215-225. Tarjan, R. E. [1981]. \"Minimum spanning trees,\" unpublished memorandum, Bell Laboratories, Murray Hill, N. J. Tarjan, R. E. [1983]. Data Structures and Graph Algorithms, unpublished manuscript, Bell Laboratories, Murray Hill, N. J. Ullman, J. D. [1974]. \"Fast algorithms for the elimination of common subexpressions,\" Acta Informatica 2:3, pp. 191-213. Ullman, J. D. [1982]. Principles of Database Systems, Computer Science Press, Rockville, Md. van Emde Boas, P., R. Kaas, and E. Zijlstra [1977]. \"Design and implementation of an efficient priority queue structure,\" Math Syst. Theory, 10, pp. 99-127. http://www.ourstillwaters.org/stillwaters/csteaching/DataStructuresAndAlgorithms/mf1213.htm (8 of 9) [1.7.2001 19:33:58]
Data Structures and Algorithms: Bibliography Warshall, S. [1962]. \"A theorem on Boolean matrices,\" J. ACM 9:1, pp. 11-12. Weinberg, G. M. [1971]. The Psychology of Computer Programming, Van Nostrand, N. Y. Weiner, P. [1973]. \"Linear pattern matching algorithms,\" Proc. IEEE Fourteenth Annual Symp. on Switching and Automata Theory, pp. 1-11. Wexelblat, R. L. (ed.) [1981]. History of Programming Languages, Academic Press, N. Y. Wiederhold, G. [1982]. Database Design, McGraw-Hill, New York. Williams, J. W. J. [1964]. \"Algorithm 232: Heapsort,\" Comm. ACM 7:6, pp. 347- 348. Wirth, N. [1973]. Systematic Programming: An Introduction, Prentice-Hall, Englewood Cliffs, N. J. Wirth, N. [1976]. Algorithms + Data Structures = Programs, Prentice-Hall, Englewood Cliffs, N. J. Wulf, W. A., M. Shaw, P. Hilfinger, and L. Flon [1981]. Fundamental Structures of Computer Science, Addison-Wesley, Reading, Mass. Yao, A. C. [1975]. \"An O(|E| log log |V|) algorithm for finding minimum spanning trees,\" Inf. Processing Letters 4:1, pp. 21-23. Yao, A. C., and F. F. Yao [1976]. \"The complexity of searching a random ordered table,\" Proc. IEEE Seventeenth Annual Symp. on Foundations of Computer Science, pp. 173-177. Yourdon, E., and L. L. Constantine [1975]. Structured Design, Yourdon, New York. Table of Contents http://www.ourstillwaters.org/stillwaters/csteaching/DataStructuresAndAlgorithms/mf1213.htm (9 of 9) [1.7.2001 19:33:58]
http://www.ourstillwaters.org/stillwaters/csteaching/DataStructuresAndAlgorithms/images/f12_1.gif http://www.ourstillwaters.org/stillwaters/csteaching/DataStructuresAndAlgorithms/images/f12_1.gif [1.7.2001 19:34:07]
http://www.ourstillwaters.org/stillwaters/csteaching/DataStructuresAndAlgorithms/images/f12_2.gif http://www.ourstillwaters.org/stillwaters/csteaching/DataStructuresAndAlgorithms/images/f12_2.gif [1.7.2001 19:34:15]
http://www.ourstillwaters.org/stillwaters/csteaching/DataStructuresAndAlgorithms/images/f12_3.gif http://www.ourstillwaters.org/stillwaters/csteaching/DataStructuresAndAlgorithms/images/f12_3.gif [1.7.2001 19:34:23]
http://www.ourstillwaters.org/stillwaters/csteaching/DataStructuresAndAlgorithms/images/f12_6.gif http://www.ourstillwaters.org/stillwaters/csteaching/DataStructuresAndAlgorithms/images/f12_6.gif [1.7.2001 19:34:40]
http://www.ourstillwaters.org/stillwaters/csteaching/DataStructuresAndAlgorithms/images/f12_7.gif http://www.ourstillwaters.org/stillwaters/csteaching/DataStructuresAndAlgorithms/images/f12_7.gif [1.7.2001 19:34:55]
http://www.ourstillwaters.org/stillwaters/csteaching/DataStructuresAndAlgorithms/images/f12_10.gif http://www.ourstillwaters.org/stillwaters/csteaching/DataStructuresAndAlgorithms/images/f12_10.gif [1.7.2001 19:35:10]
http://www.ourstillwaters.org/stillwaters/csteaching/DataStructuresAndAlgorithms/images/f12_11.gif http://www.ourstillwaters.org/stillwaters/csteaching/DataStructuresAndAlgorithms/images/f12_11.gif [1.7.2001 19:35:22]
http://www.ourstillwaters.org/stillwaters/csteaching/DataStructuresAndAlgorithms/images/f12_12.gif http://www.ourstillwaters.org/stillwaters/csteaching/DataStructuresAndAlgorithms/images/f12_12.gif [1.7.2001 19:35:30]
http://www.ourstillwaters.org/stillwaters/csteaching/DataStructuresAndAlgorithms/images/f12_14.gif http://www.ourstillwaters.org/stillwaters/csteaching/DataStructuresAndAlgorithms/images/f12_14.gif [1.7.2001 19:35:42]
http://www.ourstillwaters.org/stillwaters/csteaching/DataStructuresAndAlgorithms/images/f12_15.gif http://www.ourstillwaters.org/stillwaters/csteaching/DataStructuresAndAlgorithms/images/f12_15.gif [1.7.2001 19:35:51]
http://www.ourstillwaters.org/stillwaters/csteaching/DataStructuresAndAlgorithms/images/f12_16.gif http://www.ourstillwaters.org/stillwaters/csteaching/DataStructuresAndAlgorithms/images/f12_16.gif [1.7.2001 19:36:07]
http://www.ourstillwaters.org/stillwaters/csteaching/DataStructuresAndAlgorithms/images/f12_18.gif http://www.ourstillwaters.org/stillwaters/csteaching/DataStructuresAndAlgorithms/images/f12_18.gif [1.7.2001 19:36:17]
http://www.ourstillwaters.org/stillwaters/csteaching/DataStructuresAndAlgorithms/images/f12_19.gif http://www.ourstillwaters.org/stillwaters/csteaching/DataStructuresAndAlgorithms/images/f12_19.gif [1.7.2001 19:36:20]
http://www.ourstillwaters.org/stillwaters/csteaching/DataStructuresAndAlgorithms/images/f12_20.gif http://www.ourstillwaters.org/stillwaters/csteaching/DataStructuresAndAlgorithms/images/f12_20.gif [1.7.2001 19:36:24]
Search
Read the Text Version
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
- 107
- 108
- 109
- 110
- 111
- 112
- 113
- 114
- 115
- 116
- 117
- 118
- 119
- 120
- 121
- 122
- 123
- 124
- 125
- 126
- 127
- 128
- 129
- 130
- 131
- 132
- 133
- 134
- 135
- 136
- 137
- 138
- 139
- 140
- 141
- 142
- 143
- 144
- 145
- 146
- 147
- 148
- 149
- 150
- 151
- 152
- 153
- 154
- 155
- 156
- 157
- 158
- 159
- 160
- 161
- 162
- 163
- 164
- 165
- 166
- 167
- 168
- 169
- 170
- 171
- 172
- 173
- 174
- 175
- 176
- 177
- 178
- 179
- 180
- 181
- 182
- 183
- 184
- 185
- 186
- 187
- 188
- 189
- 190
- 191
- 192
- 193
- 194
- 195
- 196
- 197
- 198
- 199
- 200
- 201
- 202
- 203
- 204
- 205
- 206
- 207
- 208
- 209
- 210
- 211
- 212
- 213
- 214
- 215
- 216
- 217
- 218
- 219
- 220
- 221
- 222
- 223
- 224
- 225
- 226
- 227
- 228
- 229
- 230
- 231
- 232
- 233
- 234
- 235
- 236
- 237
- 238
- 239
- 240
- 241
- 242
- 243
- 244
- 245
- 246
- 247
- 248
- 249
- 250
- 251
- 252
- 253
- 254
- 255
- 256
- 257
- 258
- 259
- 260
- 261
- 262
- 263
- 264
- 265
- 266
- 267
- 268
- 269
- 270
- 271
- 272
- 273
- 274
- 275
- 276
- 277
- 278
- 279
- 280
- 281
- 282
- 283
- 284
- 285
- 286
- 287
- 288
- 289
- 290
- 291
- 292
- 293
- 294
- 295
- 296
- 297
- 298
- 299
- 300
- 301
- 302
- 303
- 304
- 305
- 306
- 307
- 308
- 309
- 310
- 311
- 312
- 313
- 314
- 315
- 316
- 317
- 318
- 319
- 320
- 321
- 322
- 323
- 324
- 325
- 326
- 327
- 328
- 329
- 330
- 331
- 332
- 333
- 334
- 335
- 336
- 337
- 338
- 339
- 340
- 341
- 342
- 343
- 344
- 345
- 346
- 347
- 348
- 349
- 350
- 351
- 352
- 353
- 354
- 355
- 356
- 357
- 358
- 359
- 360
- 361
- 362
- 363
- 364
- 365
- 366
- 367
- 368
- 369
- 370
- 371
- 372
- 373
- 374
- 375
- 376
- 377
- 378
- 379
- 380
- 381
- 382
- 383
- 384
- 385
- 386
- 387
- 388
- 389
- 390
- 391
- 392
- 393
- 394
- 395
- 396
- 397
- 398
- 399
- 400
- 401
- 402
- 403
- 404
- 405
- 406
- 407
- 408
- 409
- 410
- 411
- 412
- 413
- 414
- 415
- 416
- 417
- 418
- 419
- 420
- 421
- 422
- 423
- 424
- 425
- 426
- 427
- 428
- 429
- 430
- 431
- 432
- 433
- 434
- 435
- 436
- 437
- 438
- 439
- 440
- 441
- 442
- 443
- 444
- 445
- 446
- 447
- 448
- 449
- 450
- 451
- 452
- 453
- 454
- 455
- 456
- 457
- 458
- 459
- 460
- 461
- 462
- 463
- 464
- 465
- 466
- 467
- 468
- 469
- 470
- 471
- 472
- 473
- 474
- 475
- 476
- 477
- 478
- 479
- 480
- 481
- 482
- 483
- 484
- 485
- 486
- 487
- 488
- 489
- 490
- 491
- 492
- 493
- 494
- 495
- 496
- 497
- 498
- 499
- 500
- 501
- 502
- 503
- 504
- 505
- 506
- 507
- 508
- 509
- 510
- 511
- 512
- 513
- 514
- 515
- 516
- 517
- 518
- 519
- 520
- 521
- 522
- 523
- 524
- 525
- 526
- 527
- 528
- 529
- 530
- 531
- 532
- 533
- 534
- 535
- 536
- 537
- 538
- 539
- 540
- 541
- 542
- 543
- 544
- 545
- 546
- 547
- 548
- 549
- 550
- 551
- 552
- 553
- 554
- 555
- 556
- 557
- 558
- 559
- 560
- 561
- 562
- 563
- 564
- 565
- 566
- 567
- 568
- 569
- 570
- 571
- 572
- 573
- 574
- 575
- 576
- 577
- 578
- 579
- 580
- 581
- 582
- 583
- 584
- 585
- 586
- 587
- 588
- 589
- 590
- 591
- 592
- 593
- 594
- 595
- 596
- 597
- 598
- 599
- 600
- 601
- 602
- 603
- 604
- 605
- 606
- 607
- 608
- 609
- 610
- 611
- 612
- 613
- 614
- 615
- 616
- 617
- 618
- 619
- 620
- 1 - 50
- 51 - 100
- 101 - 150
- 151 - 200
- 201 - 250
- 251 - 300
- 301 - 350
- 351 - 400
- 401 - 450
- 451 - 500
- 501 - 550
- 551 - 600
- 601 - 620
Pages: