It is a forked repo of AI course which was offered in spring 2022 at kiet that contains my weekly summaries.
Hey 👋 ,I'm Hassaan Raheem! I’m coding enthusiast & currently pursuing BSCS in PAFKIET. I love to code and learning emerging technologies, although i am a beginner but i have a great hope that one day i will be a really good.
Today we learn about Constraint Search Problem which is used to find optimal solution of a single problem and states are variable in these problems and also learn a concept of backtracking search a form of depth-first search, is commonly used for solving CSPs.CSPs are all commutative. A problem is commutative if the order of application of any given set of actions has no effect on the outcome and discussed some problems on CSPs like water container and color mapping problem on graphs.