Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd37cc6f

Browse files
edit 354
1 parentb2d19cb commitd37cc6f

File tree

1 file changed

+1
-0
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+1
-0
lines changed

‎src/main/java/com/fishercoder/solutions/_354.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
1717
*/
1818
publicclass_354 {
19+
/**reference: https://discuss.leetcode.com/topic/47469/java-nlogn-solution-with-explanation*/
1920
publicintmaxEnvelopes(int[][]envelopes) {
2021
if (envelopes ==null ||envelopes.length ==0
2122
||envelopes[0].length ==0 ||envelopes[0].length !=2) {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp