PPT Slide
append(vr,ys)
v :: case vr
of [] => ws
| v'::vr' => v' :: append(vr',ws)
thread
graph
::
::
::
4
5
6
[]
::
::
::
1
2
3
[]
(vs,ws) =>
case vs
of [] => ws
| v::vr=>v::append(vr,ws)
Previous slide
Next slide
Back to first slide
View graphic version