Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Erro no Prim #1

Open
Thuran opened this issue Jun 5, 2017 · 0 comments
Open

Erro no Prim #1

Thuran opened this issue Jun 5, 2017 · 0 comments

Comments

@Thuran
Copy link

Thuran commented Jun 5, 2017

Olá, estava utilizando seu código para me ajudar em um trabalho da faculdade e tive problemas com o Prim neste grafo:
`
{
vertices: [0, 1, 2, 3, 4, 5],
arestas: [
[0,2,7],
[0,4,10],
[0,3,2],
[1,2,3],
[1,5,2],
[2,4,9],
[2,5,3],
[3,4,7],
[3,5,4],
[4,5,8]

  ],
  posicao: [
      [100, 100],
      [300, 150],
      [200, 100],
      [100, 200],
      [150, 150],
      [200, 200]

  ]
}

`

teria como me ajudar?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant