Skip to content

Commit d13a2a2

Browse files
committed
Runtime: 361 ms (Top 82.03%) | Memory: 22.1 MB (Top 38.96%)
1 parent 7a48520 commit d13a2a2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/algorithms/P/Process Restricted Friend Requests/Process Restricted Friend Requests.cpp

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Runtime: 621 ms (Top 33.11%) | Memory: 22.2 MB (Top 34.20%)
2-
3-
// Standard DSU Class
1+
// Runtime: 361 ms (Top 82.03%) | Memory: 22.1 MB (Top 38.96%)
2+
/ Standard DSU Class
43
class DSU {
54
vector<int> parent, size;
65
public:

0 commit comments

Comments
 (0)