Skip to content

solve: 253.Meeting Rooms Ⅱ#56

Open
t9a-dev wants to merge 1 commit intomainfrom
253.Meeting-Rooms-II
Open

solve: 253.Meeting Rooms Ⅱ#56
t9a-dev wants to merge 1 commit intomainfrom
253.Meeting-Rooms-II

Conversation

@t9a-dev
Copy link
Owner

@t9a-dev t9a-dev commented Mar 3, 2026

問題: 253. Meeting Rooms Ⅱ(NeetCode版)
次に解く問題: 392. Is Subsequence
ファイルの構成: ./src/bin/<各ステップ>.rs

time_to_use_room_count.push(Reverse((interval.end, -1)));
}

let mut min_meeting_rooms_count = 0;
Copy link

Choose a reason for hiding this comment

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

変数名がやや冗長に感じました。自分なら min_rooms と num_rooms にすると思います。

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.

2 participants