TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Can math books help you become good at problem solving in general?

15 pointsby debanjan16over 2 years ago
Problems can have mathematical nature or a non-mathematical nature.<p>By problem solving I understand:<p>1. Understand what the problem demands<p>2. Find out edge&#x2F;special cases<p>3. Work out examples<p>4. Devise a solution to the problem.<p>I am not implying merely reading a book will make you a problem solver. Problem solving will make you good at problem solving.<p>Have you come across any book that helped you become good at problem solving?

2 comments

hackermailmanover 2 years ago
Sure, try this guy&#x27;s channel <a href="https:&#x2F;&#x2F;m.youtube.com&#x2F;playlist?list=PLgTkKBA6LRqYuuQ-LboerRblBoD_q_eUM" rel="nofollow">https:&#x2F;&#x2F;m.youtube.com&#x2F;playlist?list=PLgTkKBA6LRqYuuQ-LboerRb...</a> and his Putnam seminar vids, he shows an interesting process you can do for any problem outside math as well like collecting all ideas no matter how small to increment towards a solution, writing out examples and test cases, casting the problem into a different structure, recognizing if something has a notion of order then you can always reorder it.<p>There&#x27;s books like &#x27;Art of Problem Solving&#x27; or Polya &#x27;How to Solve It&#x27; but they make sense only after you get some experience.
评论 #32957013 未加载
eimrineover 2 years ago
Edge cases is maybe the best thing what I have learned on one expensive Algorithms course, definitely applicable to problem solving in general.<p>Another book is TRIZ.
评论 #32953524 未加载
评论 #32953948 未加载