The theory of computation is the branch that deals with whether and how efficiently problems can be solved on a model of computation, using an algorithm. The field is divided into three major branches: automata theory, computability theory and computational complexity theory. [wikipedia]

learn more… | top users | synonyms

-3
votes
0answers
24 views

Design a.DFA over input alphabet {a,b} accepting strings having atmost one pair of 'aba' . overlapping is not acceptable? [closed]

Design a deterministic finite automata over input alphabet {A,B} accepting strings having at-most one pair of "ABA" Overlapping is not acceptable ?
-3
votes
0answers
15 views

How to achieve standard form from a sequential machine? [closed]

So I was studying automata theory I came upon the problem of standard form conversion from machine. I read through the steps yet I don't get it.
-2
votes
0answers
24 views

Is this language decidable [closed]

This is a decidable or undecidable language? Because I don't know the number n it can be infinite and enters in loop. A = {0^n 1^n | n>=0} Thanks.
0
votes
2answers
62 views

Calculating the Computational Complexity (Big-O)

Algorithm 1. QUEUESTUFF(n) Input: Integer n 1) Let Q = an empty Queue 2) For i = 1 to n 3) Q.Enqueue(i) 4) End For 5) For i = 1 to n-1 6) Let X = Q.Dequeue() 7) End For 8) Let X = Q.Dequeue() Output: ...
-1
votes
1answer
49 views

Computational complexity of a algorithm

Algorithm 1. STACKSTUFF(n) Input: Integer n 1) Let S = an empty Stack 2) Let X = -1 3) For i = 1 to 2n 4) S.Push(i) 5) End For 6) For i = 1 to n 7) Let X = S.Pop() 8) End For Output: The contents of X ...
0
votes
1answer
62 views

Slowest Computational Complexity (Big-O)

