What Discrete Mathematics topics should the average computer science student know?
I know that Discrete Mathematics is a pretty broad topic that’s used in a number of fields but I was just wondering what are some of the topics from it that you would expect an average computer science student to know?
What’s the best way to inject science into everyday programming? [closed]
It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 12 years ago. I work better when I have some firm […]
How important is Discrete Mathematics for a Computer Scientist? [closed]
Closed 9 years ago.
Getting URLs from search results
After 1 months research I basically give up on getting all URL’s from a search results programmatically,
What is the standard for describing functions and objects?
What is the standard for describing functions/methods (function name, number of arguments, argument type, return type, etc…) in a manner that is language independent?
Tiling Problem Solutions for Various Size “Dominoes”
I’ve got an interesting tiling problem, I have a large square image (size 128k so 131072 squares) with dimensons 256×512… I want to fill this image with certain grain types (a 1×1 tile, a 1×2 strip, a 2×1 strip, and 2×2 square) and have no overlap, no holes, and no extension past the image boundary. Given some probability for each of these grain types, a list of the number required to be placed is generated for each.
What are graphs in laymen’s terms
What are graphs, in computer science, and what are they used for? In laymen’s terms preferably.
What is the difference between E-Science Infrastructures and Distributed Computing Infrastructures
What is the difference between eScience infrastructures and grid computing or distributed computing infrastructures? And what are some of their examples.
Prerequisites to compiler theory? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
How many bits’ address is required for a computer with n bytes of memory?
How many bits of address is required (for the program counter for example) in a byte-addressed computer with 512 Mbyte RAM?