-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Update 1143, 252, 42 #365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update 1143, 252, 42 #365
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hi @miladra ! thanks for contributing.
- 252 already has a solution, did you mean to extend the existing one? (currently you're creating a new file)
- 253's method signature on leetcode.com is
int[][]
, but you have it listed asList<Interval>
. am i seeing the wrong signature? did leetcode.com change theirs fromList<Interval>
? (I realize this applies to the existing solution, also. I'll work on getting that fixed separately)
Hi @mitchellirvin, Thank you. As for 252, I intended to extend the existing solution. I made a mistake by creating a new file. |
@miladra ah, thanks for clarifying! that should be fine since the logic is the same. thanks for updating and contributing! |
No description provided.