Skip to content

Commit dfc1246

Browse files
authored
Added reference to 3sum/4sum
1 parent 4213b08 commit dfc1246

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Two-Sum Problem/README.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,8 @@ It's possible, of course, that there are no values for `a[i] + a[j]` that sum to
164164

165165
I'm quite enamored by this little algorithm. It shows that with some basic preprocessing on the input data -- sorting it from low to high -- you can turn a tricky problem into a very simple and beautiful algorithm.
166166

167+
## Additional Reading
168+
169+
* [3Sum / 4Sum](https://github.com/raywenderlich/swift-algorithm-club/tree/master/3Sum%20and%204Sum)
170+
167171
*Written for Swift Algorithm Club by Matthijs Hollemans and Daniel Speiser*

0 commit comments

Comments
 (0)