Search:

Type: Posts; User: AndiPersti

Search: Search took 0.01 seconds.

  1. Replies
    15
    Views
    12,843

    You have an infinite loop. Bye, Andreas

    You have an infinite loop.

    Bye, Andreas
  2. Replies
    15
    Views
    12,843

    while( color[ dummyvertex[i] ] = colorcounter ){ ...

    while( color[ dummyvertex[i] ] = colorcounter ){ // color[ v 5 ] = 1

    = is not the same as ==



    while( vertex[j] == dummyvertex[i] ){ // vertex j == 5
    color[ degree[j] ] =...
Results 1 to 2 of 2