Skip to content

Commit 7dcfdf4

Browse files
authored
Added link to 3sum/4sum
1 parent e946cac commit 7dcfdf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ Most of the time using just the built-in `Array`, `Dictionary`, and `Set` types
193193
A lot of software developer interview questions consist of algorithmic puzzles. Here is a small selection of fun ones. For more puzzles (with answers), see [here](http://elementsofprogramminginterviews.com/) and [here](http://www.crackingthecodinginterview.com).
194194

195195
- [Two-Sum Problem](Two-Sum%20Problem/)
196+
- [Three-Sum/Four-Sum Problem](3Sum%20and%204Sum/)
196197
- [Fizz Buzz](Fizz%20Buzz/)
197198
- [Monty Hall Problem](Monty%20Hall%20Problem/)
198199
- [Finding Palindromes](Palindromes/)

0 commit comments

Comments
 (0)