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.

Mathematics for Computer Science (2017) [pdf]

127 pointsby sridcaalmost 6 years ago

4 comments

nicklafalmost 6 years ago
A more recent version of this set of notes is available from the MIT course page: <a href="https:&#x2F;&#x2F;courses.csail.mit.edu&#x2F;6.042&#x2F;spring18&#x2F;mcs.pdf" rel="nofollow">https:&#x2F;&#x2F;courses.csail.mit.edu&#x2F;6.042&#x2F;spring18&#x2F;mcs.pdf</a>
WhitneyLandalmost 6 years ago
It&#x27;s worth reading at least the first couple pages where they contrast the meaning of truth, or &quot;proof&quot; across math, philosophy, a courtroom, a business, etc.<p>I heard axiomatic proofs are not always taught in US school geometry (typically 9th grade?) anymore.<p>If that&#x27;s true, I wonder what is the first educational exposure supposed to be nowadays to this kind of thinking.
whatshisfacealmost 6 years ago
Another great book that fills a similar purpose is Volume 1 of the Art of Computer Programming by Donald Knuth. It presents a great introduction to (basic) math as computer scientists use it.
评论 #20054590 未加载
评论 #20054298 未加载
nedumaalmost 6 years ago
the site looks very awesome.<p><pre><code> Open Data Structures covers the implementation and analysis of data structures for sequences (lists), queues, priority queues, unordered dictionaries, ordered dictionaries, and graphs.</code></pre>