Skip to content

Add Disjoint Set / Union-Find implementation with path compression and union by rank #11469

Add Disjoint Set / Union-Find implementation with path compression and union by rank

Add Disjoint Set / Union-Find implementation with path compression and union by rank #11469

Triggered via pull request October 20, 2024 14:00
Status Failure
Total duration 17s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Ruff (EM102): data_structures/disjoint_set/union_find.py#L64
data_structures/disjoint_set/union_find.py:64:22: EM102 Exception must not use an f-string literal, assign to variable first
ruff
Process completed with exit code 1.