Stack Exchange
log in   chat   discuss   faq   users   badges

Area 51 » Science

definition commitment beta
162
followers
Share This

Computer Science

Beta Q&A site for students, researchers and practitioners of computer science.

15
votes
2
answers

The Computer Science proposal should be in the Science category

jan 17 at 16:50 Community♦ 1
19
votes
3
answers

Computer science: the audience description is now wrong

feb 29 '12 at 14:50 reinierpost 101
30
votes
8
answers

Is Computer Science a duplicate of Theoretical Computer Science?

feb 1 '12 at 2:43 Anna Lear♦ 201
16
votes
3
answers

How can we better serve the CS community on Stack Overflow?

feb 1 '12 at 2:43 Anna Lear♦ 201
8
votes
2
answers

The title “Computer Science (Non-Programming)”

feb 1 '12 at 2:39 Anna Lear♦ 201

show 1 more discussion
create new discussion

This proposal is now in the Beta phase — example questions are locked!

25 Example Questions (2 closed)

active oldest votes
up vote 10 down vote
The subset sum problem is NP-complete. Can the following variation be proved to be NP-complete?
added by Ken Li, edited by WikiSpeedia hang-around Nov 23 '11 at 20:26
link
up vote 10 down vote
Is it possible to enumerate all propositions entailed by a set of formulas in higher-order logic?
added by Gilles Oct 2 '11 at 22:03
link
up vote 10 down vote
Is every context free language over a unary alphabet regular?
added by Gilles Oct 2 '11 at 22:45
link
Asked (not very well) on Stack Overflow and closed there. – Gilles Oct 2 '11 at 22:45
up vote 10 down vote
What is a mostly-concurrent garbage collector (as opposed to a concurrent GC or an ordinary incremental GC in a concurrent system)?
added by Gilles Oct 2 '11 at 22:50
link
Asked on Stack Overflow and unanswered there. – Gilles Oct 2 '11 at 22:50
up vote 10 down vote
What other mechanisms besides the Pumping Lemma are there to prove a grammar is not regular?
added by Daniel A. Oct 15 '11 at 16:55
link
1  
I like this question. How to determine the regularity of languages is a question that often arises on SO, usually doesn't receive a proper answer, but is far too basic for TCS. – danportin Oct 16 '11 at 4:23
up vote 9 down vote
Is this algorithm O(N) in worst case?
added by Ken Li Sep 27 '11 at 4:11
link
Based on cstheory.stackexchange.com/questions/6096/… which was also closed as off topic on TCS. – Ken Li Sep 27 '11 at 4:12
up vote 9 down vote
How can I formally show that my algorithm terminates?
added by Raphael Sep 29 '11 at 22:20
link
up vote 9 down vote
How fast can you multiply matrices and are the algorithms practical?
added by Raphael Sep 29 '11 at 22:22
link
up vote 9 down vote
How can you convert an ambiguous CFG into an unambiguous one?
added by Raphael Sep 29 '11 at 22:25
link
cf cstheory.stackexchange.com/q/8262/1546 – Raphael Oct 3 '11 at 6:38
up vote 9 down vote
I read that modern CPUs predict targets of conditional jumps. Why does this make sense in principle and how does it work?
added by Raphael Oct 3 '11 at 6:44
link
up vote 5 down vote
How can I avoid premature convergence to a local optima on my genetic algorithm?
added by Ken Li Sep 27 '11 at 4:13
link
up vote 5 down vote
How costly is case insensitive search as compared to case sensitive search?
added by Gilles Oct 2 '11 at 21:53
link
This topic sounds like something that'd be better asked on SO. Fully understand there is a CS way of reading this, but that subject line doesn't really emphasize that. It also involves a lot of non-theory stuff ("case insensitive" is complicated) – derobert Nov 30 '11 at 7:31
@derobert The full question where I encountered it in the wild was whether case insensitive search is exponential in the number of letters, because abc could be any of ABC, ABc, AbC, etc. That's an (elementary) algorithmic question, which would work on SO but is more about science than about programming. – Gilles Nov 30 '11 at 21:37
up vote 2 down vote
Is the emptiness problem for one-way nondeterministic stack automata solvable?
added by danportin Oct 12 '11 at 9:00
link
up vote 2 down vote
What is the difference between NP-hard and NP-complete?
added by Richard, edited by WikiSpeedia hang-around Nov 23 '11 at 20:24
link
up vote 2 down vote
Would the A* search algorithm be better for a hexagonal based map or Dijkstra's Algorithm?
added by Richard Oct 19 '11 at 20:45
link
up vote 1 down vote
Would the Branch-and-Bound algorithm be useful for the Traveling Salesman problem?
added by Richard Oct 19 '11 at 20:39
link
up vote 1 down vote
What is the best way to use a depth-limited search for an AI using a geo-spatial coordinates system?
added by Richard Oct 19 '11 at 20:48
link
up vote 0 down vote
Is the Post Correspondence Problem over a unary alphabet decidable?
added by danportin Oct 12 '11 at 8:41
link
up vote 0 down vote
Does every set of definite clauses have a least Herbrand model?
added by danportin Oct 12 '11 at 8:46
link
up vote 0 down vote
Is there a linear time algorithm that decides whether a symbol in a context-free grammar is nullable?
added by danportin Oct 12 '11 at 8:54
link
up vote 0 down vote
What were the errors in Vinay Deolalika's proof that P ≠ NP?
added by Richard Oct 19 '11 at 20:33
link
I feel such a question should go to cstheory.SE. But then it might get closed there because of "crank" associations. (Btw, only call it "proof" if you are convinced it is valid.) – Raphael Oct 19 '11 at 22:22
Proof, as in "formal proof". A proof can have errors and be invalid. – Richard Oct 20 '11 at 18:45
@Raphael, it already exists on cstheory.SE =). This question could go on both sites, but we have to be careful of post-crosting. – Gopi Oct 27 '11 at 13:48
up vote 0 down vote
When did the "science" in computer-science first appeared? [closed]
added by Gopi Oct 29 '11 at 13:22
link

