Skip to content

Commit 9bd32e1

Browse files
committed
doc: Update README.md
1 parent b80ff0b commit 9bd32e1

File tree

2 files changed

+43
-20
lines changed

2 files changed

+43
-20
lines changed

README.md

Lines changed: 34 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,18 +71,35 @@ Learning & Solving Problems on LeetCode
7171
* [342_PowerOfFour](https://github.com/milanpanchal/LeetCode/tree/master/Swift/Problems/342_PowerOfFour.playground/Contents.swift)
7272
* [345_ReverseVowelsOfAString](https://github.com/milanpanchal/LeetCode/tree/master/Swift/Problems/345_ReverseVowelsOfAString.playground/Contents.swift)
7373
* [347_TopKFrequentElements](https://github.com/milanpanchal/LeetCode/tree/master/Swift/Problems/347_TopKFrequentElements.playground/Contents.swift)
74+
7475
* [371_SumOfTwoIntegers](https://github.com/milanpanchal/LeetCode/tree/master/Swift/Problems/371_SumOfTwoIntegers.playground/Contents.swift)
76+
77+
* [404_SumOfLeftLeaves](https://github.com/milanpanchal/LeetCode/tree/master/Swift/Problems/404_SumOfLeftLeaves.playground/Contents.swift)
78+
7579
* [406_QueueReconstructionByHeight](https://github.com/milanpanchal/LeetCode/tree/master/Swift/Problems/406_QueueReconstructionByHeight.playground/Contents.swift)
80+
81+
* [412_FizzBuzz](https://github.com/milanpanchal/LeetCode/tree/master/Swift/Problems/412_FizzBuzz.playground/Contents.swift)
82+
7683
* [430_FlattenAMultilevelDoublyLinkedList](https://github.com/milanpanchal/LeetCode/tree/master/Swift/Problems/430_FlattenAMultilevelDoublyLinkedList.playground/Contents.swift)
84+
85+
* [436_FindRightInterval](https://github.com/milanpanchal/LeetCode/tree/master/Swift/Problems/436_FindRightInterval.playground/Contents.swift)
86+
7787
* [437_PathSum-III](https://github.com/milanpanchal/LeetCode/tree/master/Swift/Problems/437_PathSum-III.playground/Contents.swift)
88+
7889
* [441_ArrangingCoins](https://github.com/milanpanchal/LeetCode/tree/master/Swift/Problems/441_ArrangingCoins.playground/Contents.swift)
90+
7991
* [442_FindAllDuplicatesInAnArray](https://github.com/milanpanchal/LeetCode/tree/master/Swift/Problems/442_FindAllDuplicatesInAnArray.playground/Contents.swift)
8092

93+
* [450_DeleteNodeInABST](https://github.com/milanpanchal/LeetCode/tree/master/Swift/Problems/450_DeleteNodeInABST.playground/Contents.swift)
8194

8295
* [463_IslandPerimeter](https://github.com/milanpanchal/LeetCode/tree/master/Swift/Problems/463_IslandPerimeter.playground/Contents.swift)
8396

97+
* [470_ImplementRand10()UsingRand7()](https://github.com/milanpanchal/LeetCode/tree/master/Swift/Problems/470_ImplementRand10()UsingRand7().playground/Contents.swift)
98+
8499
* [476_NumberComplement](https://github.com/milanpanchal/LeetCode/tree/master/Swift/Problems/476_NumberComplement.playground/Contents.swift)
85100

101+
* [497_RandomPointInNonOverlappingRectangles](https://github.com/milanpanchal/LeetCode/tree/master/Swift/Problems/497_RandomPointInNonOverlappingRectangles.playground/Contents.swift)
102+
86103
* [518_CoinChange2](https://github.com/milanpanchal/LeetCode/tree/master/Swift/Problems/518_CoinChange2.playground/Contents.swift)
87104

88105
* [621_TaskScheduler](https://github.com/milanpanchal/LeetCode/tree/master/Swift/Problems/621_TaskScheduler.playground/Contents.swift)
@@ -99,14 +116,22 @@ Learning & Solving Problems on LeetCode
99116

100117
* [917_ReverseOnlyLetters](https://github.com/milanpanchal/LeetCode/tree/master/Swift/Problems/917_ReverseOnlyLetters.playground/Contents.swift)
101118

119+
* [952_LargestComponentSizeByCommonFactor](https://github.com/milanpanchal/LeetCode/tree/master/Swift/Problems/952_LargestComponentSizeByCommonFactor.playground.playground/Contents.swift)
120+
102121
* [957_PrisonCellsAfterNDays](https://github.com/milanpanchal/LeetCode/tree/master/Swift/Problems/957_PrisonCellsAfterNDays.playground/Contents.swift)
103122

123+
* [969_PancakeSorting](https://github.com/milanpanchal/LeetCode/tree/master/Swift/Problems/969_PancakeSorting.playground/Contents.swift)
124+
125+
* [983_MinimumCostForTickets](https://github.com/milanpanchal/LeetCode/tree/master/Swift/Problems/983_MinimumCostForTickets.playground/Contents.swift)
126+
104127
* [987_VerticalOrderTraversalOfABinaryTree](https://github.com/milanpanchal/LeetCode/tree/master/Swift/Problems/987_VerticalOrderTraversalOfABinaryTree.playground/Contents.swift)
105128

106129
* [993_CousinsInBinaryTree](https://github.com/milanpanchal/LeetCode/tree/master/Swift/Problems/993_CousinsInBinaryTree.playground/Contents.swift)
107130

108131
* [994_RottingOranges](https://github.com/milanpanchal/LeetCode/tree/master/Swift/Problems/994_RottingOranges.playground.playground.playground/Contents.swift)
109132

133+
* [1032_StreamOfCharacters](https://github.com/milanpanchal/LeetCode/tree/master/Swift/Problems/1032_StreamOfCharacters.playground.playground/Contents.swift)
134+
110135
* [1344_AngleBetweenHandsOfAClock](https://github.com/milanpanchal/LeetCode/tree/master/Swift/Problems/1344_AngleBetweenHandsOfAClock.playground/Contents.swift)
111136

112137
* [1470_ShuffleTheArray](https://github.com/milanpanchal/LeetCode/tree/master/Swift/Problems/1470_ShuffleTheArray.playground/Contents.swift)
@@ -161,15 +186,15 @@ Learning & Solving Problems on LeetCode
161186

162187
### August Challenge [[Swift](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge)]
163188

164-
| Week 1: Aug 1st–Aug 7th | Week 2: Aug 8th–Aug 14th | Week 3: Aug 15th–Aug 21st | Week 4: Aug 22nd–Aug 28th | Week 5: Aug 29th–Aug 31st |
165-
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------- | ------------------------- | ------------------------- |
166-
| [Detect Capital](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/01_DetectCapital.playground/Contents.swift) | [Path Sum - III](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/08_PathSum-III.playground/Contents.swift) | | | |
167-
| [Design HashSet](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/02_DesignHashSet.playground/Contents.swift) | [Rotting Oranges](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/09_RottingOranges.playground/Contents.swift) | | | |
168-
| [Valid Palindrome](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/03_ValidPalindrome.playground/Contents.swift) | [Excel Sheet Column Number](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/10_ExcelSheetColumnNumber.playground/Contents.swift) | | | |
169-
| [Power Of Four](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/04_PowerOfFour.playground/Contents.swift) | [H-Index](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/11_H-Index.playground/Contents.swift) | | | |
170-
| [Add and Search Word Data Structure Design](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/05_AddAndSearchWord_DataStructureDesign.playground/Contents.swift) | [Pascal's Triangle - II](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/12_PascalsTriangle-II.playground/Contents.swift) | | | |
171-
| [Find All Duplicates In An Array](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/06_FindAllDuplicatesInAnArray.playground/Contents.swift) | | | | |
172-
| [Vertical Order Traversal Of A Binary Tree](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/07_VerticalOrderTraversalOfABinaryTree.playground/Contents.swift) | | | | |
189+
| Week 1: Aug 1st–Aug 7th | Week 2: Aug 8th–Aug 14th | Week 3: Aug 15th–Aug 21st | Week 4: Aug 22nd–Aug 28th | Week 5: Aug 29th–Aug 31st |
190+
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
191+
| [Detect Capital](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/01_DetectCapital.playground/Contents.swift) | [Path Sum - III](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/08_PathSum-III.playground/Contents.swift) | [Non Overlapping Intervals](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/15_NonOverlappingIntervals.playground/Contents.swift) | [Random Point In Non Overlapping Rectangles](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/22_RandomPointInNonOverlappingRectangles.playground/Contents.swift) | [Pancake Sorting](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/29_PancakeSorting.playground/Contents.swift) |
192+
| [Design HashSet](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/02_DesignHashSet.playground/Contents.swift) | [Rotting Oranges](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/09_RottingOranges.playground/Contents.swift) | [Best Time To Buy And Sell Stocks - III](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/16_BestTimeToBuyAndSellStock-III.playground/Contents.swift) | [Stream Of Characters](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/23_StreamOfCharacters.playground/Contents.swift) | [Largest Component Size By Common Factor](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/30_LargestComponentSizeByCommonFactor.playground/Contents.swift) |
193+
| [Valid Palindrome](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/03_ValidPalindrome.playground/Contents.swift) | [Excel Sheet Column Number](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/10_ExcelSheetColumnNumber.playground/Contents.swift) | [Distribute Candies To People](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/17_DistributeCandiesToPeople.playground/Contents.swift) | [Sum Of Left Leaves](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/24_SumOfLeftLeaves.playground/Contents.swift) | [Delete Node In a BST](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/31_DeleteNodeInABST.playground/Contents.swift) |
194+
| [Power Of Four](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/04_PowerOfFour.playground/Contents.swift) | [H-Index](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/11_H-Index.playground/Contents.swift) | [Numbers With Same Consecutive Differences](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/18_NumbersWithSameConsecutiveDifferences.playground/Contents.swift) | [Minimum Cost For Tickets](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/25_MinimumCostForTickets.playground/Contents.swift) | |
195+
| [Add and Search Word Data Structure Design](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/05_AddAndSearchWord_DataStructureDesign.playground/Contents.swift) | [Pascal's Triangle - II](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/12_PascalsTriangle-II.playground/Contents.swift) | [Goat Latin](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/19_GoatLatin.playground/Contents.swift) | [Fizz Buzz](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/26_FizzBuzz.playground/Contents.swift) | |
196+
| [Find All Duplicates In An Array](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/06_FindAllDuplicatesInAnArray.playground/Contents.swift) | [Iterator For Combination](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/13_IteratorForCombination.playground/Contents.swift) | [Reorder List](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/20_ReorderList.playground/Contents.swift) | [Find Right Interval](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/27_FindRightInterval.playground/Contents.swift) | |
197+
| [Vertical Order Traversal Of A Binary Tree](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/07_VerticalOrderTraversalOfABinaryTree.playground/Contents.swift) | [Longest Palindrome](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/14_LongestPalindrome.playground/Contents.swift) | [Sort Array By Parity](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/21_SortArrayByParity.playground/Contents.swift) | [Implement Rand10() Using Rand7()](https://github.com/milanpanchal/LeetCode/tree/master/Swift/August%20Challenge/28_ImplementRand10()UsingRand7().playground/Contents.swift) | |
173198

174199

175200

0 commit comments

Comments
 (0)