Out of these algorithms, I know Alg1 is the fastest, since it is n squared. Next would be Alg4 since it is n cubed, and then Alg2 is probably the slowest since it is 2^n (which is supposed to have a ...
0
votes
0answers
24 views

Decider to Atm (contradiction)

I don't know how to answer to this exam question: Languages: BALLtm = {<M>|M is a TM and, receiving ε as input, M accepts and leaves the string "ball" on the tape} Atm = {<M,w>|M is ...
1
vote
1answer
40 views

what is glushkov NFA. What is the difference between Glushkov NFA and Thompson NFA?

I saw this term "Glushkov NFA" at http://lambda-the-ultimate.org/node/2064 . Search engines are returning references to articles that use glushkov nfa, but nothing specific about the glushkov nfa ...
-4
votes
0answers
32 views

Can a deterministic Turing Machine have a partial transition function? [closed]

Isn't it best for a Turing Machine to have a partial transition function, as this allows for it to halt when there is no transition defined for the current state and symbol pair. So what makes a ...
-6
votes
0answers
33 views

Show that the following is NP-complete [closed]

In a directed graph, the indegree of a node is the number of incoming edges and the outdegree is the number of outgoing edges. Show that the following problem is NP-complete. Given an undirected graph ...
3
votes
0answers
99 views

Completely general purpose code on a GPU [closed]

I was approached by a client to work on a project that will involve trying to run full scale programs on the GPU with OpenCL. I have decent knowledge of CUDA and low level machine architecture. As ...
1
vote
0answers
109 views

Error Correcting Code (7,4) [closed]

For the 7 bit hamming code is there a formula that provides the outputs of the four values? Without using matrix algebra, I'm wondering because I found a way to express d_1,d_4 as values of the check ...
-1
votes
1answer
500 views

Construct grammar given the following language {a^n b^m | n,m = 0,1,2,…,n <= 2m} [closed]

I just took my midterm but couldn't answer this question. Can someone please give a couple of examples of the language and construct a grammar for the language or at least show me how i will go ...
2
votes
1answer
89 views

Algorithmic Complexity Analysis: practically using Knuth's Ordinary Operations (oops) and Memory Operations (mems) method

In implementing most algorithms (sort, search, graph traversal, etc.), there is frequently a trade-off that can be made in reducing memory accesses at the cost of additional ordinary operations. ...
1
vote
2answers
101 views

Does the complexity of strongly NP-hard or -complete problems change when their input is unary encoded? [closed]

Does the difficulty of a strongly NP-hard or NP-complete problem (as e.g. defined here http://en.wikipedia.org/wiki/Strongly_NP-complete) change when its input is unary instead of binary encoded? ...
0
votes
0answers
45 views

Can a Language accept Infinite numbers

I have a question whether a language can accept infinite numbers I have to reduce Lempty to Linf where Lempty ={e|L(Pe) is null} Linf={e|L(Pe) is infinite} so can i define a program P like this " ...
0
votes
0answers
33 views

Reducing from one language to another(theory of computation)

I need to show a reduction from Linf to Lequal where Linf is {e|L(Pe) is infinite} Lequal is {(k,j)|L(Pk)=L(Pj)} To show Linf reducible to Lequal Can i show it by using this program 1)Input e ...
0
votes
1answer
28 views

2 Player game is in PSPACE

So I have given a boolean formula Q with 2n variables.Denoted by Q(x1...xn,y1...yn) and it is mentioned that there exists a1....an belonging to{0,1} such that for every b1...bn belonging to {0,1} ...
3
votes
1answer
96 views

simplify regex, [star] mysteriously disappears

! Problem This is my lecture notes;"Prove a*(b+ab*)=b+aa*b*" I am having trouble understanding what happened at line 3-> line 4; What I understand Two things happen at those two line; Take ab* out ...
1
vote
1answer
75 views

CFG and its reverse

I'm trying to wrap my head around CGS's. Let E^* be 'epsilon star', e be the empty string, and ww^r be w next to the reverse of w. I know that building up a CFG to accept E^* is a simple S -> 0S ...
0
votes
0answers
102 views

How to convert Concrete Syntax Tree to Abstract Syntax Tree?

I already built one from an LL1 grammar rules using LL1 parsing table. How I can convert this to an AST ? one that has only operators and operands ? Is there a well-know algorithm or procedure to ...
0
votes
0answers
10 views

predicate abstraction [closed]

Can anyone please suggest me books for Predicate Abstraction and Symbol Analysis in software verification and prove properties of infinite state systems. It would be great if you can even list the ...
0
votes
2answers
172 views

Are all infinite languages undecidable?

I am wondering are all infinite languages undecidable? They must be right, as the TM trying to decide an infinite language would just loop forever, which makes it a recgonizer, not a decider. Thanks ...
3
votes
1answer
387 views

Pumping lemma for regular language

I have a little confusion in checking whether the given language is regular or not using pumping lemma.Suppose we have to check whether " The language accepting even number of 0's is regular or ...
2
votes
1answer
132 views

NFA to an RE Kleene's Theorem

Here is my NFA: Here is my attempt. Create new start and final nodes Next eliminate the 2nd node from the left which gives me ab Next eliminate the 2nd node from the right which gives me ab*a ...
-4
votes
2answers
117 views

Find a Regular Expression for the language accepted by the Finite Automata

Find a Regular Expression for the language accepted by the Finite Automata
1
vote
1answer
293 views

If every subset of a language L is regular then L is regular? [closed]

I know that converse of above theorem is not true i.e if L is regular then every subset of L need not be regular
0
votes
0answers
68 views

Program Cost as a function of the size of the input

public static int[] cip(int[] v, int n) { if (n < v.length) return cucu(v); v = ciop(v); v = ciop(v); return cip(v, n); } private static int[] ...
1
vote
1answer
53 views

A peer-to-peer and privacy-aware data mining/aggregation algorithm: is it possible?

Suppose I have a network of N nodes, each with a unique identity (e.g. public key) communicating with a central-server-less protocol (e.g. DHT, Kad). Each node stores a variable V. With reference to ...
2
votes
2answers
255 views

How to convert an NFA to the correspondin Regular Expression?

I am studying for tomorrows exam and I have checked many tutorials telling how to convert NFA to Regex but I can't seem to confirm my answers. Following the tutorials, I solved that NFA My solution ...
0
votes
0answers
35 views

Turing machine and coming up with an idea

I read many things about the Turing machine and understand how it works but what I can't get the grasp of (and what none of the books seem to try to teach) is how should I approach a problem I am ...
2
votes
3answers
289 views

What will be the DFA for the regular expression 0(0+1)*0+1(0+1)*1?

This is the DFA i have drawn- Is it correct? I am confused because q4 state has 2 different transitions for same input symbol which violates the rule of DFA, but I can't think of any other ...
1
vote
1answer
134 views

Can someone give a simple but non-toy example of a context-sensitive grammar? [closed]

I'm trying to understand context-sensitive grammars, and I understand why languages like {ww | w is a string} {an bn cn | a,b,c are symbols} are not context free, but what I'd like to ...
0
votes
2answers
316 views

Left recursion elimination

I have this grammar S->S+S|SS|(S)|S*|a I want to know how to eliminate the left recursion from this grammar because the S+S is really confusing...
1
vote
2answers
1k views

Left-Linear and Right-Linear Grammars

I need help with constructing a left-linear and right-linear grammar for the languages below? a) (0+1)*00(0+1)* b) 0*(1(0+1))* c) (((01+10)*11)*00)* For a) I have the following: Left-linear S ...
2
votes
1answer
399 views

