Skip to content

create conductor routing algorithm #4

@TheoHollender

Description

@TheoHollender

Write an algorithm that generates the routing for a given graph given in the following way :

  • An adjacency list, where the i-th node has a link towards all nodes in adj[i]
  • A target node, that is the index of the node where the packet should be headed

In particular, the algorithm should return an array such that packet at node i should be sent to node array[i], where array is the result.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions