Skip to content

Conversation

@rbhargav0104
Copy link

No description provided.

@super30admin
Copy link
Owner

  • Strengths:

    • The solutions for contiguosarray.cpp and longestpalindrome.cpp are correct and efficient.
    • The code is clean, well-commented, and follows good practices.
    • The use of hash maps to store running sums and character frequencies is appropriate and optimal.
  • Areas for Improvement:

    • The student did not complete the subarraySum.cpp file, which was the main problem to be solved. This is a significant gap in the submission.
    • In contiguosarray.cpp, the variable name max could be more descriptive, such as maxLength, to better reflect its purpose.
    • In longestpalindrome.cpp, the variable hasOdd could be renamed to hasOddFrequency for clarity.

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