0
votes
15answers
1k views
Which are unsolvable problems in programming world?
Travelling salesman problem is said to be practically "unsolvable" when number of nodes increase.
What other programming problems that are considered unsolvable?
23
votes
13answers
1k views
Mathematics for Computer Science Students
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 …
-1
votes
1answer
51 views
Looking for examples of ‘Elegant Solutions’ in programming and computer science. [closed]
I'm looking for examples of Elegant Solutions (or ingenious Hacks in computer parlance) across a range of fields, for a book I'm compiling.
By way of an example, there's the apocryphal tale of a …
16
votes
23answers
5k 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 …
43
votes
76answers
4k views
What programming languages do the top tier Universities teach?
I'm constantly being inundated with articles and people talking about how most of today's Universities are nothing more than Java vocational schools churning out mediocre programmer after mediocre …
86
votes
29answers
4k views
What are the lesser known but cool data structures ?
There a some data structures around that are really cool but are unknown to most programmers. Which are they?
Everybody knows linked lists, binary trees, and hashes, but what about Skip lists, Bloom …
11
votes
39answers
1k views
What great people within computer science should we all know about? [closed]
Possible Duplicates:
What are the names that every programmer should know?
Who are the most famous progammers in Computer Science?
There are many brilliant people out there in the lovely …
6
votes
4answers
164 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 …
37
votes
25answers
1k views
Is Computer Science For Me?
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 …
28
votes
17answers
1k 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, …
-4
votes
0answers
106 views
Computer Science - Destroyed by Academia [closed]
I attend University for Computer Science. However the name could not be more inaccurate. The title for the major SHOULD be "Remember technical terms to be marketable"
I have to say I am disappointed …
2
votes
2answers
50 views
Looking for novice book on combinatorics
I am looking for books on the math & computing applications of Combinatorics.
Let me know your favorite books on this topic. Thanks.
-1
votes
4answers
217 views
Recursive Sets vs Recursive Functions
What s the difference between a recursive set and recursive function?
15
votes
8answers
745 views
Lectures available as mp3/podcasts?
Are there any particularly good university lectures available online for download as mp3 (or some other audio format)? I am particularly interested in hearing some of the more advanced classes that I …
13
votes
4answers
480 views
How do you normalize a finite state machine?
How do you find the minimal Deterministic FSM?
Is there a way to normalize non-deterministic FSMs?
Is there a linear time bound algorithm to find the minimal FSM for a given machine?
Is there a …
