Skip to content

Commit

Permalink
Update zigzag-iterator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kamyu104 committed Sep 14, 2015
1 parent d36b3bb commit b6a6338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/zigzag-iterator.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Time: O(n)
# Space: O(1)
# Space: O(k)

class ZigzagIterator(object):

Expand Down

0 comments on commit b6a6338

Please sign in to comment.