Theoretical Computer Science Cheat Sheet [pdf]
11–20 of 20 posts
Re: Theoretical Computer Science Cheat Sheet [pdf]
#12I recall for out PhD written exams we were allowed on leter-size cheat sheet. The irony is the act of compiling such a sheet meant you temporarily memorized the information on the sheet and didnt really need the sheet.
Instructors were students too. We don't forget.
Re: Theoretical Computer Science Cheat Sheet [pdf]
#13I recall for out PhD written exams we were allowed on leter-size cheat sheet. The irony is the act of compiling such a sheet meant you temporarily memorized the information on the sheet and didnt really need the sheet.
It failed in high school when I got a graphing calc capable of storing "large" corpus of text. You didn't have to think a lot (mostly careful typing) and it grew too large to even remember everything you typed in.
Re: Theoretical Computer Science Cheat Sheet [pdf]
#14This seems more like a cheat sheet of applied mathematics with CS flavoring than a theoretical CS cheat sheet...
Seriously. Five pages of calculus? Come on. A real cheat sheet might have: * Optimal asymptotic time/space efficiencies for the most important problems * The best known exponent for matrix multiplication * Names and definitions of some popular complexity classes * Some common but not obvious big/little O comparisons * Dual conversions from optimization * Probabilistic bounds used all over CS (Chernoff, Chebyshev) * B…
jkun, you have the honors?
Re: Theoretical Computer Science Cheat Sheet [pdf]
#15Interesting, but woefully incomplete since it doesn't include a single turnstile-based statement. I'm still looking for the cheat sheet that includes an explanation for how to read and comprehend anything written by Simon Peyton-Jones.
You should have a reasonably complete treatment of what you are looking for by the time you reach the chapter on PCF.
http://www.amazon.com/Practical-Foundations-Programming-Lang...
1: I call it "introductory" because many of the relevant proofs are left as an exercise to the reader. But truthfully, people I've spoken to with a direct influence on the book have mentioned many a time that harper excludes them because he expects you to know them or be able to figure them...
Re: Theoretical Computer Science Cheat Sheet [pdf]
#16what is the grid of numbers on the last page in the bottom right? (above Fib numbers)
Re: Theoretical Computer Science Cheat Sheet [pdf]
#17I recall for out PhD written exams we were allowed on leter-size cheat sheet. The irony is the act of compiling such a sheet meant you temporarily memorized the information on the sheet and didnt really need the sheet.
Re: Theoretical Computer Science Cheat Sheet [pdf]
#18Re: Theoretical Computer Science Cheat Sheet [pdf]
#19Re: Theoretical Computer Science Cheat Sheet [pdf]
#20I recall for out PhD written exams we were allowed on leter-size cheat sheet. The irony is the act of compiling such a sheet meant you temporarily memorized the information on the sheet and didnt really need the sheet.
Do PhD students have written exams? I thought they did research and wrote papers? How can you write an exam to test a PhD student when they are the ones coming up with the knowledge in the area?
Before coming up with new knowledge you need to know what's already out there.