summaryrefslogtreecommitdiffstats
path: root/tree.h
Commit message (Expand)AuthorAgeFilesLines
* tree: streamline iteration; provide high limit.Kaz Kylheku2021-05-111-4/+2
* tree: support indexing and range extraction.Kaz Kylheku2021-05-111-0/+1
* tree: replace-tree-iter function.Kaz Kylheku2021-05-111-0/+1
* tree: copy-tree-iter function.Kaz Kylheku2021-05-101-1/+2
* tree: expose insert, lookup and delete functions.Kaz Kylheku2021-05-091-0/+5
* tree: new tree-peek function.Kaz Kylheku2021-05-091-0/+1
* tree: new make_similar_tree unction.Kaz Kylheku2021-05-091-0/+1
* tree: new functions for reseting iterator.Kaz Kylheku2021-04-301-0/+2
* tree: new tree-begin-at function.Kaz Kylheku2021-04-291-0/+1
* Copyright year bump 2021.Kaz Kylheku2021-01-141-1/+1
* 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