File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
//-----------------------------------------------------------------------------
2
- // Runtime: 108ms
3
- // Memory Usage: 27.1 MB
4
- // Link: https://leetcode.com/submissions/detail/379095042 /
2
+ // Runtime: 104ms
3
+ // Memory Usage: 28 MB
4
+ // Link: https://leetcode.com/submissions/detail/409212378 /
5
5
//-----------------------------------------------------------------------------
6
6
7
7
using System . Linq ;
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ The C# solutions for LeetCode problems.
283
283
| # | Title | Solutions | Time | Space | Comments |
284
284
| ---| ----- | --------- | ---- | ----- | -------- |
285
285
| 252 | Meeting Rooms | [ C#] ( ./LeetCode/0251-0300/0252-MeetingRooms.cs ) (100ms) | O(NlogN) | O(1) | |
286
- | 253 | Meeting Rooms II | [ C#] ( ./LeetCode/0251-0300/0253-MeetingRoomsII.cs ) (108ms ) | O(NlogN) | O(N) | |
286
+ | 253 | Meeting Rooms II | [ C#] ( ./LeetCode/0251-0300/0253-MeetingRoomsII.cs ) (104ms ) | O(NlogN) | O(N) | |
287
287
| 256 | Paint House | [ C#] ( ./LeetCode/0251-0300/0256-PaintHouse.cs ) (88ms) | O(N) | O(1) | |
288
288
| 257 | Binary Tree Paths | [ C#] ( ./LeetCode/0251-0300/0257-BinaryTreePaths.cs ) (248ms) | O(N) | O(N) | |
289
289
| 258 | Add Digits | [ C#] ( ./LeetCode/0251-0300/0258-AddDigits.cs ) (36ms) | O(N) | O(1) | |
You can’t perform that action at this time.
0 commit comments