Remember
Register
Algorithms Q&A
Nobel Prize in Economics
Algorithms Textbook
Q&A
Questions
Unanswered
Ask a Question
AI Teams
Lecture Notes
User Nikith
Wall
Recent activity
All questions
All answers
Categories
All categories
Math Basics
(5)
Asymptotic Analysis
(36)
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 Nikith
2
answers
Barbie's Array of Diamonds
commented
Dec 13, 2023
in
Dynamic Programming
dynamic-programming
5
answers
Nested loop analysis, outer loop grows by sqrt n, inner randomly
commented
Dec 12, 2023
in
Asymptotic Analysis
time-complexity
sqrt
nested-loops
loops
asymptotic-analysis
4
answers
True or False: Every graph of 6 vertices must have either an Independent Set of size >= 3 or a clique of size >= 3.
commented
Dec 10, 2023
graph
clique
independent-set
4
answers
Solve the recurrence relation: T(n) = 3 T(n/2) + n^1.5 log n
answered
Dec 10, 2023
in
Divide & Conquer
recurrence-relations
time-complexity
asymptotic-analysis
4
answers
Solve this recurrence relation: T(n) = T(n/2) + n/log n
comment edited
Dec 9, 2023
recurrence-relations
asymptotic-analysis
time-complexity
3
answers
Solve or estimate this recurrence relation T(n) = 2 T(n/3) + T(n/2) + n
answer edited
Dec 5, 2023
in
Divide & Conquer
recurrence-relations
asymptotic-analysis
not-master-theorem
1
answer
Given an array of numbers, find triplets i,j,k such that a[i] + a[j] = a[k]
comment edited
Dec 3, 2023
exam
1
answer
MVCS of Alternating Positive and Negative Numbers - Which Statements are True?
answered
Nov 21, 2023
mvcs
dynamic-programming
proof
counter-example
The Book: Analysis and Design of Algorithms
|
Presentations on Slideshare
|
Lecture Notes, etc
...