Search the web
Sign In
New User? Sign Up
comp-sci-theory · Computer Science Theory
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 374 - 403 of 2737   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
374
... The simpler version of the problem, i.e., there is a TM that decides in O(n) time, can be proved using a crossing-sequence type argument. The o(n log n)...
Lawrence L Larmore
larmore@...
Send Email
Feb 1, 2002
1:56 pm
375
Hi, Someone on comp.theory has posted a reference for this. It's: Computational Complexity (Mathematics and Its Applications) by K. Wagner and G. Wechsung. I...
pnenp
Offline Send Email
Feb 1, 2002
3:08 pm
376
A site with crossing sequence questions ... Regards, Casey...
Casey Hawthorne
caseyh@...
Send Email
Feb 3, 2002
4:57 am
377
Another site with a crossing sequence question ... Regards, Casey...
Casey Hawthorne
caseyh@...
Send Email
Feb 3, 2002
5:57 am
378
Hi Casey, Thanks for the links. I always find it interesting (and more than a little humbling) to see what kind of material students in theory courses are...
pnenp
Offline Send Email
Feb 3, 2002
7:35 pm
379
... From comp.theory posted by Swarat Chaudhuri try recognizing {0^n1^n: n \geq 0} in o(n log n) [yes, small-o] time. can you do it? what does that tell you? ...
Casey Hawthorne
caseyh@...
Send Email
Feb 4, 2002
11:55 pm
380
Hi Casey, ... Wait a minute, you just posted a link to a PROOF of this theorem, now you're going to post counter-examples?! ... time. ... Well, what it tells...
pnenp
Offline Send Email
Feb 5, 2002
4:06 am
381
Hi, ... This doesn't help the proof posed in Sipser: If A can be decided by a single tape TM in o(n log n), then A is regular. L = {0^n1^n | n > 0} is not a...
Mr.Tuco
mr_tuco
Offline Send Email
Feb 5, 2002
6:12 am
382
Think of the number of the minimum number of operations needed to do a comparison based sort - which is O(nlgn). With fewer operations than that - you will not...
Casey Hawthorne
caseyh@...
Send Email
Feb 5, 2002
5:10 pm
383
... Are there similar type results for languages accepted by: pushdown automata? deterministic? nondeterministic? Regards, Casey...
Casey Hawthorne
caseyh@...
Send Email
Feb 5, 2002
5:38 pm
384
Hi Casey, ... on ... Well, I don't know. Maybe they are and maybe they aren't. I'm not trying to nitpick here, but this statement is just too vague to be ...
pnenp
Offline Send Email
Feb 5, 2002
5:58 pm
385
Hi everyone, This week we cover section 7.3 in Sipser, "The class NP". This will also bring us to one of the central questions in complexity theory. Sipser...
pnenp
Offline Send Email
Feb 6, 2002
5:20 pm
386
Hi all, I've heard people express a preference for one or the other definition of the class NP, and I was just curious if any of you have a strong preference...
pnenp
Offline Send Email
Feb 6, 2002
5:27 pm
387
This is a test e-mail. Please ignore it. "Nothing needs reforming more than other people's habits." -- Mark Twain...
Marc
sharky6000
Offline Send Email
Feb 8, 2002
2:05 am
388
Are there any complexity classes between EXPTIME and NPTIME? George...
George Herbert
herbegd
Offline Send Email
Feb 8, 2002
2:17 am
389
Sorry, last one-- promise!...
Marc Lanctot
sharky6000
Offline Send Email
Feb 8, 2002
2:36 am
390
... From: "pnenp" <kvanette@...> To: <comp-sci-theory@yahoogroups.com> Sent: Wednesday, February 06, 2002 12:27 PM Subject: [comp-sci-theory]...
Marc
sharky6000
Offline Send Email
Feb 8, 2002
2:57 am
391
Depends on the unsolved proof: P == NP? If P != NP, then I don't think there's a difference between NP and EXP. If P == NP, then we're asking is there another ...
Mr.Tuco
mr_tuco
Offline Send Email
Feb 8, 2002
3:36 am
392
Hi Marc, ... mean, ... intuitive. Well, this is exactly what I mean. Personally I find non-deterministic TMs difficult to grasp on an intuitive level, which ...
pnenp
Offline Send Email
Feb 8, 2002
4:26 am
393
... From: "pnenp" <kvanette@...> To: <comp-sci-theory@yahoogroups.com> Sent: Thursday, February 07, 2002 11:26 PM Subject: [comp-sci-theory] Re:...
Marc
sharky6000
Offline Send Email
Feb 8, 2002
4:59 am
394
Hi, ... Well, in the hierarchy: P <= NP <= EXPTIME, P is a proper subset of EXPTIME. Therefore if it turns out that P = NP, this would imply that NP <...
pnenp
Offline Send Email
Feb 8, 2002
3:28 pm
395
[David} ... [George] This is interesting :-) I need to test my understanding of this. The idea seems to be n^k < n^log(n) = 2^(log(n)^2) < 2^(cn) Because...
George Herbert
herbegd
Offline Send Email
Feb 9, 2002
2:35 am
396
hi KLVE. indeed there seems to be a bazillion ways of defining NP. think of every NP complete problem as an alternative defn of NP, and then suddenly it seems...
vznuri@...
vznuri
Offline Send Email
Feb 9, 2002
5:03 am
397
Hi VZ! ... But I fail to see how it can be that if all the ways of defn NP are similar then how could there be one that is more powerful & lead to the...
Randy Algo
randomhole
Offline Send Email
Feb 9, 2002
5:45 am
398
Hi George, ... in ... You're over-reaching a bit when hypothesizing that anything 'sublinear' in the exponent is going to lie in the middle term of the ...
pnenp
Offline Send Email
Feb 9, 2002
8:35 pm
399
I might be ahead of your readings, but here's an interesting problem. I love these kind of problems... they really get you thinking... wrack your mind, so to...
Marc
sharky6000
Offline Send Email
Feb 10, 2002
1:07 am
400
Hi Marc, If you like tackling difficult problems, you might want to take a look at a few problems from chapter 6 in Sipser that we haven't answered yet:...
pnenp
Offline Send Email
Feb 10, 2002
3:49 am
401
Kurt, ... Okeydoke.. I will ;-) thanks! ... Ack! How ingenius! (and obvious-- just kidding). Only one problem, right... what if g computes exponentially (in...
Marc
sharky6000
Offline Send Email
Feb 10, 2002
5:27 am
402
... From: Marc <marc.lanctot@...> To: <comp-sci-theory@yahoogroups.com> Sent: Sunday, February 10, 2002 12:33 AM Subject: Re: [comp-sci-theory] Re:...
Marc
sharky6000
Offline Send Email
Feb 10, 2002
6:04 am
403
Do any of you know if "Instructor's Manual for Sipser's Introduction to the Theory of Computation" is available anywhere? Apparently, it was published... but I...
Marc
sharky6000
Offline Send Email
Feb 11, 2002
2:46 am
Messages 374 - 403 of 2737   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help