Skip to content

Commit

Permalink
Deploying to gh-pages from @ c3d7207 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
agl-alexglopez committed Nov 22, 2024
1 parent d4931eb commit a46a94a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -949,8 +949,10 @@ <h2><a class="anchor" id="autotoc_md7"></a>
<div class="line"> <span class="keywordtype">int</span> alt = cur-&gt;dist + cur_v-&gt;edges[i].cost;</div>
<div class="line"> <span class="keywordflow">if</span> (alt &lt; next-&gt;dist)</div>
<div class="line"> {</div>
<div class="line"> next-&gt;prev_name = cur-&gt;cur_name;</div>
<div class="line"> pq_decrease_w(&amp;costs_pq, &amp;next-&gt;pq_elem, { next-&gt;dist = alt; });</div>
<div class="line"> pq_decrease_w(&amp;costs_pq, &amp;next-&gt;pq_elem, {</div>
<div class="line"> next-&gt;prev_name = cur-&gt;cur_name;</div>
<div class="line"> next-&gt;dist = alt;</div>
<div class="line"> });</div>
<div class="line"> }</div>
<div class="line"> }</div>
<div class="line">}</div>
Expand Down

0 comments on commit a46a94a

Please sign in to comment.