Aalto-LeTech / jsav-exercise-recorder

Records students' solutions to JSAV-based visual algorithm simulation exercises
0 stars 2 forks source link

PQ-Prim and Dijkstra: PQ node design #275

Open ttaiv opened 1 month ago

ttaiv commented 1 month ago

Heap nodes (PQ elements) could be colored with same orange fringe color as fringe nodes and edges of the graph. However, this could create confusion as PQ elements are conceptually not the same as fringe nodes. Maybe they should be squares instead of circles as Artturi suggested. :)

Priority: low