Ref #11 fixed iteration file name

This commit is contained in:
2026-07-27 23:33:00 -04:00
parent 063f3277bb
commit 360d2c3d21
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
@startuml
rectangle "Traversal"
() previous
() current
() next
previous --> current
current --> next
note right
save next
detach current
append to
destination queue
continue with next
end note
@enduml