From 8550e6f13bab6526e7444c4927bd4284295bae0b Mon Sep 17 00:00:00 2001 From: Akshay Dattatray Devkate <42045980+AkshayDevkate@users.noreply.github.com> Date: Wed, 30 Jun 2021 15:41:50 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 92461b2..8022f0d 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ * [Balanced Brackets][balanced-brackets-problem] — [solution][balanced-brackets-solution] * [Queens Attack II][queens-attack-2-problem] — [solution][queens-attack-2-solution] * [Sherlock and the Valid String][sherlock-and-the-valid-string-problem] — [solution][sherlock-and-the-valid-string-solution] +* [Sales by match][sales-by-match-problem] - [solution][sales-by-match-solution] [marathoners-problem]: https://programmers.co.kr/learn/courses/30/lessons/42576 @@ -72,3 +73,5 @@ [sherlock-and-the-valid-string-solution]: https://github.com/seizze/problem-solving-swift/blob/master/HackerRank/HackerRank/Solutions/SherlockAndTheValidString.swift [lock-and-key-problem]: https://programmers.co.kr/learn/courses/30/lessons/60059# [lock-and-key-solution]: https://github.com/seizze/problem-solving-swift/blob/master/Programmers/Programmers/Solutions/LockAndKey.swift +[sales-by-match-problem]: https://www.hackerrank.com/challenges/sock-merchant/problem?h_l=interview&playlist_slugs%5B%5D=interview-preparation-kit&playlist_slugs%5B%5D=warmup +[sales-by-match-solution]: https://github.com/AkshayDevkate/HACKER_RANK/blob/master/salesbyMatch.swift