Contains 5th Semester AIML Lab programs
-
Updated
Apr 28, 2024 - Python
Contains 5th Semester AIML Lab programs
This repository contains codes for implementing Constraint satisfaction, A-star algorithm, hill-climb algorithm, BFS, DFS, Best first search, Magic square, Tic-Tac-Toe using magic square and the classic N-Queens problem
A hill-climbing algorithm is an Artificial Intelligence (AI) algorithm that increases in value continuously until it achieves a peak solution. This algorithm is used to optimize mathematical problems and in other real-life applications like marketing and job scheduling.
Add a description, image, and links to the hillclimbingalgorithm topic page so that developers can more easily learn about it.
To associate your repository with the hillclimbingalgorithm topic, visit your repo's landing page and select "manage topics."