diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-07-26 01:46:31 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-07-26 02:54:02 +0100 |
commit | ee1cc0816a2b429952562953d1e1d3768d4c741a (patch) | |
tree | 3d59d09dcf310662cdc83d0d526fa0e7d5accce7 /.dir-locals.el | |
parent | 9769337a9275d6a46373ba8094c2e05eb389dbd5 (diff) | |
download | cw_tree-ee1cc0816a2b429952562953d1e1d3768d4c741a.tar.gz cw_tree-ee1cc0816a2b429952562953d1e1d3768d4c741a.tar.bz2 cw_tree-ee1cc0816a2b429952562953d1e1d3768d4c741a.zip |
Queue based iteration procedure
Pops an item off the queue and generate left and right children for it,
if those are empty. Then push those children into the queue for the
next iteration.
NOTE: Because we're using a queue, this does a breadth first
generation of the tree, which is what we want.
Diffstat (limited to '.dir-locals.el')
0 files changed, 0 insertions, 0 deletions