Remember
Register
Algorithms Q&A
Nobel Prize in Economics
Algorithms Textbook
Q&A
Questions
Unanswered
Ask a Question
AI Teams
Lecture Notes
User Joanne Hsieh
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)
Recent activity by Joanne Hsieh
3
answers
Solve or estimate this recurrence relation T(n) = 2 T(n/3) + T(n/2) + n
answered
Dec 20, 2023
in
Divide & Conquer
recurrence-relations
asymptotic-analysis
not-master-theorem
4
answers
Graph that has 2 long paths
answered
Dec 19, 2023
graph
3
answers
Probability of rolling at least a 7 with two dice
answered
Dec 18, 2023
in
Math Basics
probability
4
answers
outer loop until log n, inner loop exponential increase
answered
Dec 18, 2023
in
Asymptotic Analysis
time-complexity
asymptotic-analysis
The Book: Analysis and Design of Algorithms
|
Presentations on Slideshare
|
Lecture Notes, etc
...