Computer science (CS) is the study of the theoretical foundations of information and computation and of practical techniques for their implementation and application in computer systems. Computer scientists invent algorithmic processes that create, describe, and transform information and formulate suitable abstractions to model complex systems.
776
votes
82answers
144k views
What are the lesser known but cool data structures? [closed]
There are some data structures around that are really cool but are unknown to most programmers. Which ones are they?
Everybody knows about linked lists, binary trees, and hashes, but what about Skip ...
555
votes
14answers
103k views
Plain English explanation of Big O
What is a plain English explanation of Big O? With as little formal definition as possible and simple mathematics.
122
votes
14answers
22k views
What is a y-combinator?
A y-combinator is a comp-sci concept from the "functional" side of things. Most programmers don't know much at all about them, if they've even heard about them.
What is a y-combinator?
How do they ...
101
votes
13answers
14k views
What is a lambda (function)?
For a person without a comp-sci background, what is a lambda in the world of Computer Science?
73
votes
41answers
6k views
What are your favorite programming-related academic papers?
What are your favorite programming-related / cs academic published papers?
It could be a functional pearl, a programming-language paper like those often cited on lambda-the-ultimate.org, etc. Really, ...
71
votes
12answers
22k views
What is an NP-complete problem?
What is an NP-complete problem? Why is it such an important topic in computer science?
68
votes
7answers
5k views
What's “P=NP?”, and why is it such a famous question?
The question of whether P=NP is perhaps the most famous in all of Computer Science. What does it mean? And why is it so interesting?
Oh, and for extra credit, please post a proof of the statement's ...
67
votes
79answers
7k views
What was your biggest CS eye-opener? [closed]
What was the single thing you learned (either in classes or during work) that felt most like scales falling off your eyes?
For me, it was a lecture about microcode, because that filled the gap of ...
62
votes
8answers
5k views
What is a 'Closure'?
I asked a question about Currying and closures were mentioned.
What is a closure? How does it relate to currying?
Additional:
Kyle's answer is great but to my poor procedural/OO mind Ben Childs ...
59
votes
27answers
5k views
Is Computer Science For Me? [closed]
I love software development. I live for it. I spent almost 100% of my free time writing code for my latest project, priding myself on readability, a lack of complexity, and modularization. Also, since ...
56
votes
8answers
10k views
Explain the proof by Vinay Deolalikar that P != NP
Recently there has been a paper floating around by Vinay Deolalikar at HP Labs which claims to have proved that P != NP. Could someone explain how this proof works for us less mathematically inclined ...
54
votes
29answers
5k views
As a programmer without formal CS training or a CS degree, what am I missing?
I have worked as a programmer for over ten years, with a pretty good grasp of PHP, classic ASP, and VB. But I am self-taught, first using books and magazines, and now the Internet to improve my ...
53
votes
15answers
3k views
Interesting Problems in Computer Science for the Average Brain
Months ago, I was reading about unsolved problems in Computer Science to this day. I took a look at some of the problems, and clearly it is not enjoying to challenge your self to try some problem for ...
50
votes
34answers
6k views
What Computer Science concepts should I know?
What concepts in Computer Science do you think have made you a better programmer?
My degree was in Mechanical Engineering so having ended up as a programmer, I'm a bit lacking in the basics. There ...
48
votes
4answers
3k views
What is 'Currying'?
I've seen references to curried functions in several articles and blogs but I can't find a good explanation (or at least one that makes sense!)
41
votes
10answers
4k views
How does one make a Zip bomb?
This question about zip bombs naturally led me to the Wikipedia page on the topic. The article mentions an example of a 45.1 kb zip file that decompresses to 1.3 exabytes.
What are the ...
41
votes
15answers
4k views
What are your favorite CS video lectures?
Do you watch video lectures? MIT, Stanford, Berkeley and lots of other universities provide online learning materials,lectures.. What are your favorite ones?
39
votes
46answers
3k views
Has anyone “learned how to program in 21 days?”
I'm not a fan of these learn how to program in X amount of days books. Some even boast, learn how to program in 24 hours. This is a joke and an insult to me as a software engineer who went through a ...
39
votes
53answers
3k views
What should 'Computer Science' be called?
A famous computer scientist, Edsger Dijkstra, once remarked, "Computer Science is no more about computers than astronomy is about telescopes." I am inclined to agree. However, this brings up an ...
38
votes
3answers
15k views
Useful resources for the GRE computer science subject test? [closed]
I am currently in the process of preparing for the computer science GRE and I was wondering if anyone at Stack Overflow could offer some advice or point me towards some useful resources?
Here are ...
38
votes
14answers
4k views
Mathematics for Computer Science Students [closed]
To cut a long story short, I am a CS student that has received no formal Post-16 Maths education for years. Right now even my Algebra is extremely rusty and I have a couple of months to shape up my ...
36
votes
13answers
808 views
Which universities have comp sc. lectures online?
Which universities have comp. science lectures online?
I'm referring to free, general viewing of courses.
36
votes
22answers
4k views
What books should I read to have an undergraduate education in Computer Science? [closed]
I've always been a largely independent learner gleaning what I can from Wikipedia and various books. However, I fear that I may have biased my self-education by inadvertent omission of topics and ...
35
votes
10answers
2k views
Maths in Programming - The Developer's guide
Possible Duplicate:
Useful math for programmers
I'm a 22 year old ASP.NET/C#/Front-End developer with roughly 5.5 years experience. Unlike some (well probably most) of you, I didn't go to ...
33
votes
26answers
40k views
Computer science final year project ideas
I'm a Computer Science undergraduate student in UK and should be deciding the subject of my final year project soon. The school is pretty flexible with the subject...
"The topic can be any area of ...
33
votes
10answers
6k views
Way to go from recursion to iteration
I've used recursion quite a lot on my many years of programming to solve simple problems, but I'm fully aware that sometimes you need iteration due to memory/speed problems.
So, sometime in the very ...
31
votes
29answers
2k views
Explaining to my boss what can and can't be done with a computer
My boss and his boss have both been coming to me regularly over the past few weeks with feature suggestions. The majority of these are very impractical, and I tell them (politely) that they are ...
30
votes
8answers
3k views
What is a Lambda?
Could someone provide a good description of what a Lambda is? We have a tag for them and they're on the secrets of C# question, but I have yet to find a good definition and explanation of what they ...
27
votes
19answers
2k views
I've decided I want to become a programmer, but I have some concerns.. Or, What does it take to become a computer programmer?
I've been interested in computer programming since I was about 14 or 15 years old. I taught myself C++ (with the now-deprecated libraries such as iostream.h), and wrote some simple console programs. ...
27
votes
11answers
3k views
How helpful is knowing lambda calculus?
To all the people who know lambda calculus: What benefit has it bought you, regarding programming? Would you recommend that people learn it?
26
votes
5answers
5k views
NP vs NP-Complete vs NP-Hard — what does it all mean?
What are the differences between NP vs NP-Complete vs NP-Hard ?
I am aware of many resources all over the web. I d like to read your explanations, and the reason is they might be different then ...
26
votes
9answers
26k views
25
votes
10answers
4k views
Function pointers, Closures, and Lambda
I am just now learning about function pointers and as I was readying the K&R chapter on the subject the first thing that hit me was, "Hey, this is kinda like a closure." I knew this assumption is ...
24
votes
21answers
2k views
What exactly is the halting problem?
Whenever people ask about the halting problem as it pertains to programming, people respond with "If you just add one loop, you've got the halting program and therefore you can't automate task"
Makes ...
24
votes
17answers
1k views
What is Polymorphism?
I was watching a googletechtalks video and they frequently refered to polymorphism what is it, what is it for, and how it it used?
24
votes
5answers
3k views
What is referential transparency?
What does the term referential transparency mean? I've heard it described as "it means you can replace equals with equals" but this seems like an inadequate explanation.
24
votes
44answers
4k views
What is recursion and when should I use it?
One of the topics that seems to come up regularly on mailing lists and online discussions is the merits (or lack thereof) of doing a Computer Science Degree. An argument that seems to come up time and ...
23
votes
12answers
2k views
Code Golf: Shortest Turing-complete interpreter
I've just tried to create the smallest possible language interpreter. Would you like to join and try?
Rules of the game:
You should specify a programming language you're interpreting. If it's a ...
22
votes
23answers
3k views
O(log N) == O(1) - Why not?
Whenever I consider algorithms/data structures I tend to replace the log(N) parts by constants. Oh, I know log(N) diverges - but does it matter in real world applications?
log(infinity) < 100 ...
22
votes
44answers
2k views
Which Computer Science Concept Do you Value the Most?
For some reason, I notice that I end up using a lot of finite state machines at work. In particular, when I'm implementing a custom TCP/serial protocol, they are very helpful and produce a very ...
22
votes
9answers
1k views
What are some good computer science resources for a blind programmer?
I'm a totally blind individual who would like to learn more of the theory aspect of computer science. I've had an intro data structures class and the general intro programming but would like to learn ...
21
votes
3answers
468 views
Efficient implementation of binary heaps
I'm looking for information on how to implement binary heaps efficiently. I feel like there should be a nice article somewhere about implementing heaps efficiently, but I haven't found one. In fact ...
21
votes
4answers
6k views
What is “entropy and information gain”?
I am reading this book (NLTK) and it is confusing. Entropy is defined as:
Entropy is the sum of the probability of each label
times the log probability of that same label
How can I apply ...
21
votes
11answers
2k views
Introduction to Static Analysis
I'm a self taught programmer with almost non CS background. I'm currently learning about parsing techniques/algorithms/tools, and have a desire to build programs to analyze Java code.
What kind of ...
20
votes
8answers
2k views
Good books on Distributed Computing/ Distributed Architecutre [closed]
Please recommend good books on basics of distributed computing/ distributed storage or distributed architectures.
A quick amazon search led to:
Elements of Distributed Computing
Introduction to ...
18
votes
4answers
1k views
Soon to be PhD in Computer Science - Which Path to Follow?
I am going to submit my PhD thesis within the next six months. My PhD is on managing the availabiity of large-scale distributed systems, so I have some experience actually building non-trivial systems ...
18
votes
37answers
2k views
If you could take one computer science course now, what would it be?
If you had the opportunity to take one computer science course now, and as a result significantly increase your knowledge in a subject area, what would it be? Undergraduate or graduate level.
...
18
votes
12answers
992 views
What symbols are used after base 36
Since Hex (base 16) uses 0-9A-F, and (I'm assuming here) Base 17 uses 0-9A-G and so on. What symbols are used once 0-9A-Z are all used up.
18
votes
31answers
3k views
Computer science textbooks
I would like to try the book question a little bit differently. My goal is to know what the community thinks are the quintessential computer science textbooks.
<beginsadstory>I lost all of my ...
17
votes
7answers
969 views
What problems have you solved using bloom filters?
I'd like to know about specific problems you - the SO reader - have solved using bloom filters and what libraries/frameworks you used if you didn't roll your own.
Questions:
What problems have you ...