closed as off topic by Antony Vennard, Dori Nov 5 '11 at 0:20

This question does not relate to the topic of the proposal.

up vote 0 down vote
Which of the forms of notation used for big-O (O, big theta, little theta...) are we actually using when we talk about the run time of an algorithm?
added by Antony Vennard Nov 4 '11 at 18:26
link
asked slightly differently on SO and is probably out of place, although answered, there. stackoverflow.com/questions/471199/… – Antony Vennard Nov 4 '11 at 18:26
up vote -1 down vote
Why is HTML not a regular language?
added by Antony Vennard Nov 4 '11 at 18:34
link
Based on the somewhat famous SO question (stackoverflow.com/questions/1732348/…) - might be too open ended though. – Antony Vennard Nov 4 '11 at 18:34
5  
How is it open-ended? If you take a specific version of HTML, it's a formal language. And it should be easy to prove that that language is not regular using pumping lemma. – svick Nov 8 '11 at 14:18
up vote -4 down vote
If you have a class template header in C++, how do you define its member functions its respective .cpp file? [closed]
added by Ken Li Oct 8 '11 at 1:38
link

closed as off topic by Mark Trapp, svick, Richard, Dori Oct 20 '11 at 8:35

This question does not relate to the topic of the proposal.

2  
I suggest this would be perfect for Stackoverflow. – Marcin Oct 13 '11 at 13:53
It is a proposed off-topic question – Ken Li Oct 19 '11 at 22:01
3  
Area 51 does no longer work that way, Ken; we are supposed to collect only on-topic questions. – Raphael Oct 19 '11 at 22:25

This site is in

Public Beta

Anyone can participate!

Sites remain in beta for at least 90 days to build up a critical mass of users, questions, and participation.

proposed by

Ken Li
6,282●3●23●81

1 year ago

edited by

Robert Cartaino♦ ♦ 19
66.7k●17●154●472

1 year ago

viewed

16,766 times

latest activity

1 year ago

followers

users also following

8.6% Cryptography
8.6% Academia
8.6% Computational Sci...
7.4% Chemistry
24.7% only this proposal

followers active in

65.4% Stack Overflow
24.1% Meta Stack Overflow
23.5% Programmers
22.8% Super User
21.6% Computer Science
17.9% Unix & Linux

recent followers

added Mar 20 '12 at 17:06
Stefano Palazzo ♦ 1
34k●6●117●305
added Mar 20 '12 at 13:56
Songpol Sripao-eiam
51●2
added Mar 20 '12 at 12:45
user54844
51●1
added Mar 20 '12 at 5:54
JohnWong
3,519●5●22●75
added Mar 20 '12 at 1:02
viper1092
51●2
added Mar 19 '12 at 13:16
ricmarques
740●3●11
added Mar 19 '12 at 12:25
martin
1,660●1●5●31
added Mar 19 '12 at 9:10
Ahmad Alfy
2,369●6●34
added Mar 19 '12 at 1:45
Thom Wiggers
1,982●9●31
added Mar 18 '12 at 16:33
danr
1,655●8●18
added Mar 17 '12 at 22:01
Guy Coder
4,952●13●77
added Mar 17 '12 at 7:10
user54517
51●1
added Mar 16 '12 at 23:31
cic
1,702●8●21
added Mar 16 '12 at 3:17
David
1,487●4●17
added Mar 16 '12 at 0:53
steveoh
478●1●11
added Mar 14 '12 at 22:12
Martin Prebio
51●2
added Mar 14 '12 at 21:25
AProgrammer
43.3k●3●60●166
added Mar 14 '12 at 21:04
user54355
51●1
added Mar 14 '12 at 20:44
Belovoj
51●1
added Mar 14 '12 at 9:38
tcrosley
18.7k●1●40●131
added Mar 14 '12 at 8:58
Anthony Labarre
6,130●1●27●92
added Mar 14 '12 at 4:54
Kenneth Funk
524●1●7
added Mar 14 '12 at 3:33
user54284
51●1
added Mar 14 '12 at 2:55
user54282
56●2
added Mar 13 '12 at 16:25
jeffm
2,487●14●44
added Mar 13 '12 at 7:19
Markus
819●2●18
added Mar 12 '12 at 21:13
Pratik Deoghare
16.3k●6●72●208
added Mar 12 '12 at 20:23
Anton
574●2●10
added Mar 12 '12 at 17:07
kunigami
978●1●7●24
added Mar 12 '12 at 16:17
Jamesbraders
51●2
added Mar 12 '12 at 15:00
Jarvis
51●3
added Mar 12 '12 at 13:43
Marc Gillé
1,518●9●23
added Mar 12 '12 at 13:16
yibe
1,959●4●12●26
added Mar 11 '12 at 20:47
user54077
51●1
added Mar 11 '12 at 18:23
Dillon Cower
1,914●7●15
added Mar 10 '12 at 17:32
mrm
5,182●4●14●60
added Mar 10 '12 at 15:00
wallnuss
51●1
added Mar 10 '12 at 8:47
Mike G
915●4●23
added Mar 10 '12 at 4:22
Magesh khanna
51●2
added Mar 9 '12 at 7:38
Tom Wijsman
73.8k●29●254●611
feed icon proposal feed
faq | blog | legal | privacy policy | contact us | feedback always welcome
site design / logo © 2011 stack exchange, inc.; user contributions licensed under cc-wiki with attribution required
rev 2013.5.22.149