| Commit message (Expand) | Author | Age | Files | Lines |
* | tree: new functions for priority queue operation. | Kaz Kylheku | 2021-12-18 | 1 | -0/+4 |
* | tree: support for duplicate keys. | Kaz Kylheku | 2021-12-17 | 1 | -3/+4 |
* | tree-count: new function. | Kaz Kylheku | 2021-12-17 | 1 | -0/+1 |
* | license: reformat to fit 80 columns. | Kaz Kylheku | 2021-08-16 | 1 | -12/+13 |
* | type: disallow structs using built-in type names. | Kaz Kylheku | 2021-07-08 | 1 | -0/+1 |
* | tree: streamline iteration; provide high limit. | Kaz Kylheku | 2021-05-11 | 1 | -4/+2 |
* | tree: support indexing and range extraction. | Kaz Kylheku | 2021-05-11 | 1 | -0/+1 |
* | tree: replace-tree-iter function. | Kaz Kylheku | 2021-05-11 | 1 | -0/+1 |
* | tree: copy-tree-iter function. | Kaz Kylheku | 2021-05-10 | 1 | -1/+2 |
* | tree: expose insert, lookup and delete functions. | Kaz Kylheku | 2021-05-09 | 1 | -0/+5 |
* | tree: new tree-peek function. | Kaz Kylheku | 2021-05-09 | 1 | -0/+1 |
* | tree: new make_similar_tree unction. | Kaz Kylheku | 2021-05-09 | 1 | -0/+1 |
* | tree: new functions for reseting iterator. | Kaz Kylheku | 2021-04-30 | 1 | -0/+2 |
* | tree: new tree-begin-at function. | Kaz Kylheku | 2021-04-29 | 1 | -0/+1 |
* | Copyright year bump 2021. | Kaz Kylheku | 2021-01-14 | 1 | -1/+1 |
* | Copyright year bump 2020. | Kaz Kylheku | 2019-12-31 | 1 | -1/+1 |
* | tree: copy-search-tree function. | Kaz Kylheku | 2019-10-16 | 1 | -0/+1 |
* | tree: node set functions and syntactic places. | Kaz Kylheku | 2019-10-16 | 1 | -0/+3 |
* | tree: introduce copy-tnode. | Kaz Kylheku | 2019-10-16 | 1 | -0/+1 |
* | tree: add tree-clear function. | Kaz Kylheku | 2019-10-07 | 1 | -0/+1 |
* | tree: make node insertion external. | Kaz Kylheku | 2019-10-07 | 1 | -0/+1 |
* | tree: tree iterators. | Kaz Kylheku | 2019-10-03 | 1 | -0/+2 |
* | tree: add treep predicate. | Kaz Kylheku | 2019-09-30 | 1 | -0/+1 |
* | New data structure: binary search trees. | Kaz Kylheku | 2019-09-25 | 1 | -0/+5 |
* | New data type: tnode. | Kaz Kylheku | 2019-09-22 | 1 | -0/+33 |