You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One program handles the node three-coloring of a given graph, while the other tells the longest found cycle. Both problems are NP complete therefore the bruteforce approach is necesary.
About
Solves three-coloring problem and finds longest cycle in a given graph