Remember
Register
Algorithms Q&A
Nobel Prize in Economics
Algorithms Textbook
Q&A
Questions
Unanswered
Ask a Question
AI Teams
Lecture Notes
User basil
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 basil
2
answers
Make change using smallest number of coins of given denominations
comment edited
Jul 12, 2018
in
Dynamic Programming
dynamic-programming
5
answers
Graph with no 3-clique that needs at least 4 colors
answer reshown
Jul 11, 2018
in
Graph Theory
graph
vertex-coloring
2
answers
Give an example of a graph without an articulation point, a Hamiltonian cycle, or a 2-coloring
asked
Jul 8, 2018
in
Graph Theory
graph
vertex-coloring
graph-coloring
4
answers
outer loop until log n, inner loop exponential increase
answered
Jul 8, 2018
in
Asymptotic Analysis
time-complexity
asymptotic-analysis
3
answers
Solve the recurrence Relation: T(n) = T(n/3) + T(2n/3) + n
commented
Jul 1, 2018
in
Divide & Conquer
recurrence-relations
substitution-method
asymptotic-analysis
3
answers
Can T(n) = 2T(n/2) + nlogn use master theorem?
commented
Jul 1, 2018
in
Divide & Conquer
master-theorem
recurrence-relations
The Book: Analysis and Design of Algorithms
|
Presentations on Slideshare
|
Lecture Notes, etc
...