Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSolve 373 #265
Solve 373 #265
Conversation
Could you update the |
@@ -0,0 +1,25 @@ | |||
func kSmallestPairs(_ nums1: [Int], _ nums2: [Int], _ k: Int) -> [[Int]] { |
soapyigu
Oct 5, 2019
Owner
Could you add the question link and your idea to solve the question? You could reference other swift files for details.
Could you add the question link and your idea to solve the question? You could reference other swift files for details.
@@ -512,7 +512,7 @@ | |||
| | 376 | [Wiggle Subsequence](https://leetcode.com/problems/wiggle-subsequence/) | Medium | |||
| [Swift](./DP/GuessNumberHigherOrLowerII.swift) | 375 | [Guess Number Higher or Lower II](https://leetcode.com/problems/guess-number-higher-or-lower-ii/) | Medium | |||
| | 374 | [Guess Number Higher or Lower](https://leetcode.com/problems/guess-number-higher-or-lower/) | Easy | |||
| | 373 | [Find K Pairs with Smallest Sums](https://leetcode.com/problems/find-k-pairs-with-smallest-sums/) | Medium | |||
|[Swift](./Search/FindKPairsWithSmallestSums.swift.swift)| 373 | [Find K Pairs with Smallest Sums](https://leetcode.com/problems/find-k-pairs-with-smallest-sums/) | Medium |
soapyigu
Oct 5, 2019
Owner
FindKPairsWithSmallestSums.swift.swift
?
FindKPairsWithSmallestSums.swift.swift
?
please check it