C++ graphs - open to bidding

Cancelado Publicado hace 7 años Pagado a la entrega
Cancelado Pagado a la entrega

Write a program that can accomplish the following:

1. Read in a graph from [login to view URL] in the following format:

node# 1st-arc-to-node# weight-for-previous-arc 2nd-arc-to-node# weight-for-previous-arc 3rd-arc-to-node# weight-for-previous-arc ...

As an example:

1 2 10 3 5 4 100

2 1 5

4 3 50 2 10

In the above example, node 1 has an arc with weight 10 to node 2, weight 5 to node 3, and weight 100 to node 4. Node 2 has an arc with weight 5 to node 1. Node 4 has an arc to node 3 with weight 50 and to node 2 with weight 10.

Note that in the above example, there IS a node 3 despite not being specifically declared on a line. Any node that is either explicitly defined on its own line, or into which an arc goes, must be considered to exist.

2. Display an ascii art image of the graph on the screen. An sample for the above example is shown below. It is not the only possible example:

+-----5-------->[3]

| ^

| |

| 50

| |

+->[1]--10-->[2]<-10-+

| | | |

+---=---5-----+ |

| |

100 |

| |

V |

[4]---------------+

As can be seen in the above example, use the following format:

nodes are written inside brackets

vertical lines are drawn with |

horizontal lines are drawn with -

90 degree bends, and intersections between lines (in order to share one line between two arcs) are drawn with +

a horizontal line crossing but not intersecting with a vertical line is drawn with an =

arc weights are written somewhere on the arc's line; if a line is shared between two arcs, only the part of the line used by only ONE arc may show the arc weight

to draw arrows, use <, >, V, and ^.

You do NOT need to optimize for the least number of crosses, turns, or intersections. You DO need to account for every possible graph where id(v) + od(v) <= 4 for all nodes v.

3. Display a chart, in an easily readable format, of the shortest path between each node s and every node t reachable from node s.

Android Diseño gráfico Desarrollo de apps móviles Photoshop PHP

Nº del proyecto: #10401924

Sobre el proyecto

7 propuestas Proyecto remoto Activo hace 7 años

7 freelancers están ofertando un promedio de $191 por este trabajo

harishvi

Hey, I am from CSE background and have exceptional skills in data structures and algorithms. The ASCII representation looks good. Will take some time for that. Is 5 days good for you or are you in a deadline?

$150 USD en 5 días
(8 comentarios)
4.1