Skip to content

Commit

Permalink
Update 46.permutations.md
Browse files Browse the repository at this point in the history
  • Loading branch information
azl397985856 authored Apr 25, 2020
1 parent bb8b692 commit 8f8d1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion problems/46.permutations.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class Solution:
- [39.combination-sum](./39.combination-sum.md)
- [40.combination-sum-ii](./40.combination-sum-ii.md)
- [47.permutations-ii](./47.permutations-ii.md)
- [60.permutation-sequence](./60.permutation-sequence.md)(TODO)
- [60.permutation-sequence](./60.permutation-sequence.md)
- [78.subsets](./78.subsets.md)
- [90.subsets-ii](./90.subsets-ii.md)
- [113.path-sum-ii](./113.path-sum-ii.md)
Expand Down

0 comments on commit 8f8d1f2

Please sign in to comment.