CSRT-NTUA / AlgoPlus

AlgoPlus is a C++17 library for complex data structures and algorithms
https://csrt-ntua.github.io/AlgoPlus
Apache License 2.0
141 stars 20 forks source link

fixed weighted graph visualization mistake #49

Closed stasinosntaveas closed 3 months ago

stasinosntaveas commented 3 months ago

"weight" -> "label"

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.61%. Comparing base (236b324) to head (8e93cc5).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/CSRT-NTUA/AlgoPlus/pull/49/graphs/tree.svg?width=650&height=150&src=pr&token=3SBDRHUQR5&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CSRT-NTUA)](https://app.codecov.io/gh/CSRT-NTUA/AlgoPlus/pull/49?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CSRT-NTUA) ```diff @@ Coverage Diff @@ ## main #49 +/- ## ======================================= Coverage 97.61% 97.61% ======================================= Files 93 93 Lines 3358 3358 Branches 548 548 ======================================= Hits 3278 3278 Misses 80 80 ``` | [Files](https://app.codecov.io/gh/CSRT-NTUA/AlgoPlus/pull/49?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CSRT-NTUA) | Coverage Δ | | |---|---|---| | [src/classes/graph/graph.h](https://app.codecov.io/gh/CSRT-NTUA/AlgoPlus/pull/49?src=pr&el=tree&filepath=src%2Fclasses%2Fgraph%2Fgraph.h&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CSRT-NTUA#diff-c3JjL2NsYXNzZXMvZ3JhcGgvZ3JhcGguaA==) | `96.16% <ø> (ø)` | |