Add labelled plane tree generation
This commit is contained in:
@@ -16,7 +16,9 @@ function plane_trees(n::Int64)
|
||||
end
|
||||
|
||||
function iterate(lpt::LabelledPlaneTreeIterator)
|
||||
return ()
|
||||
state = LabelledPlaneTreeIteratorState()
|
||||
|
||||
|
||||
end
|
||||
|
||||
function iterate(lpt::LabelledPlaneTreeIterator, state)
|
||||
@@ -26,5 +28,6 @@ function iterate(lpt::LabelledPlaneTreeIterator, state)
|
||||
i += 1
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
return (1, )
|
||||
end
|
||||
|
Reference in New Issue
Block a user