Skip to content
#

hillclimbingalgorithm

Here are 3 public repositories matching this topic...

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

  • Updated Jan 8, 2025
  • Python

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.

  • Updated Mar 29, 2023

Improve this page

Add a description, image, and links to the hillclimbingalgorithm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hillclimbingalgorithm topic, visit your repo's landing page and select "manage topics."

Learn more