Skip to main content

Questions tagged [check-my-answer]

Questions asking us to check whether your solution is correct only are considered off-topic (per http://meta.cs.stackexchange.com/questions/597/). Please pinpoint your doubt and provide *a specific question* to which a meaty answer can resolve your doubt whether your answer is correct or not.

1 vote
1 answer
136 views

Consider the following problem: Let $G=(V, E)$ be a weighted undirected graph with nonnegative weights. Let $S_1, S_2, \ldots, S_k\subseteq V$ be disjoint subsets representing vertices where you can ...
A R's user avatar
  • 63
1 vote
0 answers
46 views

I wanted to verify whether my counter-example for proving that CFLs are not closed under Perfect shuffle is indeed correct. I just want to know if the counter-example is correct, I know the proof can ...
Forester's user avatar
  • 111
1 vote
0 answers
64 views

Given this implementation of the addition of Church numerals, plus = λm. λn. λs. λz. m s (n s z) and this first implementation of the product, that builds on top ...
Enlico's user avatar
  • 149
0 votes
1 answer
67 views

The question is suppose there is a randomized polynomial-time decider $M$ for a language $L$ such that: $w\in L \Rightarrow Pr[M(w)=1]>0.1$ $w\not\in L \Rightarrow Pr[M(w)=1]=0 $ Show that there ...
jamm's user avatar
  • 7
0 votes
0 answers
112 views

The baseball card collector problem is as follows: Given packets P1,....., Pm each of which contains a subset of this year's baseball cards, is it possible to collect all the year's cards by buying at ...
accordion1234's user avatar
0 votes
0 answers
62 views

I have a question which I would like to check if my proof is valid for: Let $\Sigma$ be an alphabet consisting of at least two different symbols, and let L be the following $\omega$-language: $\{\...
user438409385's user avatar
1 vote
1 answer
216 views

I'm doing ex. 7.8 in Arora and Barak Show that if $\overline{3SAT}\in \textbf{BP$\cdot$NP}$, then $\textbf{PH}$ collapses to $\Sigma_3^p$. This is definition of $\textbf{NP}/poly$: A ...
minh quý lê's user avatar
1 vote
0 answers
64 views

Most proofs of the problem that I have seen stop at proving $\textbf{NL}\subseteq \textbf{NC}^2$ and not explicitly point out the circuit. I'm trying to show that $\textbf{NC}$ circuit family can ...
minh quý lê's user avatar
2 votes
0 answers
72 views

I'm reading Martin Davis' Computabilty and Unsolvability. In Chapter 6, Section 1, Davis writes the following: THEOREM 1.8. For every semi-Thue system $\Gamma$, we can construct a semi-Thue system $\...
adriv24's user avatar
  • 21
3 votes
1 answer
398 views

Simon's problem is a computational problem used to demonstrate an oracle separation between BQP and BPP classes. It is known that the minimum number of oracle calls to be made by the BQP machine is $\...
Manish Kumar's user avatar
-1 votes
1 answer
109 views

The title of my question says all that is needed. Some may argue that this is a duplicate question, because some years ago, this same question was made, but I couldn't understand the explanation, then ...
HaveMercy's user avatar
0 votes
2 answers
102 views

I have a regular language $a(a+b)^*$ to which i applied pumping lemma. Let the pumping length be $'p'$ and the example string be $$w=a(a+b)^{p-1}$$. The string satisfies the condition that it is at ...
Dhruv's user avatar
  • 3
1 vote
1 answer
119 views

Given Some(DFA) = {|A is a DFA and L(A) is not empty and L(A) is not equal to Σ^(*)} Show Some(DFA) is decidable. I produced the following answer and wanted to check if I am correct T="On input ...
keth's user avatar
  • 11
-1 votes
1 answer
73 views

I am facing a problem with the validity of the reduction function, may I get some assist in solving this issue, please? $L=\{<G>| G$ is an undirected graph on n vertices that has a Vertex Cover $...
maya cohen's user avatar
0 votes
0 answers
323 views

You have $n$ events on your calendar, defined as intervals with a start time $s_i$ and a finish time $f_i$. The events might overlap, and you want to attend all the events, so you are going to create $k$...
Lipid's user avatar
  • 9

15 30 50 per page
1
2 3 4 5
10