Skip to content

Add Disjoint Set (Union-Find) Implementation with Path Compression and Union by Rank #11478

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 #11478

Triggered via pull request October 20, 2024 14:42
Status Failure
Total duration 12s
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#L65
data_structures/disjoint_set/union_find.py:65:22: EM102 Exception must not use an f-string literal, assign to variable first
ruff
Process completed with exit code 1.