• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Dive Into Algorithms: A Pythonic Adventure for the Intrepid Beginner

 
Greenhorn
Posts: 10
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations on your book.
What inspired you into writing a book on algorithms?
 
Author
Posts: 13
7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Olufisayo,

Thanks for your question. I got a similar question yesterday, and you can see the question and response at this URL: https://coderanch.com/t/739428/languages/Dive-Algorithms-inspired-write-book. Here is a quote from my response there:

I was inspired to write this book when I learned about the outfielder problem: the question of how the human mind can immediately know where to run to catch a ball when it's thrown (or batted) from hundreds of feet away. It turns out that there's an algorithm that all of us know - without knowing that we know - that tells us how to play outfield. This made me think about how fundamental algorithms are to life and how we think. More importantly, it made me realize that people think of algorithms as advanced and intimidating, but anyone who can catch a ball has already mastered at least one complex algorithm, so algorithms can be fun and intuitive instead of complicated and boring. I decided that explaining algorithms in this intuitive, joyful way could be an improvement on the many dry approaches to algorithms in other books. The outfielder problem, my inspiration, became Chapter 1 and served as an introduction to the idea of algorithms and the rest of the book. Best regards,

Bradford Tuckfield
 
So I left, I came home, and I ate some pie. And then I read this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic