Skip to content

Feedback on second submission #2

@Anisha7

Description

@Anisha7

Good job on completing the second coding challenge. Here's some feedback to improve your code further:

  • Optimizing your linked stack is required for full credit. The top of your stack should be the head of your linked list for all O(1) operations.
  • You should be able to access the set’s size property without having to call the hash table’s size. Implement it to update the set class’s size property each time an element is added or removed. Or use @Property method (Python @property: How to Use it and Why? - Programiz) to utilize the hash table’s size property but be able to access it as set.size

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions