Skip to content

Commit

Permalink
Update possible-bipartition.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kamyu104 authored Aug 12, 2018
1 parent 6edf937 commit b2a38d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/possible-bipartition.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Time: O(|V| + |E|)
# Time: O(|V| + |E|)
# Space: O(|V| + |E|)

# Given a set of N people (numbered 1, 2, ..., N),
# we would like to split everyone into two groups of any size.
Expand Down

0 comments on commit b2a38d5

Please sign in to comment.