Tzesh / mColoringProblem

A python program that colors the continent of South America which employs a recursive backtracking algorithm to color each neighbor country differently.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mColoringProblem

A python program that colors the continent of South America which employs a recursive backtracking algorithm to color each neighbor country differently.

Usage

If you are going to use this program in Google Colab then there is any kind of prerequisites. But if you are going to use this program in your local environment in that case you are going to need 2 libraries and you can install them by using pip:

pip install pandas

pip install plotly

After that you can just start the program by: usage of the program

Resulting map can change as firstly given color changes. colored map

About

A python program that colors the continent of South America which employs a recursive backtracking algorithm to color each neighbor country differently.


Languages

Language:Python 100.0%