Skip to content

Commit

Permalink
Update zigzag-iterator.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kamyu104 committed Sep 14, 2015
1 parent 8f1d546 commit d36b3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion C++/zigzag-iterator.cpp
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 {
public:
Expand Down

0 comments on commit d36b3bb

Please sign in to comment.