The Wayback Machine - https://web.archive.org/web/20201006052517/https://github.com/soapyigu/LeetCode-Swift/pull/265
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solve 373 #265

Open
wants to merge 1 commit into
base: master
from
Open

Solve 373 #265

wants to merge 1 commit into from

Conversation

@crane-hiromu
Copy link

@crane-hiromu crane-hiromu commented Sep 27, 2019

please check it

Copy link
Owner

@soapyigu soapyigu left a comment

Could you update the Progress session in the README file?

@@ -0,0 +1,25 @@
func kSmallestPairs(_ nums1: [Int], _ nums2: [Int], _ k: Int) -> [[Int]] {

This comment has been minimized.

@soapyigu

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.

@@ -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

This comment has been minimized.

@soapyigu

soapyigu Oct 5, 2019
Owner

FindKPairsWithSmallestSums.swift.swift?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.