Commit Graph

91 Commits

Author SHA1 Message Date
78a7da34c1 derive(Eq)
All checks were successful
buildbot/clippy Build done.
buildbot/rustdoc Build done.
buildbot/runtests Build done.
2023-08-05 11:03:05 +00:00
8a71fae804 func restructuring 2023-08-02 06:04:13 +00:00
8db631f87e refactor subset 2023-08-01 21:33:02 +00:00
d481ec539e simplify Bounds 2023-08-01 21:12:47 +00:00
37263f983a simplify n_subset_of_n 2023-08-01 20:00:32 +00:00
c2102268e4 flow::query 2023-07-31 15:38:42 +00:00
c368a51fe1 BoundNode2 -> BoundNode 2023-07-30 14:55:21 +00:00
ed57b30d5d remove trailing punctuation in errors 2023-07-09 15:51:59 +00:00
8195249e51 remove unnecessary moves from avl 2023-07-04 06:39:28 +00:00
0fdf7532dc pick_smaller -> compare 2023-06-28 13:52:43 +00:00
479d011123 AVL refactor 2023-06-20 07:23:05 +00:00
c3e992bc10 fix dots in BalancingError display 2023-06-18 13:58:01 +00:00
b437ff3514 TreeParseError::HeightValue 2023-06-18 13:27:05 +00:00
9d5b4c5fd4 simplify BalancingError 2023-06-18 13:20:34 +00:00
4f702288dd BalancingError::Height 2023-06-18 13:03:29 +00:00
ee169f8bf4 HeightError 2023-06-18 12:59:23 +00:00
a1d836ed54 BinaryTreesHeight::node_height_error 2023-06-18 12:55:18 +00:00
d49c8a7133 move bound up 2023-06-18 12:16:14 +00:00
6dfab12dbf func::fail isolation 2023-06-18 11:43:26 +00:00
c1f48b1c08 AvlTrees 2023-06-17 03:53:40 +00:00
634393ba4a PartialOrd -> Ord 2023-06-16 22:13:08 +00:00
ad6e381830 mrds::trees::heighted 2023-06-16 17:29:54 +00:00
20e441be04 bound tests 2023-06-16 16:21:19 +00:00
cc48cc1d24 fixed ctx for closures 2023-06-16 14:02:27 +00:00
0aa8080461 BinaryTreesTryJoin for BalancedTrees 2023-06-16 13:59:00 +00:00
7ec5f413c6 BinaryTreesHeight for BalancedTrees 2023-06-16 13:55:39 +00:00
00e906691c BinaryTreesEmpty for BalancedTrees 2023-06-16 13:54:33 +00:00
93c591d576 BinaryTreesTreeOf for BalancedTrees 2023-06-16 13:51:00 +00:00
0b29004de2 remove height_r 2023-06-16 13:41:41 +00:00
2372c1a1f6 auto-handle height inside BalancedTrees 2023-06-16 13:37:33 +00:00
a897706a91 BalancedTrees 2023-06-16 13:31:58 +00:00
d9c21f639d BinaryTreesHeight::height_r 2023-06-16 13:23:01 +00:00
53cd98aa86 BinaryTreesTreeOf 2023-06-16 12:59:13 +00:00
f38efb0ae0 BinaryTreesTryJoin 2023-06-16 09:49:46 +00:00
d96a2c3920 BinaryTreesAvl::try_join 2023-06-16 09:46:12 +00:00
c4c279cd27 BinaryTreesHeight 2023-06-16 09:44:12 +00:00
711221e4d8 flow::binary::avl 2023-06-16 09:40:35 +00:00
0cd31fa376 mrds::trees::avl 2023-06-16 09:37:42 +00:00
e52737c6cf mrds::trees::unbalanced 2023-06-16 09:35:29 +00:00
4d635e9e6a more concrete BoundsError 2023-06-16 09:27:51 +00:00
e568f70875 remove pub from equal_bound 2023-06-16 09:24:43 +00:00
4f717b01e2 BinaryTreesBindable::bounds_bind 2023-06-16 09:17:25 +00:00
1c589acd85 BinaryTreesAvl for BoundTrees 2023-06-16 09:06:33 +00:00
03b4a4764b BinaryTreesEmpty 2023-06-16 08:53:13 +00:00
1e9258717a remove unnecessary Clone bound 2023-06-16 08:43:51 +00:00
0a0ec3a882 BoundTrees 2023-06-16 08:42:17 +00:00
f0aa3878c4 flow::binary::bounds 2023-06-16 08:00:18 +00:00
e7dc834c8b match self Self 2023-06-16 07:53:07 +00:00
5cbabbdb37 write! 2023-06-16 07:33:32 +00:00
6b04eec9ae reduce Rc usage with binary 2023-06-16 06:23:03 +00:00