Skip to content

Conversation

@ukvaddi
Copy link

@ukvaddi ukvaddi commented Oct 18, 2025

No description provided.

@super30admin
Copy link
Owner

  • For problem1.cs: Well done! Your solution is correct, efficient, and clean. The logic is clear and matches the expected approach for generating Pascal's Triangle.
  • For problem2.cs: Your approach is on the right track, but there are some inefficiencies. Instead of using strings to represent pairs, consider using a HashSet of tuples or a more efficient data structure. Also, ensure that you handle duplicate pairs correctly without relying on string operations. The current implementation may miss some edge cases, such as when there are duplicate numbers in the array.

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