Skip to content

Commit

Permalink
add 三数之和小于target的总数n
Browse files Browse the repository at this point in the history
  • Loading branch information
josonle committed May 5, 2019
1 parent a29a3ba commit d2d82d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions LeetCode_EveryDay/Topic259-3sum-smaller/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
https://leetcode.com/problems/3sum-smaller

思路同三数之和,三数之和与target最接近两道题一样,O(n^2)
Empty file.

0 comments on commit d2d82d3

Please sign in to comment.