In Python with source code and output:
1) Apply the backtracking approach and write a Python program for map coloring the 50 states on the map using only four colors. The console output is fine, but print the lookup table with states with identical numbers tied to their color. No two adjacent states can have identical colors.