Skip to content

Conversation

Ananatawa
Copy link
Contributor

I used ChatGPT and Leetcode Discussion comments to break down the homework questions and help me complete this homework.

Copy link
Contributor

@anthonydmays anthonydmays left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests aren't passing, please fix.

public int[] getConcatenation(int[] nums) {
return null;
}
public class Solution {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should not have this wrapper class. You only needed to modify the function getConcatenation.

return null;
}
}
public class WorldFilter {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ditto, don't need this wrapper class.

@Ananatawa
Copy link
Contributor Author

I've updated my Lesson11.java file so that the Build is successful. Below is a screenshot:
Screenshot 2025-04-05 at 12 02 30 AM

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.

3 participants