iterator.Heap {Containers}R Documentation

Get a Heap Iterator

Description

This method returns an Iterator for the Heap in question. The iterator starts at the root and traverses a given level of the tree from left to right before descending to the next level.

Details

it = aHeap$iterator()

Value

iterator returns an instance of Iterator.

Author(s)

John Hughes


[Package Containers version 1.2 Index]