Baiterr's blog

By Baiterr, history, 13 months ago, In English

Does anyone have a normal dijsktra code All codes on internet have weird abrevations and weird stuff

  • Vote: I like it
  • -30
  • Vote: I do not like it

| Write comment?
»
13 months ago, hide # |
 
Vote: I like it +3 Vote: I do not like it

I don't think it's possible to find a code that doesn't abbreviate variable names like distance and visited in CP community...

  • »
    »
    13 months ago, hide # ^ |
     
    Vote: I like it -10 Vote: I do not like it

    I can understand dis vis but not coding features that I dont know

    • »
      »
      »
      13 months ago, hide # ^ |
       
      Vote: I like it 0 Vote: I do not like it

      Here you go, I just implemented one now, it's pretty standard, just ignore the weird spacing if you don't like it.

      a pretty standard implementation