aboutsummaryrefslogtreecommitdiff
path: root/structures/rope
AgeCommit message (Collapse)Author
2021-01-03Add split function for ropesTucker Evans
Ropes should be rebalanced at the end of this function once rope_rebalance() is implemented.
2021-01-03Add function to recalculate length (weights) of rope nodesTucker Evans
(Probably need a rebalance function to go along with/replace this)
2021-01-03Add debug/print functions for ropeTucker Evans
2020-12-31Add concat function for ropesTucker Evans
2020-12-31Add function to get full length of ropeTucker Evans
2020-12-31Add func to embed a char* (str) into a ropeTucker Evans
2020-12-31Add base for rope structureTucker Evans