TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

15 点作者 debanjan16超过 2 年前
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 条评论

hackermailman超过 2 年前
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 未加载
eimrine超过 2 年前
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 未加载