Computational Fairy Tales

Computational Fairy Tales PDF Author: Jeremy Kubica
Publisher: Jeremy Kubica
ISBN:
Category : Computers
Languages : en
Pages : 199

Book Description
"Introduces principles of computational thinking, illustrating high-level computer science concepts, the motivation behind them, and their application in a non-computer fairy tale domain."--Amazon.com.

The CS Detective

The CS Detective PDF Author: Jeremy Kubica
Publisher: No Starch Press
ISBN: 1593277490
Category : Young Adult Nonfiction
Languages : en
Pages : 257

Book Description
Meet Frank Runtime. Disgraced ex-detective. Hard-boiled private eye. Search expert. When a robbery hits police headquarters, it’s up to Frank Runtime and his extensive search skills to catch the culprits. In this detective story, you’ll learn how to use algorithmic tools to solve the case. Runtime scours smugglers’ boats with binary search, tails spies with a search tree, escapes a prison with depth-first search, and picks locks with priority queues. Joined by know-it-all rookie Officer Notation and inept tag-along Socks, he follows a series of leads in a best-first search that unravels a deep conspiracy. Each chapter introduces a thrilling twist matched with a new algorithmic concept, ending with a technical recap. Perfect for computer science students and amateur sleuths alike, The CS Detective adds an entertaining twist to learning algorithms. Follow Frank’s mission and learn: –The algorithms behind best-first and depth-first search, iterative deepening, parallelizing, binary search, and more –Basic computational concepts like strings, arrays, stacks, and queues –How to adapt search algorithms to unusual data structures –The most efficient algorithms to use in a given situation, and when to apply common-sense heuristic methods

Best Practices of Spell Design

Best Practices of Spell Design PDF Author: Jeremy Kubica
Publisher: Jeremy Kubica
ISBN:
Category : Juvenile Fiction
Languages : en
Pages : 143

Book Description
"The Best Practices of Spell Design introduces practical aspects of software development that are often learned through painful experience. Through Marcus and Shelly's quest, the story encourages readers to think about how to write readable, well-tested and maintainable programs."--Page 4 of cover

Lauren Ipsum

Lauren Ipsum PDF Author: Carlos Bueno
Publisher: No Starch Press
ISBN: 1593276575
Category : Juvenile Nonfiction
Languages : en
Pages : 196

Book Description
Lauren Ipsum is a whimsical journey through a land where logic and computer science come to life. Meet Lauren, an adventurer lost in Userland who needs to find her way home by solving a series of puzzles. As she visits places like the Push & Pop Café and makes friends with people like Hugh Rustic and the Wandering Salesman, Lauren learns about computer science without even realizing it—and so do you! Read Lauren Ipsum yourself or with someone littler than you, then flip to the notes at the back of the book to learn more about logic and computer science in the real world. Suggested for ages 10+

Fairy Tale

Fairy Tale PDF Author: Marina Warner
Publisher: Oxford University Press
ISBN: 019953215X
Category : Fairy tales
Languages : en
Pages : 193

Book Description
Marina Warner guides us through the rich world of fairy tale, from Cinderella and Hansel and Gretel to Snow White and Pan's Labyrinth. Exploring pervasive themes of folklore, myth, the supernatural, imagination, and fantasy, Warner highlights the impact of the genre on human understanding, history, and culture.

Once Upon an Algorithm

Once Upon an Algorithm PDF Author: Martin Erwig
Publisher: MIT Press
ISBN: 0262036630
Category : Computers
Languages : en
Pages : 333

Book Description
This easy-to-follow introduction to computer science reveals how familiar stories like Hansel and Gretel, Sherlock Holmes, and Harry Potter illustrate the concepts and everyday relevance of computing. Picture a computer scientist, staring at a screen and clicking away frantically on a keyboard, hacking into a system, or perhaps developing an app. Now delete that picture. In Once Upon an Algorithm, Martin Erwig explains computation as something that takes place beyond electronic computers, and computer science as the study of systematic problem solving. Erwig points out that many daily activities involve problem solving. Getting up in the morning, for example: You get up, take a shower, get dressed, eat breakfast. This simple daily routine solves a recurring problem through a series of well-defined steps. In computer science, such a routine is called an algorithm. Erwig illustrates a series of concepts in computing with examples from daily life and familiar stories. Hansel and Gretel, for example, execute an algorithm to get home from the forest. The movie Groundhog Day illustrates the problem of unsolvability; Sherlock Holmes manipulates data structures when solving a crime; the magic in Harry Potter’s world is understood through types and abstraction; and Indiana Jones demonstrates the complexity of searching. Along the way, Erwig also discusses representations and different ways to organize data; “intractable” problems; language, syntax, and ambiguity; control structures, loops, and the halting problem; different forms of recursion; and rules for finding errors in algorithms. This engaging book explains computation accessibly and shows its relevance to daily life. Something to think about next time we execute the algorithm of getting up in the morning.

The Irresistible Fairy Tale

The Irresistible Fairy Tale PDF Author: Jack Zipes
Publisher: Princeton University Press
ISBN: 1400841828
Category : Literary Criticism
Languages : en
Pages : 256

