Art of Computer Programming, Volume 4, Fascicle 7, The: Constraint Satisfaction 1st Edition 310255

Код товару: 310255Паперова книга
The Art of Computer Programming is a multivolume work on the analysis of algorithms and has long been recognized as the definitive description of classical computer science. The five volumes published to date--Volumes 1, 2, 3, 4A, and 4B--already comprise a unique and invaluable resource in programming theory and practice. Countless readers have spoken about the profound personal influence of Knuth's writings. Scientists have marveled at the beauty and elegance of his analysis, while practicing programmers have successfully applied his "cookbook" solutions to their day-to-day problems. All have admired Knuth for the breadth, clarity, accuracy, and good humor found in his books.

To continue the set, and to update parts of the existing volumes, Knuth has created a series of small books called fascicles, which are published at regular intervals. Each fascicle encompasses a section or more of wholly new or revised material. Ultimately, the content of these fascicles will be rolled up into the comprehensive, final versions of each volume, and the enormous undertaking that began in 1962 will be complete.

Volume 4, Fascicle 7, which is brimming with lively examples, forms the first third of what will eventually become hardcover Volume 4C. It introduces and explores an important general framework for modeling and solving combinatorial problems, called the Constraint Satisfaction Problem (CSP). The concluding sections of Volume 4B contain expositions of two analogous frameworks, namely XCC ("exact covering with colors") and SAT ("Boolean satisfiability"); the XCC solvers and SAT solvers are now joined by CSP solvers, completing a powerful trio of techniques. Each member of the trio has its own strengths, while separately helping to understand the other two.

This fascicle illuminates how the CSP framework is tied to dozens of other parts of computer science: Scene analysis (computer vision); efficient algorithms that embed one graph in another; fascinating instances of "graceful graphs"; new ways to look ahead when backtracking; new heuristics to guide a search that backtracks through a massive space of possibilities; situations when backtracking isn't necessary.

New sparse-set data structures are introduced, leading to a technique called "dancing cells"--which often is even better than "dancing links"! Recreational topics appear throughout, including some new takes on the classic problem of a knight's tour, as well as modern puzzles such as fillomino.

Nearly 500 exercises are provided, arranged carefully for self-instruction, together with detailed answers (in fact, sometimes also with answers to the answers). All the while, the author pays significant attention to the history of the subject and its human dimensions.

About the Author
Donald E. Knuth is known throughout the world for his pioneering work on algorithms and programming techniques, for his invention of the TeX and METAFONT systems for computer typesetting, and for his prolific and influential writing (26 books, 161 papers). Professor Emeritus of The Art of Computer Programming at Stanford University, he currently devotes full time to the completion of his seminal multivolume series on classical computer science, begun in 1962 when he was a graduate student at California Institute of Technology. Professor Knuth is the recipient of numerous awards and honors, including the ACM Turing Award, the Medal of Science presented by President Carter, the AMS Steele Prize for expository writing, and, in November, 1996, the prestigious Kyoto Prize for advanced technology. He lives on the Stanford campus with his wife, Jill.
1'900 ₴
Купити
Monobank
до 10 платежей
от 213 ₴ / міс.
  • Нова Пошта
    Безкоштовно від 3'000,00 ₴
  • Укрпошта
    Безкоштовно від 1'000,00 ₴
  • Meest Пошта
    Безкоштовно від 3'000,00 ₴
Art of Computer Programming, Volume 4, Fascicle 7, The: Constraint Satisfaction 1st Edition - фото 1
Інші книги Addison-Wesley Professional
Refactoring to Patterns
32907
Joshua Kerievsky
750 ₴
Tour of C++
14360
Bjarne Stroustrup
980 ₴
Framework Design Guidelines. Conventions, Idioms, and Patterns for Reuseable .NET Libraries
189727
Krzysztof CwalinaBrad Abrams
900 ₴
Javа Puzzlers: Traps, Pitfalls, and Corner Cases
14437
Joshua Bloch, Neal Gafter
450 ₴
Architecture for Flow: Adaptive Systems with Domain-Driven Design, Wardley Mapping, and Team Topologies (Addison-Wesley Signature Series (Vernon)) 1st Edition
310256
Susanne Kaiser
1'200 ₴
Software Requirements Essentials: Core Practices for Successful Business Analysis 1st Edition
270298
Candase HokansonKarl Wiegers
920 ₴
Clean Craftsmanship+Clean Code+Clean Architecture. Robert C. Martin. (Комплект книг)
246879
Robert C. Martin
1'711 ₴1'880 ₴
The Art of Computer Programming. Volume 2. Seminumerical Algorithms. 3rd Edition
14420
Donald E. Knuth
1'287 ₴
Beyond the Algorithm: AI, Security, Privacy, and Ethics 1st Edition
277686
Omar SantosPetar Radanliev
1'700 ₴
Programming with Rust 1st Edition
275542
Donis Marshall
1'200 ₴

Характеристики

  • Бренд
  • Автор
  • Категорія
    Програмування
  • Номер видання
    1-е вид.
  • Рік
    2025
  • Сторінок
    304
  • Формат
    165х235 мм
  • Обкладинка
    М'яка
  • Тип паперу
    Офсетний
  • Мова
    Англійська
  • Ілюстрації
    Чорно-білі

Від видавця

The Art of Computer Programming is a multivolume work on the analysis of algorithms and has long been recognized as the definitive description of classical computer science. The five volumes published to date--Volumes 1, 2, 3, 4A, and 4B--already comprise a unique and invaluable resource in programming theory and practice. Countless readers have spoken about the profound personal influence of Knuth's writings. Scientists have marveled at the beauty and elegance of his analysis, while practicing programmers have successfully applied his "cookbook" solutions to their day-to-day problems. All have admired Knuth for the breadth, clarity, accuracy, and good humor found in his books.

