Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-23 | (btree)+struct for binary tree | Aryadev Chavali | |
Has a custom enum for ordering, as each type of data may have its own comparator system. Hence, each node will have a comparison function pointer internally. Though this increases the data required to create a binary tree, it does make it easier to support multiple types. | |||
2021-11-22 | (btree)+binary tree cpp file with recipes in makefile | Aryadev Chavali | |