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
2
answers
Highest sum of tree heights when one recoloring is allowed
asked
May 5, 2020
in
Asymptotic Analysis
loops
0
votes
1
answer
Stationary Distribution for this conditional probability table
asked
Apr 4, 2020
in
Informed Search
markov-model
0
votes
2
answers
What is the code level difference between graph search and tree search?
asked
Feb 3, 2020
in
Informed Search
graph-search
tree-search
0
votes
3
answers
Prove that Sub Graph Isomorphism is Hard
asked
Dec 20, 2019
in
NP-Completeness
np-completeness
0
votes
2
answers
Solving this recurrence relation: T(n) = 2 T(n/2) + f(n)
asked
Sep 24, 2019
in
Divide & Conquer
recurrence-relations
0
votes
1
answer
Solve this recurrence relation: T(n) = T(n/3) + T(n/5) + T(n/6) + n
asked
Sep 19, 2019
in
Divide & Conquer
recurrence-relations
asymptotic-analysis
time-complexity
substitution-method
0
votes
2
answers
Solve this GridWorld
asked
May 13, 2019
in
Informed Search
grid-world
0
votes
1
answer
Admissible Heuristic for n-puzzle if multiple tiles can be slided at once
asked
May 7, 2019
in
Informed Search
n-puzzle
a-star
heuristic
0
votes
1
answer
Show that Greedy Algorithm is suboptimal for Gold Rod Question
asked
May 4, 2019
in
Greedy Algorithms
greedy-suboptimal
+1
vote
2
answers
Maximize value of coins from k stacks, of n coins each
asked
Apr 9, 2019
in
Dynamic Programming
coins
0
votes
2
answers
How can we solve the 8 puzzle problem using Branch & Bound approach?
asked
Apr 9, 2019
in
Branch & Bound
n-puzzle
a-star
0
votes
1
answer
Is Harmonic Mean of admissible heuristics an admissible heuristic?
asked
Apr 8, 2019
in
Informed Search
admissible
heuristic
a-star
0
votes
8
answers
Gold is a precious metal
asked
Mar 29, 2019
in
Dynamic Programming
maximize-value
gold
0
votes
1
answer
Converting ternary constraint into binary constraints
asked
Feb 9, 2019
in
Informed Search
constraint-satisfaction-problem
csp
0
votes
1
answer
Manhattan Distances, but Linear Interference...
asked
Feb 2, 2019
in
Informed Search
8-puzzle
heuristic
a-star
0
votes
2
answers
Give an example of a task environment that is..
asked
Jan 25, 2019
in
Informed Search
task-environments
0
votes
1
answer
Find the smallest domain value where the function becomes negative.
asked
Sep 26, 2018
in
Divide & Conquer
0
votes
2
answers
Randomized Algorithm - Basics (4 Questions in 1)
asked
Sep 12, 2018
in
Randomized Algorithms
randomized
asymptotic-analysis
0
votes
1
answer
Solve the Recurrence Relation: T(n) = T(n/4) + T(3n/4) + n^2
asked
May 7, 2018
in
Asymptotic Analysis
recurrence-relations
asymptotic-analysis
time-complexity
substitution-method
0
votes
3
answers
Admissible Heuristic for n-Queens Problem
asked
Mar 24, 2018
in
Informed Search
n-queens
conflict
ai
Page:
« prev
1
2
3
4
5
next »
The Book: Analysis and Design of Algorithms
|
Presentations on Slideshare
|
Lecture Notes, etc
...