On the second week of Intelligents system, we study about several uniform search strategy. we study 4 kind of uniform search strategy: depth-first search, Breadth-first search, depth-limited search, and also uniform-cost search. we also practice using all of the algorithm in the exercise.
on the lab session, we study about the 8-puzzle solving, and a* algorithm. we also try to build a program to solve the 8-puzzle solving.