<< Prev Showing: 206-210 of 353 Next >>
· 181-185 · 186-190 · 191-195 · 196-200 · 201-205 · 206-210 · 211-215 · 216-220 · 221-225 · 226-230 · 231-235 ·An undirected graph is bipartite if its nodes may divided into two sets so that all edges go from a node in one set to a node in the other set. Show that a graph is bipartite if and only if it doesn’t contain a cycle that has an odd number of nodes. See attached file for full problem description.
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
113567
OTA ID:
105277
Give a circuit that computes the parity function on three input variables and show how it computes on input 011. See attached file for full problem description.
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
113568
OTA ID:
104967
Show the error in the following fallacious “proof” that P NP. Proof by contradiction. Assume that P = NP. Then SAT P. So, of some k, SAT TIME(nk). Because every language in NP is polynomial time reducible to SAT, NP TIME(nk). Therefore P TIME(nk). But, by the time hierarchy theorem, TIME(nk+1) contains a language which isn’t in TIME(nk), which contradicts P TIME(nk). Therefore P NP. See attached file for full problem description.
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
113569
OTA ID:
104597
Prove that an oracle C exists for which NPC coNPC. See attached file for full problem description.
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
113570
OTA ID:
104967
Recall that we may consider circuits that output strings over {0,1} by designating several output gates. Let addn: {0,1}2n{0,1}n+1 take the sum of two n bit binary integers and produce the n + 1 bit result. Show that we can compute the addn function with 0(n) size circuits. See attached file for full problem description.
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
113571
OTA ID:
104967
<< Prev Showing: 206-210 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.0955 seconds