Ref #11 added some UML
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user