-4
votes
0answers
104 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 …
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 …
2
votes
2answers
47 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.
35
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 …
1
vote
3answers
134 views
Does P equal NP?
Is P equal to NP?
0
votes
0answers
49 views
How to be a good programmer and how to be a computer scientist? [closed]
How to be a good programmer and how to be a computer scientist?
5
votes
17answers
292 views
List of fundamental data structures - what am I missing?
I've been studying my fundamental data structures a bunch recently, trying to make sure I've got them down cold.
By "fundamental", I mean the real basic ones. Fancy ones like Red-Black Trees and …
9
votes
3answers
118 views
Formal language expressiveness of Perl patterns
Classical regular expressions are equivalent to finite automata. Most current implementations of "regular expressions" are not strictly speaking regular expressions but are more powerful. Some people …
3
votes
4answers
135 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 …
7
votes
4answers
314 views
NP vs NP-Complete vs NP-Hard
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 what …
-1
votes
4answers
208 views
Recursive Sets vs Recursive Functions
What s the difference between a recursive set and recursive function?
1
vote
1answer
26 views
Multidimensional Collections for a (CS) Graph Class Interface in C#?
For jollies I'm trying to implement a graph data structure as an interface, so that I can implement graph classes either as adjacency lists (lists of lists of edges) or as adjacency matrices ( a 2 …
1
vote
3answers
78 views
What are some graduate degrees that would complement a bachelors in CS? [closed]
I'm about to graduate with a Bachelors of Science in Computer Science and I'm starting to look at graduate programs.
What are some graduate degrees that would complement my undergraduate degree in …
2
votes
1answer
71 views
Euclidean distance vs Pearson correlation vs cosine similarity?
Their goals are all the same: to find similar vectors.
Which do you use in which situation? (any practical examples?)
0
votes
2answers
26 views
floating points: IEEE based, but non-standard conversion of bit values to binary
hey!
So here is what we have, a custom IEEE based setup:
Consider a five-bit floating
representation based on the IEEE
floating point format with 1 sign bit,
two exponent bits and 2 …
