Community Profile

photo

Ashish Verma


Last seen: etwa ein Jahr vor Aktiv seit 2021

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


I am having an array with positive integers, and i want to know all the possibility that the sum of elements of the array is close to or equal to a number say (N))
I am having an array with positive integers, and i want to know all the possibility that the sum of elements of the array is cl...

mehr als ein Jahr vor | 1 Antwort | 1

1

Antwort

Frage


How to find out TSP of a graph.
I have 5 points in a graph and need to find TSP s = [1 1 1 1 2 2 2 3 3 4 ] t= [ 2 3 4 5 3 4 5 4 5 5] ...

mehr als ein Jahr vor | 2 Antworten | 0

2

Antworten

Frage


How to find SingleNodeCycle and euler cycle cost of a complete graph
x = [1 1 1 2 2 3 ]; y = [ 2 3 4 3 4 4]; these are the co-ordinates of ...

fast 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


i have two different array holding some numbers, e.g; i have an array P containing 5 elements and other Q containing 6 elements. I want to find out P*Q matrix
Eg; P= [1 2 3 4 5 ]; Q=[8 9 5 7 3 4]; output like 1 2 3 4 5 8 1*8 2*8 ...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I have a complete undirected graph with labeled edge. is there any toolbox to apply TSP in such graph.
% I have complete undirected graph G(V,E) with labeled edge. s= [1 1 1 1 1 1 1 1 2 2 2 2 2 ...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to make complete graph from co-ordinates.
Sir,i dont want to put any random weight. For example take two elements from x (0.3 , 5.6) and y(4.6 , 6.9) then distances bet...

mehr als 2 Jahre vor | 0

Beantwortet
How to make complete graph from co-ordinates.
Sir, sorry for saying weight i must say distances between the points.

mehr als 2 Jahre vor | 0

Frage


How to make complete graph from co-ordinates.
x=[0.3 ,5.6 , -8.4,6.4 ] % These are my x-cordinates y=[4.6, 6.9,3.6,7.89]% These are my y-cordinates I want to plot complete ...

mehr als 2 Jahre vor | 4 Antworten | 0

4

Antworten