JonTyrell's blog

By JonTyrell, history, 7 years ago, In English

Let's say there is a directed graph with weighted edges and the distance from one vertex to another is defined as the bitwise OR of the edges in the path.Can we apply djikstra for single source shortest path here ?

Full text and comments »

  • Vote: I like it
  • +7
  • Vote: I do not like it