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: 228ms
3
- // Memory Usage: 41.3 MB
4
- // Link: https://leetcode.com/submissions/detail/359559769 /
2
+ // Runtime: 216ms
3
+ // Memory Usage: 42.6 MB
4
+ // Link: https://leetcode.com/submissions/detail/406709543 /
5
5
//-----------------------------------------------------------------------------
6
6
7
7
using System . Collections . Generic ;
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ The C# solutions for LeetCode problems.
219
219
| 167 | Two Sum II - Input array is sorted | [ C#] ( ./LeetCode/0151-0200/0167-TwoSumII.cs ) (244ms) | O(N) | O(1) | |
220
220
| 168 | Excel Sheet Column Title | [ C#] ( ./LeetCode/0151-0200/0168-ExcelSheetColumnTitle.cs ) (68ms) | O(logN) | O(1) | |
221
221
| 169 | Majority Element | [ C#] ( ./LeetCode/0151-0200/0169-MajorityElement.cs ) (104ms) | O(N) | O(1) | |
222
- | 170 | Two Sum III - Data structure design | [ C#] ( ./LeetCode/0151-0200/0170-TwoSumIIIDataStructureDesign.cs ) (228ms ) | O(N) | O(N) | |
222
+ | 170 | Two Sum III - Data structure design | [ C#] ( ./LeetCode/0151-0200/0170-TwoSumIIIDataStructureDesign.cs ) (216ms ) | O(N) | O(N) | |
223
223
| 171 | Excel Sheet Column Number | [ C#] ( ./LeetCode/0151-0200/0171-ExcelSheetColumnNumber.cs ) (72ms) | O(N) | O(1) | |
224
224
| 172 | Factorial Trailing Zeroes | [ C#] ( ./LeetCode/0151-0200/0172-FactorialTrailingZeroes.cs ) (40ms) | O(logN) | O(1) | |
225
225
| 173 | Binary Search Tree Iterator | [ C#] ( ./LeetCode/0151-0200/0173-BinarySearchTreeIterator.cs ) (156ms) | O(N) | O(h) | |
You can’t perform that action at this time.
0 commit comments