Skip to content

Conversation

@kristyh32
Copy link

No description provided.

Copy link

@CheezItMan CheezItMan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work! Both of your methods work. See my comments and let me know if I should clarify something.

Well done!

# Space Complexity: ?
# Time Complexity: O(n)
# Space Complexity: O(n)
def remove_duplicates(list)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That works! The time complexity is correct, but you are not building a new data structure so your space complexity is not correct. Instead that is O(1).


# Time Complexity: ?
# Space Complexity: ?
# Time Complexity: O(n * m)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants