summaryrefslogtreecommitdiff
path: root/Main.lean (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: cleanup the MainRaito Bezarius2024-04-121-33/+1
| | | | Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
* refactor: generalize the theory and perform some liftsRaito Bezarius2024-03-281-107/+15
| | | | | | Move forward the "HSpec" idea, move around files, construct the hierarchy of trees, etc. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
* feat: first property "set of values post = {a} \cup set of values pre"Raito Bezarius2024-03-261-25/+62
| | | | | | This is a first property which is generic of all BSTs. Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
* Initial extractionRaito Bezarius2024-03-251-0/+91
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>