Skip to content

Commit

Permalink
general path aggregates
Browse files Browse the repository at this point in the history
  • Loading branch information
azizkayumov committed Oct 14, 2023
1 parent 71769ea commit 89160d2
Show file tree
Hide file tree
Showing 6 changed files with 585 additions and 601 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fn main() {
// 2 3 5
// /
// 6
let mut lctree = lctree::LinkCutTree::new();
let mut lctree = lctree::LinkCutTree::default();
for i in 0..7 {
lctree.make_tree(i as f64);
}
Expand Down
Loading

0 comments on commit 89160d2

Please sign in to comment.