Skip to content

Commit 41f4bb7

Browse files
author
iamminji
committed
Change directory name
1 parent e3e26f1 commit 41f4bb7

9 files changed

+4
-4
lines changed

β€ŽREADME.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
### 2020 July
225225
| title | code | solutions |
226226
|------------------------------------------------------|------------|----------------|
227-
| [Arranging Coins](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/544/week-1-july-1st-july-7th/3377/) | [python](challenge/montly/july/Arranging_Coins.py) | [solutions](challenge/montly/july/Arranging_Coins.md)|
228-
| [Binary Tree Level Order Traversal II](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/544/week-1-july-1st-july-7th/3378/) | [python](challenge/montly/july/Binary_Tree_Level_Order_Traversal_II.py) | [solutions](challenge/montly/july/Binary_Tree_Level_Order_Traversal_II.md)|
229-
| [Prison Cells After N Days](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/544/week-1-july-1st-july-7th/3379/) | [python](challenge/montly/july/Prison_Cells_After_N_Days.py) | [solutions](challenge/montly/july/Prison_Cells_After_N_Days.md)|
230-
| [Ugly Number II](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/544/week-1-july-1st-july-7th/3380/) | [python](challenge/montly/july/Ugly_Number_II.py) | [solutions](challenge/montly/july/Ugly_Number_II.md)|
227+
| [Arranging Coins](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/544/week-1-july-1st-july-7th/3377/) | [python](challenge/2020/july/Arranging_Coins.py) | [solutions](challenge/2020/july/Arranging_Coins.md)|
228+
| [Binary Tree Level Order Traversal II](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/544/week-1-july-1st-july-7th/3378/) | [python](challenge/2020/july/Binary_Tree_Level_Order_Traversal_II.py) | [solutions](challenge/2020/july/Binary_Tree_Level_Order_Traversal_II.md)|
229+
| [Prison Cells After N Days](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/544/week-1-july-1st-july-7th/3379/) | [python](challenge/2020/july/Prison_Cells_After_N_Days.py) | [solutions](challenge/2020/july/Prison_Cells_After_N_Days.md)|
230+
| [Ugly Number II](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/544/week-1-july-1st-july-7th/3380/) | [python](challenge/2020/july/Ugly_Number_II.py) | [solutions](challenge/2020/july/Ugly_Number_II.md)|

0 commit comments

Comments
Β (0)