Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kamyu104 committed Oct 23, 2023
1 parent 0c143e8 commit 5eeae8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Round 2/wiki_race2.py3
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Meta Hacker Cup 2023 Round 2 - Problem C. Wiki Race
# https://www.facebook.com/codingcompetitions/hacker-cup/2023/round-2/problems/C
#
# Time: O(N + SUM_LEN_S + SUM_M * logL), SUM_LEN_S = sum(len(x) for i in range(N) for x in S[i]), SUM_M = sum(M), L = number of leaves
# Time: O(N + SUM_LEN_S), SUM_LEN_S = sum(len(x) for i in range(N) for x in S[i])
# Space: O(N + SUM_LEN_S)
#

Expand Down

0 comments on commit 5eeae8c

Please sign in to comment.