Aalto-LeTech / jsav-exercise-recorder

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

Feature: BFS model answer indicates that queue is empty #236

Closed ttaiv closed 5 months ago

ttaiv commented 6 months ago

Add extra step to BFS model answer that mentions: "Queue is empty and there is no unvisited neighbors. Algorithm finishes execution."

Related to adding queue to BFS model answer #218.

ttaiv commented 6 months ago

Would it be good to use option "squash and merge" when merging so that all individual commits would not show up in jaal2.0 commit history?