https://www.geeksforgeeks.
org/difference-between-soft-computing-and-hard-computing/
https://www.geeksforgeeks.org/artificial-intelligence-an-introduction/
https://www.geeksforgeeks.org/fuzzy-logic-introduction/
Breadth First Search (level Search ) -
Uniformed Search Technique
FIFO(Queue)
Shoretest cost
Shortest path
No of nodes + no. of edges Complexity
B ki power d Branch factor – max child of node
D – depth
Complete
Depth First Search
Uniformed Search technique
Stack
Deepest Node
Complete
Brute force method
Incomplete
B ki power d
https://users.cs.cf.ac.uk/Dave.Marshall/AI2/node70.html
https://www.javatpoint.com/hill-climbing-algorithm-in-ai
A* Algorithm
Informed Searching Technique
Heuristic
F(n) = g(n)+R(n)
Cost = Actuat Cost from Start node to n + Estimate Cost From n to
Goal Node
Gurantee od Optimal solution
TC = Number of nodes + no of edges
B ki power d same for space
AO *
It does not explore all the solution path once it got the solution