Skip to content

Commit

Permalink
Merge pull request #48 from azizkayumov/develop
Browse files Browse the repository at this point in the history
Coverage
  • Loading branch information
azizkayumov authored Nov 11, 2023
2 parents fe385c1 + 8394554 commit fefca8b
Show file tree
Hide file tree
Showing 9 changed files with 417 additions and 318 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: coverage
name: Coverage

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

on: [push]
jobs:
test:
name: coverage
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/azizkayumov/lctree/ci.yml?style=plastic)](#)
[![crates.io](https://img.shields.io/crates/v/lctree)](https://crates.io/crates/lctree)
[![codecov](https://codecov.io/gh/azizkayumov/lctree/graph/badge.svg?token=RBW7UKFCS0)](https://codecov.io/gh/azizkayumov/lctree)

# lctree
Rust implementation of [Link-cut tree](https://dl.acm.org/doi/pdf/10.1145/800076.802464): self-balancing data structure to maintain a dynamic forest of (un)rooted trees under the following operations that take `O(logn)` amortized time:
Expand Down
Loading

0 comments on commit fefca8b

Please sign in to comment.