<< Prev Showing: 211-215 of 353 Next >>
· 186-190 · 191-195 · 196-200 · 201-205 · 206-210 · 211-215 · 216-220 · 221-225 · 226-230 · 231-235 · 236-240 ·A Boolean formula is a Boolean circuit wherein every gate has only one output wire. The same input variable may appear in multiple places of a Boolean formula. Prove that a language has a polynomial size family of formulas if it is in NC1. Ignore uniformity considerations. See attached file for full problem description.
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
113572
OTA ID:
104967
Recall that NPSAT is the class of languages that are recognized by nondeterministic polynomial time Turing machines with an oracle for the satisfiability problem. Show that NPSAT = 2P. See attached file for full problem description.
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
113573
OTA ID:
104967
Prove that, if A is a regular language, a family of family programs B1, B2, … exists wherein each Bn accepts exactly the strings in A of length n and is bounded in size by a constant times n. See attached file for full problem description.
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
113574
OTA ID:
104967
Show that the problem of testing whether two branching programs compute the same function is solvable in polynomial time if and only if P = NP
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
113575
OTA ID:
104967
Create an application that will allow the user to input a matrix of three columns and four rows
The input must be done though text boxes. By default, the array must have the following values: 5, 2, 3 8, 32, 1 4, 9, 10 17, 15, 12 The application will multiply the columns of the matrix (e.g., 5 * 8 * 4 * 17 = 2720) and subtract the rows (e.g., 5 – 2 – 3 = 0). Display the results for the multiplication of all columns and the subtraction of all rows in a message box. Create a menu bar with a Calculate menu and include a Compute and an Exit command. The Compute command will calculate either the multiplication or the subtraction of the rows or columns in the array. Create a Clear button that will clear the result text box and reset all controls. Create an Exit button. Use... click for more
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
116786
OTA ID:
105277
<< Prev Showing: 211-215 of 353 Next >>
· 1-5 · 6-10 · 11-15 · 16-20 · 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 · 56-60 · 61-65 · 66-70 · 71-75 · 76-80 · 81-85 · 86-90 · 91-95 · 96-100 · 101-105 · 106-110 · 111-115 · 116-120 · 121-125 · 126-130 · 131-135 · 136-140 · 141-145 · 146-150 · 151-155 · 156-160 · 161-165 · 166-170 · 171-175 · 176-180 · 181-185 · 186-190 · 191-195 · 196-200 · 201-205 · 206-210 · 211-215 · 216-220 · 221-225 · 226-230 · 231-235 · 236-240 · 241-245 · 246-250 · 251-255 · 256-260 · 261-265 · 266-270 · 271-275 · 276-280 · 281-285 · 286-290 · 291-295 · 296-300 · 301-305 · 306-310 · 311-315 · 316-320 · 321-325 · 326-330 · 331-335 · 336-340 · 341-345 · 346-350 · 351-353 ·Page generated in 0.096 seconds