remove

abstract fun remove(node: Node<T>): Neighborhood<T>

Return

a new Neighborhood with the same center without the provided Node

Parameters

node

the Node to remove