รูปภาพสินค้า รหัส9780201853933
9780201853933
-
ผู้เขียนDonald E. Knuth

ส่วนลด 0 %
ราคาปก 720.00 บาท
ราคาสุทธิ 720.00 บาท
Bookmark and Share
รายละเอียดหนังสือ
รหัสสินค้า: 9780201853933
จำนวน: 127 หน้า
ขนาดรูปเล่ม: 165 x 240 x 10 มม.
น้ำหนัก: 280 กรัม
เนื้อในพิมพ์: ขาวดำ 
ชนิดปก: ปกอ่อน 
ชนิดกระดาษ: -ไม่ระบุ 
หน่วย: เล่ม 
สำนักพิมพ์: Addison-Wesley Publishing Company, Inc. 
:: เนื้อหาโดยสังเขป
This fascicle inaugurates the eagerly awaited publication
of Knuth's The Art of Computer Programming, Volume 4: Combinatorial Algorithms. Part of what will be a long chapter on combinatorial searching, the fascicle begins his treatment
of how to generate all possibilities. Specifically, it discusses
the generation of all n-tuples, then extends those ideas to
all permutations. Such algorithms provide a natural motivation by means of which many of the key ideas of combinatorial mathematics can be introduced and explored. In this and other fascicles of Volume 4, Knuth illuminates important theories by discussing related games and puzzles. Even
serious programming can be fun.
:: สารบัญ
Chapter 7 – Combinatorial Searching
7.2 Generating All Possibilities
7.2.1 Generating Basic Combinatorial Patterns
7.2.1.1 Generating all n-typles
7.2.1.2 Generating all permutations
Answers to Exercises