To continue the set, and to update parts of the existing volumes, Knuth has created a series of small books called fascicles, which are published at regular intervals. Each fascicle encompasses a section or more of wholly new or revised material. Ultimately, the content of these fascicles will be rolled up into the comprehensive, final versions of each volume, and the enormous undertaking that began in 1962 will be complete.

Volume 4, Fascicle 7, which is brimming with lively examples, forms the first third of what will eventually become hardcover Volume 4C. It introduces and explores an important general framework for modeling and solving combinatorial problems, called the Constraint Satisfaction Problem (CSP). The concluding sections of Volume 4B contain expositions of two analogous frameworks, namely XCC ("exact covering with colors") and SAT ("Boolean satisfiability"); the XCC solvers and SAT solvers are now joined by CSP solvers, completing a powerful trio of techniques. Each member of the trio has its own strengths, while separately helping to understand the other two.

This fascicle illuminates how the CSP framework is tied to dozens of other parts of computer science: Scene analysis (computer vision); efficient algorithms that embed one graph in another; fascinating instances of "graceful graphs"; new ways to look ahead when backtracking; new heuristics to guide a search that backtracks through a massive space of possibilities; situations when backtracking isn't necessary.

New sparse-set data structures are introduced, leading to a technique called "dancing cells"--which often is even better than "dancing links"! Recreational topics appear throughout, including some new takes on the classic problem of a knight's tour, as well as modern puzzles such as fillomino.

Nearly 500 exercises are provided, arranged carefully for self-instruction, together with detailed answers (in fact, sometimes also with answers to the answers). All the while, the author pays significant attention to the history of the subject and its human dimensions.

About the Author
Donald E. Knuth is known throughout the world for his pioneering work on algorithms and programming techniques, for his invention of the TeX and METAFONT systems for computer typesetting, and for his prolific and influential writing (26 books, 161 papers). Professor Emeritus of The Art of Computer Programming at Stanford University, he currently devotes full time to the completion of his seminal multivolume series on classical computer science, begun in 1962 when he was a graduate student at California Institute of Technology. Professor Knuth is the recipient of numerous awards and honors, including the ACM Turing Award, the Medal of Science presented by President Carter, the AMS Steele Prize for expository writing, and, in November, 1996, the prestigious Kyoto Prize for advanced technology. He lives on the Stanford campus with his wife, Jill.

Відгуки про Art of Computer Programming, Volume 4, Fascicle 7, The: Constraint Satisfaction 1st Edition

Art of Computer Programming, Volume 4, Fascicle 7, The: Constraint Satisfaction 1st Edition
Art of Computer Programming, Volume 4, Fascicle 7, The: Constraint Satisfaction 1st Edition
1'900 ₴
Купити
Персонально для вас
Art of Computer Programming, Volume 1: Fundamental Algorithms, 3rd Edition
14419
Donald E. Knuth
1'290 ₴
Programming Languages: Principles and Paradigms (Undergraduate Topics in Computer Science) 2010th Edition
273834
Maurizio GabbrielliSimone Martini
1'300 ₴
Algorithmic Thinking, 2nd Edition: Learn Algorithms to Level Up Your Coding Skills 2nd Edition
283847
Daniel Zingaro
1'600 ₴
Mastering API Architecture: Design, Operate, and Evolve API-Based Systems 1st Edition
264545
James GoughMatthew AuburnDaniel Bryant
1'700 ₴
The Rules of Programming: How to Write Better Code 1st Edition
274097
Chris Zimmerman
1'700 ₴
The Art of Randomness: Randomized Algorithms in the Real World
283845
Ronald T. Kneusel
1'700 ₴
Graph Algorithms the Fun Way
283891
Jeremy Kubica
1'700 ₴
Introduction to Algorithms. Fourth Edition
244101
Thomas H. CormenCharles E. LeisersonRonald L. RivestClifford Stein
1'584 ₴1'800 ₴
Geometry for Programmers
263213
Oleksandr Kaleniuk
1'800 ₴
Quantum Computing
303262
Andrew Glassner
2'100 ₴
Quantum Computing and Information: A Scaffolding Approach (2e) (The Scaffolding Series) 2nd ed. Edition
305808
Peter Y LeeHuiwen JiRan Cheng
2'100 ₴
Quantum Programming in Depth: Solving problems with Q# and Qiskit
308324
Mariia Mykhailova
2'100 ₴
Learning Algorithms: A Programmer's Guide to Writing Better Code. 1st Ed.
244762
George Heineman
2'500 ₴
Game Analytics: Maximizing the Value of Player Data
95
Magy Seif El-NasrAnders DrachenAlessandro Canossa
5'100 ₴
From to Mathematics Generic Programming
32892
Addison-Wesley Professional
цену уточняйте
OpenGL Superbible: Comprehensive Tutorial and Reference, 7th Edition
32871
Graham Sellers, Richard S Wright, Nicholas Haemel
2'300 ₴
OpenGL SuperBible: Comprehensive Tutorial and Reference (6th Edition)
57253
Graham SellersRichard S. Wright, Jr.Nicholas Haemel
1'200 ₴
Java 9 Revealed: For Early Adoption and Migration 1st ed. Edition
52777
Kishori Sharan
1'050 ₴
Foundations of Game Engine Development, Volume 2: Rendering
118787
Eric Lengyel
4'100 ₴
C++20 for Programmers (Deitel Developer Series) 3rd Edition
160838
Paul Deitel, Harvey Deitel
3'000 ₴
Core Java for the Impatient 3rd Edition
32884
Cay S. Horstmann
3'480 ₴