+1 (315) 557-6473 

We offer high-quality Complexity theory assignment help.

Are you looking for the best affordable complexity theory assignment help providers? Relax for you have found us. We offer high-quality, plagiarism-free complexity of theory homework help to students from all parts of the world on a 24/7 basis. Whether your homework deadline is some hours away or it is a long-term one, worry not, for we are flexible to offer both short-term and long-term homework from the bachelor’s degree level to Ph. D level. Trust us with your complexity of theory assignment and enjoy our colossal student discounts and a friendly customer support system.

Complexity Theory 

  1. Determine complexity classes (NP complete, NP hard, …) for the following problems. Assume that NP is not equal P.

  1. For the following code, determine the nearest upper bound of complexity (O) and the nearest lower bound of complexity (Ω), if data is given by the following table. It is known that in the worst case the condition is satisfied in most cases.

  1. Determine the output of the following LEX/FLEX programs.
Note: Output of a program should be determined “on paper” (without the use of computer), but for checking, it is recommended to use Linux OS or Linux Virtual machine Terminal. Also, detailed explanation needed on how to debug programs with Linux Terminal (going through code instruction by instruction). Since these outputs should be determined “on paper”, detailed explanation required of each instruction step by step. To run and compile a LEX/FLEX program on Linux Terminal, create a new document on Desktop called e.g “new.l” and copy the desired code in a file (one file, one code). Note that a document must have an extension “.l”. Open Linux Terminal. Now you must specify the absolute path (which is “Desktop” in this case). Type “cd Desktop” and press Enter. Now enter the following in Terminal (after each line press Enter): lex –d new.l gcclex.yy.c –lfl ./a.out Now you enter your desired input in one line and press Enter. Output appears. That is the process of running and compiling LEX/FLEX on Linux. INPUT: Look. A wizard. INPUT: 10 9 8 7 6 5 4 3 2 1 This is a sentence. INPUT: Magna turba in via est. INPUT:  This is a text. INPUT:  This is the number 345-567. INPUT:  1 2 3 4 5 6 7 8 9 10 11 12 INPUT: 

Solution  Determine complexity classes (NP complete, NP hard, …) for the following problems. Assume that NP is not equal P.

Solution : 1) It is similar like the traveling salesperson decision problem. Here we can consider city as node and transmission line between two city is edge hence it become complete connected graph GGand a cost kk and a candidate (a cycle that hits every vertex and costs less than or equal to kk) CC, we can quickly verify that CC has the same number of vertices as GG and that its cost is less than or equal to kk. Therefore, the decision version of the problem, TSP-DECIDE, is in NP. And since it's also in NP-Hard, TSP-DECIDE is NP-Complete. Here each edge can be part of transmission line or not hence it is in O(2n) 2) It is similar like shortest path problem which pass from all points mean it become Hamiltonian path and Hamiltonian path is np complete problem. To show that this problem is NP-complete we first need to show that it actually belongs to the class NP and then find a known NP-complete problem that can be reduced to Hamiltonian Path. For a given graph G we can solve Hamiltonian Path by non-deterministically choosing edges from G that are to be included in the path. Then we traverse the path and make sure that we visit each vertex exactly once. This obviously can be done in polynomial time, and hence, the problem belongs to NP. Now we have to an NP-complete problem that can be reduced to Hamiltonian Path. A closely related problem is the problem to determine whether a graph contains a Hamiltonian cycle, that is, a Hamiltonian path that begin and end in the same vertex. Moreover, we know that Hamiltonian Cycle is NP-complete, so we may try to reduce this problem to Hamiltonian Path. 3) Each person should know all other in set hence it is same as largest common point sets, if we consider person as node and relationship as an edge then we need to find largest complete sub graph from graph and finding complete sub graph is NP complete problem.

Solution:

  1. For the following code, determine the nearest upper bound of complexity (O) and the nearest lower bound of complexity (Ω), if data is given by the following table. It is known that in the worst case the condition is satisfied in most cases.

Solution: For f(g(i) and g(f(i) complexity is : O (nlogn) Outer for loop need O(logn) time and inner for loop need O(n) hence O(nlogn) Total time = O(n3(logn)2) and Omega (n(logn)3)  

  1. Determine the output of the following LEX/FLEX programs.
Note: Output of a program should be determined “on paper”, but for checking, it is recommended to use Linux OS or Linux Virtual machine Terminal. Also, detailed explanation needed on how to debug programs with Linux Terminal (going through code instruction by instruction). Since these outputs should be determined “on paper”, detailed explanation required of each instruction step by step (just like a computer debugging). To run and compile a LEX/FLEX program on Linux Terminal, create a new document on Desktop called e.g “new.l” and copy the desired code in a file (one file, one code). Note that a document must have an extension “.l”. Open Linux Terminal. Now you must specify the absolute path (which is “Desktop” in this case). Type “cd Desktop” and press Enter. Now enter the following in Terminal (after each line press Enter): lex –d new.l gcclex.yy.c –lfl ./a.out Now you enter your desired input in one line and press Enter. Output appears. That is the process of running and compiling LEX/FLEX on Linux.

INPUT: Look. A wizard. Here echo will print all char back to the output screen hence same output will print, same as input Output : Look. A wizard.

INPUT: 10 9 8 7 6 5 4 3 2 1 This is a sentence. OUTPUT: 1 9 8 7 6 5 4 3 2 1 This is a sentence. Here string then digit 0-2 then start Onlydigit then execute printf(“%c”, yytetext[0]) iftupas and hen char set then it will decrement counter and if counter is less than 4 then reject.

.

INPUT: Magna turba in via est. here derp is start with a-zA-Z then 3 and any number of / now if pattern match then check if condition else echo the character here output is same as input

INPUT:  This is a text. OUTPUT: :  This is a text. Same as above example and output is same as input

INPUT:  This is the number 345-567. OUTPUT:  T

INPUT:  1 2 3 4 5 6 7 8 9 10 11 12

Here string then digit 0-2 then start only digit then execute printf(“%c”, yytetext[0]) iftupas and hen char set then it will decrement counter and if counter is less than 4 then reject.. . mean not matching then echo the character INPUT:

OUTPUT:

javarezultatjavafunkcija(javaint javaint1, javaint javaint2)

{

//java komentar.

return new javarezultat�nt1int2;

}