A Byte of Coding Issue #157

A zipper is a pointer or handle to a particular node in a tree or list structure. In this article, Sandy Maguire explores a paper by Conor McBride that goes into depth about “what happens to a zipper when we don’t require the elements on either side to have the same type”.

Check out the article and more at https://abyteofcoding.com/issues/a-byte-of-coding-issue-157/

--

--