<< Prev Showing: 321-325 of 353 Next >>
· 296-300 · 301-305 · 306-310 · 311-315 · 316-320 · 321-325 · 326-330 · 331-335 · 336-340 · 341-345 · 346-350 ·Need help with algorithm analysis
Please help me to understand the attached questions.
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
177299
OTA ID:
101298
Prove the following fact (give a proof by contradiction): There do not exist constants N > 0 and C > 0 such that ∀n ≥ N ,n^2 ≤ C*n
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
177375
OTA ID:
103987
Prove that the big-O relationship is transitive
Prove that the big-O relationship is transitive (give a direct proof). That is, if f(n), g(n) and h(n) are positive-valued functions: if f(n) is Ο(g(n)) and g(n) is Ο(h(n)) then f (n) is Ο(h(n))
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
177377
OTA ID:
103987
Child/sibling implementation for following tree/graph!
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
177657
OTA ID:
101298
Divide and Conquer Binary Tree
Consider an n-node complete binary tree T, where n=2^d - 1 for some d. Each node v of T is labeled with a real number x_v. You may assume that the real numbers labeling the nodes are all distinct. A node v of T is a local minimum if the label x_v is less than the label x_w for all nodes w that are joined to v by an edge. You are given such a complete binary tree T, but the labeling is only specified in the following implicit way: for each node v, you can determine the value x_v by probing the node v. Show how to find a local minimum of T using only O(log n) probes to the nodes of T. (This is a problem from the book Algorithm Design by Kleinberg and Tardos, page 248, problem 6)
Subject:
Computer Science
Topic:
Data Structures and Algorithms
Posting ID:
180412
OTA ID:
101298
<< Prev Showing: 321-325 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.1137 seconds