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.

Intuition behind permutations and combinations (2016)

74 pointsby smithsmithalmost 8 years ago

3 comments

ElysianEaglealmost 8 years ago
I remember reading this excellent little book with very easy to understand explanations of some of the basics re. permutations and combinations, back in school:<p>&quot;Mathematics of Choice: How to Count Without Counting&quot; by Ivan Morton Niven<p><a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;Mathematics-Choice-New-Mathematical-Library&#x2F;dp&#x2F;0883856158&#x2F;ref=pd_cp_14_1?_encoding=UTF8&amp;pd_rd_i=0883856158&amp;pd_rd_r=NX2V9T7N5S5RHQ8K8ZFY&amp;pd_rd_w=Swegj&amp;pd_rd_wg=7p3Io&amp;psc=1&amp;refRID=NX2V9T7N5S5RHQ8K8ZFY" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;Mathematics-Choice-New-Mathematical-L...</a>
vgddvhalmost 8 years ago
Why do we need this? What&#x27;s wrong with good old &quot;there are n ways to pick first element, n-1 ways to pick second, etc and then apply burnside to glue together things that we treat as identical&quot;?
jhgjkljalmost 8 years ago
Wow. very different and useful mental model to think combinations and permutations.