Skip to content

Conversation

@Saideepthi123
Copy link

No description provided.

@super30admin
Copy link
Owner

  • Strengths:

    • Good understanding of the problems and their optimal solutions.
    • Clear and concise code with helpful comments.
    • Efficient use of time and space complexity in most solutions.
  • Areas for Improvement:

    • In rotatearraybyk.py, ensure the array is modified in-place. The current implementation does not reflect changes in the original array. Consider using slice assignments or other in-place techniques.
    • Use more descriptive variable names to enhance readability.
    • Double-check edge cases, especially in rotatearraybyk.py, to ensure the solution works for all inputs (e.g., when k is larger than n).

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