May 2022
What are Simulated Annealing (SA), Local Beam Search, Genetic, and Hill-climbing Search Algorithms?
Simulated Annealing (SA) Algorithm Simulated Annealing (SA) is probabilistic and an optimization technique, and ...
April 2022
Types of Local Search Algorithms
Simulated Annealing (SA) is probabilistic and an optimization technique, and it helps to find ...
How do we measure the performance of Problem-Solving Algorithms?
If we look at it any algorithms like sorting algorithms, search algorithms, or any ...
Different types of Real-world problems in Problem Solving approach
Touring problem Traveling Salesperson problem VLSI layout problem Robot Navigation problem ...
Different types of Toy problems in Problem-Solving approach
Chess game Sliding-block puzzles N-Queens problem Missionaries and cannibals problem ...
Two types of Problem-Solving approach
Toy Problem In this approach, a short description of the problem is used to ...
Types of uninformed search algorithms
Breadth-first Search Depth-first Search Depth-limited Search Iterative deepening depth-first search ...
Types of Informed search algorithms
Greedy best-first search A* Search Recursive best-first search(RBFS) MA* (Memory-bounded A*) ...
What are Informed Search Algorithms?
Unlike the uninformed search algorithms, the Informed search algorithms are given abundance of information ...