Remember
Register
Algorithms Q&A
Nobel Prize in Economics
Algorithms Textbook
Q&A
Questions
Unanswered
Ask a Question
AI Teams
Lecture Notes
User Amrinder Arora
Wall
Recent activity
All questions
All answers
Categories
All categories
Math Basics
(5)
Asymptotic Analysis
(38)
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)
Questions by Amrinder Arora
0
votes
1
answer
Analyze Double Loop - j starts from i*i
asked
Nov 22, 2024
in
Asymptotic Analysis
loops
asymptotic-notation
analysis
asymptotic-analysis
+1
vote
1
answer
Analyze Triple Loop - j and k start with i^2 and j^2 respectively
asked
Nov 4, 2024
in
Asymptotic Analysis
loops
asymptotic-notation
analysis
exam
0
votes
3
answers
Give an example of a graph that has 6 vertices, 9 edges, but does not have a clique on 3 vertices
asked
Dec 11, 2023
in
Graph Theory
graph
clique
0
votes
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.
asked
Dec 10, 2023
graph
clique
independent-set
0
votes
2
answers
“Discovery of the Sun”
asked
Dec 10, 2023
0
votes
4
answers
Graph that has 2 long paths
asked
Dec 9, 2023
graph
0
votes
4
answers
Solve this recurrence relation: T(n) = T(n/2) + n/log n
asked
Dec 9, 2023
recurrence-relations
asymptotic-analysis
time-complexity
0
votes
1
answer
Given an array of numbers, find triplets i,j,k such that a[i] + a[j] = a[k]
asked
Dec 3, 2023
exam
+1
vote
2
answers
Is there a solution to this PCP instance?
asked
Dec 1, 2023
pcp
unsolvable
0
votes
1
answer
MVCS of Alternating Positive and Negative Numbers - Which Statements are True?
asked
Nov 13, 2023
mvcs
dynamic-programming
proof
counter-example
+1
vote
5
answers
Nested loop analysis, outer loop grows by sqrt n, inner randomly
asked
Nov 10, 2023
in
Asymptotic Analysis
time-complexity
sqrt
nested-loops
loops
asymptotic-analysis
0
votes
2
answers
Analyze the time complexity of this program
asked
Nov 8, 2023
asymptotic-analysis
nested-loops
0
votes
9
answers
Solve this recurrence using master theorem: T(n) = 2 T(n/2) + n^0.75
asked
Sep 10, 2023
in
Asymptotic Analysis
recurrence-relations
master-theorem
time-complexity
asymptotic-analysis
0
votes
2
answers
What is the last digit of number: 2^100
asked
Jul 31, 2023
in
Math Basics
algebra
modulus
0
votes
2
answers
Coin - Real or Biased
asked
Apr 25, 2023
in
Probability
probability
coins
0
votes
2
answers
Comparison of Lottery Choices and MEU
asked
Apr 16, 2023
in
CSP
meu
0
votes
3
answers
Snake - A through Y on a 5 x 5 grid
asked
Apr 16, 2023
in
CSP
csp
0
votes
1
answer
Solve the V* values for this grid world MDP - 3 x 4
asked
Apr 16, 2023
in
Informed Search
mdp
grid-world
stochastic
0
votes
3
answers
A* algorithm for fruit sorting
asked
Mar 19, 2023
in
Informed Search
dfs
a-star
heuristic
admissible
+1
vote
2
answers
Snow White and 7 Conference Rooms
asked
Dec 18, 2022
in
NP-Completeness
np-completeness
reduction
Page:
1
2
3
4
5
next »
The Book: Analysis and Design of Algorithms
|
Presentations on Slideshare
|
Lecture Notes, etc
...