Aalto-LeTech / jsav-exercise-recorder

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

Pseudocode to Prim-PQ #213

Open atilante opened 10 months ago

atilante commented 10 months ago

Prim-PQ-with-pseudocode

What: Add pseudocode to the Prim's algorithm exercise with a priority queue. Highlight the rows that represent the actions that the student should simulate. (update or insert v into Q and u := remove from ...) The picture above is an edited screenshot of the GUI of Prim-PQ exercise with relevant pseudocode box added and correct lines highlighted.

Why:: We (archie, Artturi) assume that highlighted pseudocode would support the student to understand the pseudocode.

atilante commented 3 months ago
atilante commented 3 months ago

Archie needed: a comment for exercise design.