diff options
| author | Gloria Mundi <gloria@gloria-mundi.eu> | 2024-11-20 01:50:40 +0100 |
|---|---|---|
| committer | Gloria Mundi <gloria@gloria-mundi.eu> | 2024-11-20 01:50:40 +0100 |
| commit | c9365cd20105e36bae0b2145b69f94f6f93195d6 (patch) | |
| tree | b1c318a87ff6c3aff3a1fba431b29bef81a9157f /content/graph/cycleCounting.cpp | |
| parent | 3c174f527d8b16e84b3aaaf7b448469bb9682566 (diff) | |
fix overlong lines
Diffstat (limited to 'content/graph/cycleCounting.cpp')
| -rw-r--r-- | content/graph/cycleCounting.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/graph/cycleCounting.cpp b/content/graph/cycleCounting.cpp index 65bf1a0..deac71e 100644 --- a/content/graph/cycleCounting.cpp +++ b/content/graph/cycleCounting.cpp @@ -36,7 +36,7 @@ struct cycles { cur[id].flip(); }}} - bool isCycle(cycle cur) { // cycle must be constrcuted from base + bool isCycle(cycle cur) {// cycle must be constructed from base if (cur.none()) return false; init(ssize(adj)); // union find @\sourceref{datastructures/unionFind.cpp}@ for (int i = 0; i < ssize(edges); i++) { |
