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

Commit48a5ec3

Browse files
authored
Update and rename 252-canAttendMeetings.js to 252-Meeting-Rooms.js
1 parent733737e commit48a5ec3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎javascript/252-canAttendMeetings.js‎renamed to ‎javascript/252-Meeting-Rooms.js‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
*@param {number[]} intervals
3+
*@return {boolean}
4+
*/
15
varcanAttendMeetings=function(intervals){
26
intervals.sort((a,b)=>a[0]-b[0]);
37

@@ -7,4 +11,4 @@ var canAttendMeetings = function (intervals) {
711
}
812
}
913
returntrue;
10-
};
14+
};

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp