Skip to content

Conversation

@anjanaouseph
Copy link

@anjanaouseph anjanaouseph commented Jan 1, 2026

Already submitted these as part of competitive-coding-1 accidentally, re-submitting in this repo.

@super30admin
Copy link
Owner

  • Strengths:

    • The student demonstrates a strong understanding of hash map usage and bijective mappings.
    • The solutions are well-commented and easy to follow.
    • The student correctly analyzes time and space complexities.
  • Areas for Improvement:

    • In problem14.py, the space complexity analysis could be more concise. The student mentions "O(nK + n + nk)" which is redundant; simply stating O(N*K) would suffice.
    • The student could consider using defaultdict from the collections module in Python to simplify the hash map initialization in problem14.py.

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