summaryrefslogtreecommitdiffstats
path: root/tree.h
Commit message (Expand)AuthorAgeFilesLines
* Copyright year bump 2020.Kaz Kylheku2019-12-311-1/+1
* tree: copy-search-tree function.Kaz Kylheku2019-10-161-0/+1
* tree: node set functions and syntactic places.Kaz Kylheku2019-10-161-0/+3
* tree: introduce copy-tnode.Kaz Kylheku2019-10-161-0/+1
* tree: add tree-clear function.Kaz Kylheku2019-10-071-0/+1
* tree: make node insertion external.Kaz Kylheku2019-10-071-0/+1
* tree: tree iterators.Kaz Kylheku2019-10-031-0/+2
* tree: add treep predicate.Kaz Kylheku2019-09-301-0/+1
* New data structure: binary search trees.Kaz Kylheku2019-09-251-0/+5
* New data type: tnode.Kaz Kylheku2019-09-221-0/+33