AMR-KELEG / simple-backtracking-visualization

A simple gui qt project that aims at visualizing how backtracking really works

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ColorTheGrid

A simple gui qt project that aims at visualizing how backtracking really works.

Problem Description

Select a color for each cell such that the color of the cell is different from the colors of its four neighbouring ones.

Visualization for a 5*5 grid

About

A simple gui qt project that aims at visualizing how backtracking really works

License:MIT License


Languages

Language:C++ 91.9%Language:QMake 8.1%