Skip to content

Commit 3c0612a

Browse files
authored
Fixes a bit of formatting.
1 parent 38b32d2 commit 3c0612a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

3Sum and 4Sum/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ func threeSum<T: BidirectionalCollection>(_ collection: T, target: T.Element) ->
102102

103103
## 4Sum
104104

105-
Given an array S of n integers, find all subsets of the array with 4 values where the 4 values sum up to a target number.
106-
107-
**Note**: The solution set must not contain duplicate quadruplets.
105+
> Given an array S of n integers, find all subsets of the array with 4 values where the 4 values sum up to a target number.
106+
>
107+
> **Note**: The solution set must not contain duplicate quadruplets.
108108
109109
### Solution
110110

0 commit comments

Comments
 (0)