Functional Data Structures and Algorithms
Gebundenes Buch

Functional Data Structures and Algorithms

A Proof Assistant Approach

Herausgeber: Nipkow, Tobias
Versandkostenfrei!
Versandfertig in 1-2 Wochen
94,99 €
inkl. MwSt.
PAYBACK Punkte
47 °P sammeln!
This book is an introduction to data structures and algorithms for functional programming languages, with a focus on proofs. Starting with sorting and searching, it moves on to priority queues and advanced design and analysis techniques: dynamic programming, amortized analysis, splay trees, skew heaps and pairing heaps. The final part of the book covers a number of selected fun topics: graph algorithms, string search, Huffman's algorithm for generating optimal codes and alpha-beta pruning of game trees. The book covers both correctness (does the algorithm do what it is supposed to do?) and run...