summaryrefslogtreecommitdiff
path: root/src/tree.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revamp lib, simplify it a bit and address some FIXMEsEuAndreh2025-01-121-3/+44
|
* src/tree.c: Rename tree_insert -> tree_addEuAndreh2024-06-011-1/+1
|
* tests/tree.c: Add test for tree_contains()EuAndreh2024-06-011-1/+1
| | | | | After writing the test, a failing case made me notice that the comparison was reversed, and I then fixed the implementation :)
* tests/tree.c: Add first test for tree_contains()EuAndreh2024-05-311-2/+2
|
* Add initial private functions for src/set.c and src/tree.cEuAndreh2024-05-311-0/+205