Pricelists.org Pricelists.org 登录 注册

Animated Program Design

☆☆☆☆☆ (0 reviews)
Show price history
Animated Program Design
Lowest price (incl. delivery)
70,30 EUR
Typical price314,55 PLN
Lowest (90 days)27,99 PLN
Offers2
Last updated1 天前
See best offer
卖家 Product price Delivery 总计 可用性 Updated
SP SpringerNatureLink Shop INT 41,30 EUR 29,00 EUR 70,30 EUR 可购买 1 天前 View offer
SP Springer Nature Author 7 149,00 JPY 29,00 JPY 7 178,00 JPY 可购买 16 小时前 View offer

价格和库存可能会有变动。 最后更新: 08.08.2026 11:17.

0,0
☆☆☆☆☆
0 reviews
5★ 0%
4★ 0%
3★ 0%
2★ 0%
1★ 0%

Product reviews

Rating
No reviews yet — be the first!
This textbook presents a systematic methodology for program development by using design recipes, i.e. a series of steps, each with a specific outcome, that takes a problem solver from a problem statement to a working and tested programmed solution. It introduces the reader to generative recursion, heuristic searching, accumulative recursion, tail recursion, iteration, mutation, loops, program correctness, and vectors. It uses video game development to make the content fun while at the same time teaching problem-solving techniques. The book is divided into four parts. Part I presents introductory material on basic problem solving and program design. It starts by reviewing the basic steps of a design recipe using structural recursion on a list. It then proceeds to review code refactoring–a common technique used to refine programs when a better or more elegant way is found to solve a problem–and introduces the reader to randomness. Next, Part II explores a new type of recursioncalled generative recursion. It navigates the reader through examples involving fractal image generation, efficient sorting, and efficient searching techniques such as binary, depth-first, and breadth-first search. Part III then explores a new type of recursion called accumulative (or accumulator) recursion. Examples used include finding a path in a graph, improving insertion sorting, and list-folding operations. Finally, Part IV explores mutation. To aid the reader in properly sequencing mutations it presents Hoare Logic and program correctness. In addition, it introduces vectors, vector processing, in-place operations, and circular data. Throughout the whole book complexity analysis and empirical experimentation is used to evaluate solutions. This textbook targets undergraduates at all levels as well as graduate students wishing to learn about program design. It details advanced types of recursion, a disciplined approach to the use of mutation, and illustrates the design process by developing a video game exploiting iterative refinement.

Similar products