Skip to content

Latest commit

 

History

History
66 lines (43 loc) · 1.7 KB

Readme.md

File metadata and controls

66 lines (43 loc) · 1.7 KB

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