𝔖 Bobbio Scriptorium
✦   LIBER   ✦

Algorithms and Data Structures || Sorting and Selection

✍ Scribed by ,


Book ID
120167033
Publisher
Springer Berlin Heidelberg
Year
2008
Tongue
German
Weight
396 KB
Edition
2008
Category
Article
ISBN
3540779787

No coin nor oath required. For personal study only.

✦ Synopsis


Algorithms are at the heart of every nontrivial computer application, and algorithmics is a modern and active area of computer science. Every computer scientist and every professional programmer should know about the basic algorithmic toolbox: structures that allow efficient organization and retrieval of data, frequently used algorithms, and basic techniques for modeling, understanding and solving algorithmic problems. This book is a concise introduction addressed to students and professionals familiar with programming and basic mathematical language. Individual chapters cover arrays and linked lists, hash tables and associative arrays, sorting and selection, priority queues, sorted sequences, graph representation, graph traversal, shortest paths, minimum spanning trees, and optimization. The algorithms are presented in a modern way, with explicitly formulated invariants, and comment on recent trends such as algorithm engineering, memory hierarchies, algorithm libraries and certifying algorithms. The authors use pictures, words and high-level pseudocode to explain the algorithms, and then they present more detail on efficient implementations using real programming languages like C and Java. The authors have extensive experience teaching these subjects to undergraduates and graduates, and they offer a clear presentation, with examples, pictures, informal explanations, exercises, and some linkage to the real world. Most chapters have the same basic structure: a motivation for the problem, comments on the most important applications, and then simple solutions presented as informally as possible and as formally as necessary. For the more advanced issues, this approach leads to a more mathematical treatment, including some theorems and proofs. Finally, each chapter concludes with a section on further findings, providing views on the state of research, generalizations and advanced solutions.


πŸ“œ SIMILAR VOLUMES


Algorithms and Data Structures || Sorted
✍ , πŸ“‚ Article πŸ“… 2008 πŸ› Springer Berlin Heidelberg 🌐 German βš– 392 KB

Algorithms are at the heart of every nontrivial computer application, and algorithmics is a modern and active area of computer science. Every computer scientist and every professional programmer should know about the basic algorithmic toolbox: structures that allow efficient organization and retriev

Introspective Sorting and Selection Algo
✍ DAVID R. MUSSER πŸ“‚ Article πŸ“… 1997 πŸ› John Wiley and Sons 🌐 English βš– 93 KB

Quicksort is the preferred in-place sorting algorithm in many contexts, since its average computing time on uniformly distributed inputs is Θ(N log N), and it is in fact faster than most other sorting algorithms on most inputs. Its drawback is that its worst-case time bound is Θ(N 2 . Previous attem

Data Structures and Algorithms
✍ Wirth, Niklaus πŸ“‚ Article πŸ“… 1984 πŸ› Nature Publishing Group 🌐 English βš– 747 KB
A select and insert sorting algorithm
✍ IstvΓ‘n Beck; Stein Krogdahl πŸ“‚ Article πŸ“… 1988 πŸ› Springer Netherlands 🌐 English βš– 514 KB
Algorithms and Data Structures || Graph
✍ , πŸ“‚ Article πŸ“… 2008 πŸ› Springer Berlin Heidelberg 🌐 German βš– 295 KB

Algorithms are at the heart of every nontrivial computer application, and algorithmics is a modern and active area of computer science. Every computer scientist and every professional programmer should know about the basic algorithmic toolbox: structures that allow efficient organization and retriev