Skip to content

Map coloring is the act of assigning different colors to different features on a map.Which i used to do Forward checking algorithm And coloring Only Forward checking, Forward checking with MRV or Forward checking with MRV with Degree.

Notifications You must be signed in to change notification settings

Gulam-Kibria-GK/Map-Coloring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Map Coloring Project

Map coloring is the act of assigning different colors to different features on a map. This project provides Python implementations for solving the map coloring problem using various algorithms.

About

This project implements the map coloring problem in Python, offering solutions through different algorithms. It includes the following features:

  • Forward Checking algorithm
  • Forward Checking with MRV (Minimum Remaining Values)
  • Forward Checking with MRV and Degree heuristic

Contents

  1. About
  2. Project Files
  3. Installation
  4. Usage
  5. Dependencies
  6. Project Trailer
  7. Author

Project File

  • ProjectAI.py: Main code file containing the implementation of map coloring algorithms.

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/your_username/map-coloring.git
  2. Navigate to the project directory:

    cd map-coloring
  3. Run the ProjectAI.py script using Python:

    python ProjectAI.py

Usage

Follow the prompts in the Python script to input the desired parameters, such as the number of colors for coloring the map.

Dependencies

  • Python 3.x
  • Tkinter library (usually included in standard Python installations)

Project Trailer

Author

Gulam Kibria Chowdhury
Software Developer || Competitive Programmer
Sylhet, Bangladesh
Gmail: gkchowdhury101@gmail.com

About

Map coloring is the act of assigning different colors to different features on a map.Which i used to do Forward checking algorithm And coloring Only Forward checking, Forward checking with MRV or Forward checking with MRV with Degree.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages