computer-science
compute how nice it looks a set of values (how nice is the distribution)
this set of values: 1 2 3 3 4 1 looks pretty nice if you 开发者_如何学Gothink of it on a bar chart:[详细]
2023-02-06 05:26 分类:问答What does the memory address mean?
Does a hex memory address represent the position in the memory as a whole? e.g. 4 gb ram and there is a memory adress. Does it point to the position(in bytes) that the data starts at? e.g. at 2.1 gb.[详细]
2023-02-05 12:25 分类:问答CS Self-Enrichment
I should be doing something CS related every day as an undergraduate CS major but I don\'t and feel 开发者_StackOverflowguilty about it, so I was wondering if there were good CS blogs to subscribe to,[详细]
2023-02-04 19:00 分类:问答How are arrays and hash maps constant time in their access?
Specifically: given a hash (or an array index), how does the machine get to the data in constant time?[详细]
2023-02-04 11:43 分类:问答About Prime Generation in "C" - What is wrong with my code ? -
I\'m a third year irregular CS student and ,i just realized that i have to start coding. I passed my coding classes with lower bound grades so that i haven\'t a good background in coding&program[详细]
2023-02-03 10:53 分类:问答VC Dimension of union?
Suppose I have two concept classes: C1 and C2. Suppose that the VC Dimension开发者_运维知识库 of C1 is d and the VC Dimension of C2 is d.[详细]
2023-02-03 00:36 分类:问答algorithm || method to write prog
I am one of the computer science student. Everyone solve problem with a different or same method, ( but actually I dont know whether they usemethod or I dont know whether there are such common method[详细]
2023-02-02 14:02 分类:问答Does it Make Sense to Map a Graph Data-structure into a Relational Database?
Specifically开发者_如何转开发 a Multigraph. Some colleague suggested this and I\'m completely baffled.[详细]
2023-02-01 15:48 分类:问答If a queue was used instead of a stack for activation records, what would our programs be like?
While the stack can give us nested function calls (and probably more), what would a queue give us? Call-after-exit? Would there be any use at all?[详细]
2023-02-01 00:26 分类:问答Implementing a queue by Turing machine [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-01-31 17:38 分类:问答