mrv-heuristic

There are 47 repositories under mrv-heuristic topic.

  • SUDOKU-AI

    Language:C++
  • Crossword-Solver

    Crossword solver using Backtracking with Forward Checking and MRV

    Language:Python
  • Robotiic

    Robotiic is a Streamlit application for visualizing the results of genetic algorithms, showcasing eight queens with backtracking, and for the MCV / MRV heuristic. Inspired from "Artificial Intelligence: A Modern Approach 3rd Edition", by Stuart Russell, Peter Norvig

    Language:Python
  • Sudoku

    Backtracking Algo optimized with forward checking, MRV heuristics, degree heuristics and LCV-heuristics

    Language:Java
  • goqueens

    Solving n-Queens to learn golang and constraint satisfaction problems

    Language:Go
  • Futoshiki-Solver-using-Backtracking-and-Forward-Checking

    This project solves a Futoshiki Board given an input files using the least number of moves. Backtracking, forward checking, the mrv heuristic, and the degree heuristic was used.

    Language:Python
  • Map-Coloring

    CSP Map Coloring

    Language:Python
  • sudoku

    A Sudoku solver

    Language:C
  • CSE537-Artificial-Intelligence-Stonybrook-University

    Homework Assignments for CSE 537 - Artificial Intelligence Spring 2018 in Stony Brook University under Prof. Niranjan Balasubramanian

    Language:Python
  • Sudoku-Csp

    Solving Sudoku puzzle with CSP

    Language:Python
  • sensei-sudoku

    An AI for solving Sudoku. 🤖 ⚡️

    Language:Python