Skip to content

Commit 437ac89

Browse files
committed
Added Missing Description for Meeting Rooms
1 parent 4c94ea3 commit 437ac89

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/meeting_rooms.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ impl Meeting {
1414
}
1515
}
1616

17+
/// Given an array of meeting time `intervals` where
18+
/// `intervals[i] = [starti, endi]`, determine if a person could attend all
19+
/// meetings.
1720
struct Solution;
1821

1922
impl Solution {

0 commit comments

Comments
 (0)