I am looking at pseudocode and one part of it is
tentative_g_score := g_score[x] + dist_between(x,y)
I want to know what does the operator := mean?
I am looking at pseudocode and one part of it is
tentative_g_score := g_score[x] + dist_between(x,y)
I want to know what does the operator := mean?