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: 144ms
3
- // Memory Usage: 37 MB
4
- // Link: https://leetcode.com/submissions/detail/360438589 /
2
+ // Runtime: 128ms
3
+ // Memory Usage: 37.6 MB
4
+ // Link: https://leetcode.com/submissions/detail/408819393 /
5
5
//-----------------------------------------------------------------------------
6
6
7
7
namespace LeetCode
Original file line number Diff line number Diff line change @@ -567,7 +567,7 @@ The C# solutions for LeetCode problems.
567
567
568
568
| # | Title | Solutions | Time | Space | Comments |
569
569
| ---| ----- | --------- | ---- | ----- | -------- |
570
- | 701 | Insert into a Binary Search Tree | [ C#] ( ./LeetCode/0701-0750/0701-InsertIntoABinarySearchTree.cs ) (144ms ) | O(logN) | O(1) | |
570
+ | 701 | Insert into a Binary Search Tree | [ C#] ( ./LeetCode/0701-0750/0701-InsertIntoABinarySearchTree.cs ) (128ms ) | O(logN) | O(1) | |
571
571
| 702 | Search in a Sorted Array of Unknown Size | [ C#] ( ./LeetCode/0701-0750/0702-SearchInASortedArrayOfUnknownSize.cs ) (160ms) | O(logN) | O(1) | |
572
572
| 703 | Kth Largest Element in a Stream | [ C#] ( ./LeetCode/0701-0750/0703-KthLargestElementInAStream.cs ) (200ms) | O(KlogK) | O(K) | |
573
573
| 704 | Binary Search | [ C#] ( ./LeetCode/0701-0750/0704-BinarySearch.cs ) (120ms) | O(logN) | O(1) | |
You can’t perform that action at this time.
0 commit comments