Zipper like data structure with more than one cursor

前端 未结 2 1201
心在旅途
心在旅途 2020-12-28 14:56

The Zipper data structure is great when one wants to traverse a tree and keep the current position, but what data structure one should use if they want to track more then on

2条回答
  •  旧巷少年郎
    2020-12-28 15:42

    See this paper . I seem to recall reading somewhere that the second derivative has two holes, which is probably what you want.

提交回复
热议问题