transitive relation in an adjacency matrix

I am trying to identify a transitive relationship between two elements .I am coding in c. for eg: a->b is represented by a "1" in adjacency matrix in 1st row 2nd column. so if a->b and b-> c and ...
0
votes
1answer
29 views

Infinity confirmation loop

I came to interesting theoretical problem: Let's assume we have Program A and Program B connected via some IPC like tcp socket or named pipe. Program A sends some data to Program B and depending on ...
0
votes
1answer
176 views

Primitive Recursion If Then Else actually executing If Else Then

I have a problem with the projections in my definition of If Then Else. It's actually executing as If-Else-Then. import Prelude hiding (pred,and,or,not) data PR = Z | S | P Int | C ...
1
vote
1answer
144 views

Is it possible to define subtraction in Primitive Recursion without a predecessor function?

I have an assignment where I'm writing a bunch of basic Primitive Recursive functions, one of them is subtraction. I was not provided with a definition for predecessor and think it's unlikely I can ...
0
votes
0answers
33 views

Simulation of a non-deterministic TM on a deterministic TM time complexity

Can somebody explain to me the mathematical logic in the proof of this theorem? I have been reading theorem 7.11 in Michael Sisper's Introduction to Theoretical Computer Science over and over and I ...
0
votes
2answers
128 views

Why the 14 most significant bits of 17612864 is 67?

At the bottom of Page 264 of CLRS, the authors say after obtaining r0 = 17612864, the 14 most significant bits of r0 yield the hash value h(k) = 67. I do not understand why it gives 67 since 67 in ...
0
votes
0answers
65 views

Does anyone know why JFLAP rejects input using Fast-run or Multiple run for any 3-tape Turing Machine

Does anyone know why JFLAP rejects input using Fast-run or Multiple run for any 3-tape Turing Machine. Even though same inputs always accepted by the same 3-tape TM using “Step” test. There are no ...
2
votes
2answers
504 views

Example of Non-Linear, UnAmbiguous and Non-Deterministic CFL?

In the Chomsky classification of formal languages, I need some examples of Non-Linear, Unambiguous and also Non-Deterministic Context-Free-Language(N-CFL)? Linear Language: For which Linear grammar ...
2
votes
1answer
442 views

Algorithm to generate context free grammar from any regex

Can anyone outline for me an algorithm that can convert any given regex into an equivalent set of CFG rules? I know how to tackle the elementary stuff such as (a|b)*: S -> a A S -> a B S -> ...
0
votes
2answers
45 views

1 mod p: what is significance of this other than writing 1 [closed]

I am working on a theory of computing assignment. I have a question Let p ∈ N, p > 4. We have a DFA A = (Σ, Q, δ, 0, F) with Q = {0, 1, . . . , k}, k ≥ p, and there is a ∈ Σ such that we have δ(q, a) ...
3
votes
3answers
97 views

How to execute a random algorithm [closed]

For a project I am working on I'd like to be able to generate and execute a random algorithm (Trust me, there is a good reason!) According to Alan Turings original paper, every TM can be assigned a ...
0
votes
1answer
75 views

Decidability of a three state FA

Im trying to figure out how to describe fifty-six strings to test if a three state FA over the alphabet {a b} has a finite language. The number fifty-six comes from a theorem that states if a ...
1
vote
1answer
170 views

Programming Theory: Shuffling a 2D Array [closed]

Me and a friend are mulling over an interesting Computer Science question. You have a simple 2D Array: [ 1, 2, 3, 4 ] [ 5, 6, 7, 8 ] [ 9, 10, 11, 12 ] [ 13, 14, 15, 16 ] Now take this ...
2
votes
1answer
118 views

Negation of a regular expression

I am not sure how it is called: negation, complementary or inversion. The concept is this. Fro example having alphabet "ab" R = 'a' !R = the regexp that matche everyhting exept what R matches In ...
-1
votes
1answer
47 views

what is the Non-cyclical definition of NP-hard?

I am trying to comprehend the concepts NP, NP complete and NP hard according to Wikipedia. If I inderstand the given text correctly: EDIT: corrected according to David NP == decision problem whose ...

1 2 3