Book Description
A provocative new theory about fairy tales from one of the world's leading authorities If there is one genre that has captured the imagination of people in all walks of life throughout the world, it is the fairy tale. Yet we still have great difficulty understanding how it originated, evolved, and spread—or why so many people cannot resist its appeal, no matter how it changes or what form it takes. In this book, renowned fairy-tale expert Jack Zipes presents a provocative new theory about why fairy tales were created and retold—and why they became such an indelible and infinitely adaptable part of cultures around the world. Drawing on cognitive science, evolutionary theory, anthropology, psychology, literary theory, and other fields, Zipes presents a nuanced argument about how fairy tales originated in ancient oral cultures, how they evolved through the rise of literary culture and print, and how, in our own time, they continue to change through their adaptation in an ever-growing variety of media. In making his case, Zipes considers a wide range of fascinating examples, including fairy tales told, collected, and written by women in the nineteenth century; Catherine Breillat's film adaptation of Perrault's "Bluebeard"; and contemporary fairy-tale drawings, paintings, sculptures, and photographs that critique canonical print versions. While we may never be able to fully explain fairy tales, The Irresistible Fairy Tale provides a powerful theory of how and why they evolved—and why we still use them to make meaning of our lives.

Algorithmic Puzzles

Algorithmic Puzzles PDF Author: Anany Levitin
Publisher: OUP USA
ISBN: 0199740445
Category : Computers
Languages : en
Pages : 280

Book Description
Algorithmic puzzles are puzzles involving well-defined procedures for solving problems. This book will provide an enjoyable and accessible introduction to algorithmic puzzles that will develop the reader's algorithmic thinking. The first part of this book is a tutorial on algorithm design strategies and analysis techniques. Algorithm design strategies — exhaustive search, backtracking, divide-and-conquer and a few others — are general approaches to designing step-by-step instructions for solving problems. Analysis techniques are methods for investigating such procedures to answer questions about the ultimate result of the procedure or how many steps are executed before the procedure stops. The discussion is an elementary level, with puzzle examples, and requires neither programming nor mathematics beyond a secondary school level. Thus, the tutorial provides a gentle and entertaining introduction to main ideas in high-level algorithmic problem solving. The second and main part of the book contains 150 puzzles, from centuries-old classics to newcomers often asked during job interviews at computing, engineering, and financial companies. The puzzles are divided into three groups by their difficulty levels. The first fifty puzzles in the Easier Puzzles section require only middle school mathematics. The sixty puzzle of average difficulty and forty harder puzzles require just high school mathematics plus a few topics such as binary numbers and simple recurrences, which are reviewed in the tutorial. All the puzzles are provided with hints, detailed solutions, and brief comments. The comments deal with the puzzle origins and design or analysis techniques used in the solution. The book should be of interest to puzzle lovers, students and teachers of algorithm courses, and persons expecting to be given puzzles during job interviews.

Dragon by Midnight

Dragon by Midnight PDF Author: Karen Kincy
Publisher: Karen Kincy
ISBN:
Category : Young Adult Fiction
Languages : en
Pages : 271

Book Description
Once upon a time, a curse turned Cinderella into a dragon. At the stroke of midnight, Cinderella falls to the ballroom floor and twists into a dragon. Hunted by royals, she flees from the castle and hides in the wilderness. Lost. Alone. Afraid. She needs a hero to save her. The prince never rescues her. Instead, she’s saved by a dark-eyed sorcerer named Sikandar. He promises to break the dragon curse. Even though she feels like a hideous beast, he sees her beauty. But Sikandar's charm hides an ugly past. He's too afraid, at first, to share his painful secrets with Cinderella. She can't help falling for him, even though happily ever after might be forever out of reach. Dragon by Midnight is a young adult fantasy with a sweet, slow-burn romance, perfect for fans of Ella Enchanted and Dealing with Dragons. Shortlisted for 2022 US Selfies by Publishers Weekly and BookLife. Nominated for 2022 RONE Award by InD'tale Magazine.

My First Book of Korean Words

My First Book of Korean Words PDF Author: Kyubyong Park
Publisher: Tuttle Publishing
ISBN: 1462910300
Category : Juvenile Nonfiction
Languages : en
Pages : 26

Book Description
My First Book of Korean Words is a beautifully illustrated book that introduces young children to Korean language and culture through everyday words. The words profiled in this book are all commonly used in the Korean language and are both informative and fun for English-speaking children to learn. The goals of My First Book of Korean Words are multiple: to familiarize children with the sounds and structure of Korean speech, to introduce core elements of Korean culture, to illustrate the ways in which languages differ in their treatment of everyday sounds and to show how, through cultural importation, a single word can be shared between languages. Both teachers and parents will welcome the book's cultural and linguistic notes, and appreciate how the book is organized in a familiar ABC structure. Each word is presented in Hangeul, as well as in its Romanized form. With the help of this book, we hope more children (and adults) will soon be a part of the nearly 80 million people worldwide that speak Korean!
Proudly powered by WordPress | Theme: Rits Blog by Crimson Themes.