Skip to content

Commit

Permalink
2020-09-27 21:40:02
Browse files Browse the repository at this point in the history
  • Loading branch information
wizardforcel committed Sep 27, 2020
1 parent 0be0b44 commit 4d57349
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
+ [066 plus one](docs/leetcode/python/066._plus_one.md)
+ [067 add binary](docs/leetcode/python/067._add_binary.md)
+ [069 sqrt(x)](docs/leetcode/python/069._sqrt(x).md)
+ [070 Climbing Stairs](docs/leetcode/python/070. Climbing Stairs.md)
+ [070 Climbing Stairs](docs/leetcode/python/070._Climbing_Stairs.md)
+ [072 edit distance](docs/leetcode/python/072._edit_distance.md)
+ [073 Set Matrix Zeroes](docs/leetcode/python/073._Set_Matrix_Zeroes.md)
+ [074 search a 2d matrix](docs/leetcode/python/074._search_a_2d_matrix.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/leetcode/python/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
+ [066 plus one](066._plus_one.md)
+ [067 add binary](067._add_binary.md)
+ [069 sqrt(x)](069._sqrt(x).md)
+ [070 Climbing Stairs](070. Climbing Stairs.md)
+ [070 Climbing Stairs](070._Climbing_Stairs.md)
+ [072 edit distance](072._edit_distance.md)
+ [073 Set Matrix Zeroes](073._Set_Matrix_Zeroes.md)
+ [074 search a 2d matrix](074._search_a_2d_matrix.md)
Expand Down

0 comments on commit 4d57349

Please sign in to comment.