Tagged Questions
16
votes
3answers
1k views
What is the Zipper data structure and should I be using it?
The question is simple: I cannot understand the Zipper data structure.
My question is related to its uses with a Tree.
I want to understand how can I change the tree node using zipper. And how not ...