Statistics
2 Questions
0 Answers
RANK
150,117
of 301,577
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,338
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 175,550
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
how can i give coloring for 4 nodes with using 4 colors with optimizing backtracking algorithm.please help me to do this.
clc;close all;clear all; v=[1 3 9 10 2 4 5 6 7 8 6 2 8 2 6 8 8 5 5 6 5 7 6 7 9 10 1 3 3 3 9 7 4 6]; e=[1 3 9 10 2 4 5 6 7 8 2...
7 years ago | 0 answers | 0
0
answersQuestion
i want to give coloring for 10 nodes with 4 colors using Backtracking algorithm,and give colors for 6 nodes and 4 nodes at a time.i have written code but there is a problem in recursive loop.it cant come out of the loop.please help me to do this.
clc;close all;clear all; v=[1 3 9 10 2 4 5 6 7 8 6 2 8 2 6 8 8 5 5 6 5 7 6 7 9 10 1 3 3 3 9 7 4 6]; e=[1 3 9 10 2 4 5 6 7 8 2...
7 years ago | 0 answers | 0