Remember
Register
Algorithms Q&A
Nobel Prize in Economics
Algorithms Textbook
Q&A
Questions
Unanswered
Ask a Question
AI Teams
Lecture Notes
User dongxinghuang
Wall
Recent activity
All questions
All answers
Categories
All categories
Math Basics
(5)
Asymptotic Analysis
(37)
Divide & Conquer
(18)
Greedy Algorithms
(10)
Dynamic Programming
(19)
Backtracking/DFS/BFS
(2)
Branch & Bound
(6)
Graph Theory
(11)
NP-Completeness
(8)
Artificial Intelligence
(28)
Randomized Algorithms
(1)
Answers by dongxinghuang
–2
votes
Given f(n) = o(g(n)), prove that 2^f(n) = o(2^g(n))
answered
Sep 13, 2016
in
Asymptotic Analysis
exponent
log
small-oh
asymptotic-notation
–1
vote
Given f(n) = o(g(n)), show that it is not necessary that log (f(n)) = o(log (g(n)))
answered
Sep 13, 2016
in
Asymptotic Analysis
asymptotic-notation
small-oh
log
0
votes
Compare 2^n^2 and 10^n asymptotically
answered
Sep 11, 2016
in
Asymptotic Analysis
asymptotic-notation
exponent
The Book: Analysis and Design of Algorithms
|
Presentations on Slideshare
|
Lecture Notes, etc
...