| 
1 | 1 | # August 2021 LeetCoding Challenge  | 
2 | 2 | 
 
  | 
3 |  | -| Day | Question Links                                                                                                                               |                   Solutions                    |  | 
4 |  | -| :-: | :------------------------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------: |  | 
5 |  | -|  | [Optimize Water Distribution in a Village](https://leetcode.com/explore/challenge/card/august-leetcoding-challenge-2021/613/week-1-august-1st-august-7th/3834/) | [cpp](./Optimize%20Water%20Distribution%20in%20a%20Village.cpp) |  | 
6 |  | -| 1.  | [Making A Large Island](https://leetcode.com/explore/challenge/card/august-leetcoding-challenge-2021/613/week-1-august-1st-august-7th/3835/) | [cpp](./01.%20Making%20A%20Large%20Island.cpp) |  | 
7 |  | -| 2.  | [Two Sum](https://leetcode.com/explore/challenge/card/august-leetcoding-challenge-2021/613/week-1-august-1st-august-7th/3836/)               |          [cpp](./02.%20Two%20Sum.cpp)          |  | 
8 |  | -| 3.  | [Subsets II](https://leetcode.com/explore/challenge/card/august-leetcoding-challenge-2021/613/week-1-august-1st-august-7th/3837/)            |        [cpp](./03.%20Subsets%20II.cpp)         |  | 
9 |  | -| 4.  | [Path Sum II](https://leetcode.com/explore/challenge/card/august-leetcoding-challenge-2021/613/week-1-august-1st-august-7th/3838/)           |       [cpp](./04.%20Path%20Sum%20II.cpp)       |  | 
10 |  | -| 5.  | [Stone Game](https://leetcode.com/explore/challenge/card/august-leetcoding-challenge-2021/613/week-1-august-1st-august-7th/3870/)           |       [cpp](./05.%20Stone%20Game.cpp)       |  | 
11 |  | -| 6.  | [N-ary Tree Level Order Traversal](https://leetcode.com/explore/challenge/card/august-leetcoding-challenge-2021/613/week-1-august-1st-august-7th/3871/)           |       [cpp](./06.%20N-ary%20Tree%20Level%20Order%20Traversal.cpp)       |  | 
12 |  | -| 7.  | [Palindrome Partitioning II](https://leetcode.com/explore/challenge/card/august-leetcoding-challenge-2021/613/week-1-august-1st-august-7th/3872/)           |       [cpp](./07.%20Palindrome%20Partitioning%20II.cpp)       |  | 
13 |  | -| 9.  | [Add Strings](https://leetcode.com/explore/challenge/card/august-leetcoding-challenge-2021/614/week-2-august-8th-august-14th/3875/)           |       [cpp](./09.%20Add%20Strings.cpp)       |  | 
 | 3 | +| Day | Question Links                                                                                                                                                  |                            Solutions                            |  | 
 | 4 | +| :-: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------- | :-------------------------------------------------------------: |  | 
 | 5 | +|     | [Optimize Water Distribution in a Village](https://leetcode.com/explore/challenge/card/august-leetcoding-challenge-2021/613/week-1-august-1st-august-7th/3834/) | [cpp](./Optimize%20Water%20Distribution%20in%20a%20Village.cpp) |  | 
 | 6 | +| 1.  | [Making A Large Island](https://leetcode.com/explore/challenge/card/august-leetcoding-challenge-2021/613/week-1-august-1st-august-7th/3835/)                    |         [cpp](./01.%20Making%20A%20Large%20Island.cpp)          |  | 
 | 7 | +| 2.  | [Two Sum](https://leetcode.com/explore/challenge/card/august-leetcoding-challenge-2021/613/week-1-august-1st-august-7th/3836/)                                  |                  [cpp](./02.%20Two%20Sum.cpp)                   |  | 
 | 8 | +| 3.  | [Subsets II](https://leetcode.com/explore/challenge/card/august-leetcoding-challenge-2021/613/week-1-august-1st-august-7th/3837/)                               |                 [cpp](./03.%20Subsets%20II.cpp)                 |  | 
 | 9 | +| 4.  | [Path Sum II](https://leetcode.com/explore/challenge/card/august-leetcoding-challenge-2021/613/week-1-august-1st-august-7th/3838/)                              |               [cpp](./04.%20Path%20Sum%20II.cpp)                |  | 
 | 10 | +| 5.  | [Stone Game](https://leetcode.com/explore/challenge/card/august-leetcoding-challenge-2021/613/week-1-august-1st-august-7th/3870/)                               |                 [cpp](./05.%20Stone%20Game.cpp)                 |  | 
 | 11 | +| 6.  | [N-ary Tree Level Order Traversal](https://leetcode.com/explore/challenge/card/august-leetcoding-challenge-2021/613/week-1-august-1st-august-7th/3871/)         |   [cpp](./06.%20N-ary%20Tree%20Level%20Order%20Traversal.cpp)   |  | 
 | 12 | +| 7.  | [Palindrome Partitioning II](https://leetcode.com/explore/challenge/card/august-leetcoding-challenge-2021/613/week-1-august-1st-august-7th/3872/)               |        [cpp](./07.%20Palindrome%20Partitioning%20II.cpp)        |  | 
 | 13 | +| 9.  | [Add Strings](https://leetcode.com/explore/challenge/card/august-leetcoding-challenge-2021/614/week-2-august-8th-august-14th/3875/)                             |                [cpp](./09.%20Add%20Strings.cpp)                 |  | 
 | 14 | +| 10. | [Flip String to Monotone Increasing](https://leetcode.com/explore/challenge/card/august-leetcoding-challenge-2021/614/week-2-august-8th-august-14th/3876/)      |  [cpp](./10.%20Flip%20String%20to%20Monotone%20Increasing.cpp)  |  | 
0 commit comments