Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update tests/DataStructures/DisjointSetTest.php
Co-authored-by: Brandon Johnson <[email protected]>
  • Loading branch information
Ramy-Badr-Ahmed and darwinz authored Sep 11, 2024
commit 35aa7d07e95bce416b52b93de5e03a77c4034701
2 changes: 1 addition & 1 deletion tests/DataStructures/DisjointSetTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ private function inSameSet(int $i, int $j): bool

return false;
}

}