Directories ¶ Show internal Expand all Path Synopsis src automateingolang/07_01_regexpMail automateingolang/07_02_regexpPass automateingolang/08_01_randomQuizGen automateingolang/08_02_multiClipBoard automateingolang/08_03_madLibs automateingolang/08_04_regexpTxt automateingolang/09_01_renameDate automateingolang/09_02_backupToZip automateingolang/09_03_selectiveBackup automateingolang/09_04_findLargeFiles automateingolang/11_01_mapIt automateingolang/11_02_googleSearchIt automateingolang/11_03_requestGet automateingolang/11_04_urlSearchTerm automateingolang/11_05_requestSave automateingolang/11_06_luckyGoogle automateingolang/11_07_downloadXkcd automateingolang/11_08_seleniumGo automateingolang/11_09_seleniumFindClick automateingolang/11_10_geocoderYandex automateingolang/12_01_xlsxGo automateingolang/12_02_censusPopData automateingolang/12_03_saveExel automateingolang/12_04_updateProduce automateingolang/12_05_multiplicationTable automateingolang/12_06_blankRowInserter automateingolang/12_07_colToRow automateingolang/12_08_txtToXlsx automateingolang/12_09_xlsxToTxt automateingolang/13_01_pdfTest automateingolang/13_02_combinePdfs automateingolang/13_03_docxTest automateingolang/14_01_removeCsvHeader automateingolang/14_02_quickWeather automateingolang/14_03_testJSON automateingolang/14_04_quickWeather2 automateingolang/15_01_timeTest automateingolang/15_02_stopWacth automateingolang/15_03_concurrencyTest automateingolang/15_04_multidownloadXkcd automateingolang/15_05_execTest automateingolang/15_06_countdown automateingolang/16_01_testEmailSmtp automateingolang/16_02_imapTest automateingolang/16_03_sendDuesReminders automateingolang/16_04_twilioTest automateingolang/17_01_testGoImage automateingolang/17_02_testBild automateingolang/17_03_testImaging automateingolang/17_04_resizeAndAddLogo automateingolang/18_01_newChallenge/barcode automateingolang/18_01_newChallenge/progress automateingolang/18_01_newChallenge/readPdf gohacktools/01_crackUnixPass gohacktools/02_crackZipPass gohacktools/03_tcpScanner gohacktools/04_goNmapScan gohacktools/05_sshGexpectShavac gohacktools/06_forensicMozillaSQLITE gohacktools/07_metaDataPdf gohacktools/08_geoIp gohacktools/09_packetParser gohacktools/10_buildGoogleMap gohacktools/11_netcat gohacktools/12_sshCrack gohacktools/13_sshSwarm gohacktools/14_TCPProxy gohacktools/15_sshTunnel gohacktools/16_shell gohacktools/17_forensicImage gohacktools/18_forensicFile gohacktools/19_getGeoTagPhoto gohacktools/20_ospfGetAuth gohacktools/21_RSAapp leetcode leetcode/Algorithms/0001.two-sum leetcode/Algorithms/0002.add-two-numbers leetcode/Algorithms/0003.longest-substring-without-repeating-characters leetcode/Algorithms/0004.median-of-two-sorted-arrays leetcode/Algorithms/0005.longest-palindromic-substring leetcode/Algorithms/0006.zigzag-conversion leetcode/Algorithms/0007.reverse-integer leetcode/Algorithms/0008.string-to-integer-atoi leetcode/Algorithms/0009.palindrome-number leetcode/Algorithms/0010.regular-expression-matching leetcode/Algorithms/0011.container-with-most-water leetcode/Algorithms/0012.integer-to-roman leetcode/Algorithms/0013.roman-to-integer leetcode/Algorithms/0014.longest-common-prefix leetcode/Algorithms/0015.3sum leetcode/Algorithms/0016.3sum-closest leetcode/Algorithms/0017.letter-combinations-of-a-phone-number leetcode/Algorithms/0018.4sum leetcode/Algorithms/0019.remove-nth-node-from-end-of-list leetcode/Algorithms/0020.valid-parentheses leetcode/Algorithms/0021.merge-two-sorted-lists leetcode/Algorithms/0022.generate-parentheses leetcode/Algorithms/0023.merge-k-sorted-lists leetcode/Algorithms/0024.swap-nodes-in-pairs leetcode/Algorithms/0025.reverse-nodes-in-k-group leetcode/Algorithms/0026.remove-duplicates-from-sorted-array leetcode/Algorithms/0027.remove-element leetcode/Algorithms/0028.implement-strstr leetcode/Algorithms/0029.divide-two-integers leetcode/Algorithms/0030.substring-with-concatenation-of-all-words leetcode/Algorithms/0031.next-permutation leetcode/Algorithms/0032.longest-valid-parentheses leetcode/Algorithms/0033.search-in-rotated-sorted-array leetcode/Algorithms/0034.search-for-a-range leetcode/Algorithms/0035.search-insert-position leetcode/Algorithms/0036.valid-sudoku leetcode/Algorithms/0037.sudoku-solver leetcode/Algorithms/0038.count-and-say leetcode/Algorithms/0039.combination-sum leetcode/Algorithms/0040.combination-sum-ii leetcode/Algorithms/0041.first-missing-positive leetcode/Algorithms/0042.trapping-rain-water leetcode/Algorithms/0043.multiply-strings leetcode/Algorithms/0044.wildcard-matching leetcode/Algorithms/0045.jump-game-ii leetcode/Algorithms/0046.permutations leetcode/Algorithms/0047.permutations-ii leetcode/Algorithms/0048.rotate-image leetcode/Algorithms/0049.group-anagrams leetcode/Algorithms/0050.powx-n leetcode/Algorithms/0051.n-queens leetcode/Algorithms/0052.n-queens-ii leetcode/Algorithms/0053.maximum-subarray leetcode/Algorithms/0054.spiral-matrix leetcode/Algorithms/0055.jump-game leetcode/Algorithms/0056.merge-intervals leetcode/Algorithms/0057.insert-interval leetcode/Algorithms/0058.length-of-last-word leetcode/Algorithms/0059.spiral-matrix-ii leetcode/Algorithms/0060.permutation-sequence leetcode/Algorithms/0061.rotate-list leetcode/Algorithms/0062.unique-paths leetcode/Algorithms/0063.unique-paths-ii leetcode/Algorithms/0064.minimum-path-sum leetcode/Algorithms/0065.valid-number leetcode/Algorithms/0066.plus-one leetcode/Algorithms/0067.add-binary leetcode/Algorithms/0068.text-justification leetcode/Algorithms/0069.sqrtx leetcode/Algorithms/0070.climbing-stairs leetcode/Algorithms/0071.simplify-path leetcode/Algorithms/0072.edit-distance leetcode/Algorithms/0073.set-matrix-zeroes leetcode/Algorithms/0074.search-a-2d-matrix leetcode/Algorithms/0075.sort-colors leetcode/Algorithms/0076.minimum-window-substring leetcode/Algorithms/0077.combinations leetcode/Algorithms/0078.subsets leetcode/Algorithms/0079.word-search leetcode/Algorithms/0080.remove-duplicates-from-sorted-array-ii leetcode/Algorithms/0081.search-in-rotated-sorted-array-ii leetcode/Algorithms/0082.remove-duplicates-from-sorted-list-ii leetcode/Algorithms/0083.remove-duplicates-from-sorted-list leetcode/Algorithms/0084.largest-rectangle-in-histogram leetcode/Algorithms/0085.maximal-rectangle leetcode/Algorithms/0086.partition-list leetcode/Algorithms/0087.scramble-string leetcode/Algorithms/0088.merge-sorted-array leetcode/Algorithms/0089.gray-code leetcode/Algorithms/0090.subsets-ii leetcode/Algorithms/0091.decode-ways leetcode/Algorithms/0092.reverse-linked-list-ii leetcode/Algorithms/0093.restore-ip-addresses leetcode/Algorithms/0094.binary-tree-inorder-traversal leetcode/Algorithms/0095.unique-binary-search-trees-ii leetcode/Algorithms/0096.unique-binary-search-trees leetcode/Algorithms/0097.interleaving-string leetcode/Algorithms/0098.validate-binary-search-tree leetcode/Algorithms/0099.recover-binary-search-tree leetcode/Algorithms/0100.same-tree leetcode/Algorithms/0101.symmetric-tree leetcode/Algorithms/0102.binary-tree-level-order-traversal leetcode/Algorithms/0103.binary-tree-zigzag-level-order-traversal leetcode/Algorithms/0104.maximum-depth-of-binary-tree leetcode/Algorithms/0105.construct-binary-tree-from-preorder-and-inorder-traversal leetcode/Algorithms/0106.construct-binary-tree-from-inorder-and-postorder-traversal leetcode/Algorithms/0107.binary-tree-level-order-traversal-ii leetcode/Algorithms/0108.convert-sorted-array-to-binary-search-tree leetcode/Algorithms/0109.convert-sorted-list-to-binary-search-tree leetcode/Algorithms/0110.balanced-binary-tree leetcode/Algorithms/0111.minimum-depth-of-binary-tree leetcode/Algorithms/0112.path-sum leetcode/Algorithms/0113.path-sum-ii leetcode/Algorithms/0114.flatten-binary-tree-to-linked-list leetcode/Algorithms/0115.distinct-subsequences leetcode/Algorithms/0118.pascals-triangle leetcode/Algorithms/0119.pascals-triangle-ii leetcode/Algorithms/0120.triangle leetcode/Algorithms/0121.best-time-to-buy-and-sell-stock leetcode/Algorithms/0122.best-time-to-buy-and-sell-stock-ii leetcode/Algorithms/0123.best-time-to-buy-and-sell-stock-iii leetcode/Algorithms/0124.binary-tree-maximum-path-sum leetcode/Algorithms/0125.valid-palindrome leetcode/Algorithms/0126.word-ladder-ii leetcode/Algorithms/0127.word-ladder leetcode/Algorithms/0128.longest-consecutive-sequence leetcode/Algorithms/0129.sum-root-to-leaf-numbers leetcode/Algorithms/0130.surrounded-regions leetcode/Algorithms/0131.palindrome-partitioning leetcode/Algorithms/0132.palindrome-partitioning-ii leetcode/Algorithms/0134.gas-station leetcode/Algorithms/0135.candy leetcode/Algorithms/0136.single-number leetcode/Algorithms/0137.single-number-ii leetcode/Algorithms/0139.word-break leetcode/Algorithms/0140.word-break-ii leetcode/Algorithms/0143.reorder-list leetcode/Algorithms/0144.binary-tree-preorder-traversal leetcode/Algorithms/0145.binary-tree-postorder-traversal leetcode/Algorithms/0146.lru-cache leetcode/Algorithms/0147.insertion-sort-list leetcode/Algorithms/0148.sort-list leetcode/Algorithms/0149.max-points-on-a-line leetcode/Algorithms/0150.evaluate-reverse-polish-notation leetcode/Algorithms/0152.maximum-product-subarray leetcode/Algorithms/0153.find-minimum-in-rotated-sorted-array leetcode/Algorithms/0154.find-minimum-in-rotated-sorted-array-ii leetcode/Algorithms/0155.min-stack leetcode/Algorithms/0162.find-peak-element leetcode/Algorithms/0164.maximum-gap leetcode/Algorithms/0165.compare-version-numbers leetcode/Algorithms/0166.fraction-to-recurring-decimal leetcode/Algorithms/0167.two-sum-ii-input-array-is-sorted leetcode/Algorithms/0168.excel-sheet-column-title leetcode/Algorithms/0169.majority-element leetcode/Algorithms/0171.excel-sheet-column-number leetcode/Algorithms/0172.factorial-trailing-zeroes leetcode/Algorithms/0174.dungeon-game leetcode/Algorithms/0179.largest-number leetcode/Algorithms/0187.repeated-dna-sequences leetcode/Algorithms/0188.best-time-to-buy-and-sell-stock-iv leetcode/Algorithms/0189.rotate-array leetcode/Algorithms/0198.house-robber leetcode/Algorithms/0199.binary-tree-right-side-view leetcode/Algorithms/0200.number-of-islands leetcode/Algorithms/0201.bitwise-and-of-numbers-range leetcode/Algorithms/0202.happy-number leetcode/Algorithms/0203.remove-linked-list-elements leetcode/Algorithms/0204.count-primes leetcode/Algorithms/0205.isomorphic-strings leetcode/Algorithms/0206.reverse-linked-list leetcode/Algorithms/0207.course-schedule leetcode/Algorithms/0208.implement-trie-prefix-tree leetcode/Algorithms/0209.minimum-size-subarray-sum leetcode/Algorithms/0210.course-schedule-ii leetcode/Algorithms/0211.add-and-search-word-data-structure-design leetcode/Algorithms/0212.word-search-ii leetcode/Algorithms/0213.house-robber-ii leetcode/Algorithms/0214.shortest-palindrome leetcode/Algorithms/0215.kth-largest-element-in-an-array leetcode/Algorithms/0216.combination-sum-iii leetcode/Algorithms/0217.contains-duplicate leetcode/Algorithms/0218.the-skyline-problem leetcode/Algorithms/0219.contains-duplicate-ii leetcode/Algorithms/0220.contains-duplicate-iii leetcode/Algorithms/0221.maximal-square leetcode/Algorithms/0223.rectangle-area leetcode/Algorithms/0224.basic-calculator leetcode/Algorithms/0225.implement-stack-using-queues leetcode/Algorithms/0226.invert-binary-tree leetcode/Algorithms/0227.basic-calculator-ii leetcode/Algorithms/0228.summary-ranges leetcode/Algorithms/0229.majority-element-ii leetcode/Algorithms/0230.kth-smallest-element-in-a-bst leetcode/Algorithms/0231.power-of-two leetcode/Algorithms/0232.implement-queue-using-stacks leetcode/Algorithms/0233.number-of-digit-one leetcode/Algorithms/0234.palindrome-linked-list leetcode/Algorithms/0238.product-of-array-except-self leetcode/Algorithms/0239.sliding-window-maximum leetcode/Algorithms/0240.search-a-2d-matrix-ii leetcode/Algorithms/0241.different-ways-to-add-parentheses leetcode/Algorithms/0242.valid-anagram leetcode/Algorithms/0257.binary-tree-paths leetcode/Algorithms/0258.add-digits leetcode/Algorithms/0260.single-number-iii leetcode/Algorithms/0263.ugly-number leetcode/Algorithms/0264.ugly-number-ii leetcode/Algorithms/0268.missing-number leetcode/Algorithms/0273.integer-to-english-words leetcode/Algorithms/0274.h-index leetcode/Algorithms/0275.h-index-ii leetcode/Algorithms/0279.perfect-squares leetcode/Algorithms/0282.expression-add-operators leetcode/Algorithms/0283.move-zeroes leetcode/Algorithms/0287.find-the-duplicate-number leetcode/Algorithms/0289.game-of-life leetcode/Algorithms/0290.word-pattern leetcode/Algorithms/0292.nim-game leetcode/Algorithms/0295.find-median-from-data-stream leetcode/Algorithms/0299.bulls-and-cows leetcode/Algorithms/0300.longest-increasing-subsequence leetcode/Algorithms/0301.remove-invalid-parentheses leetcode/Algorithms/0303.range-sum-query-immutable leetcode/Algorithms/0304.range-sum-query-2d-immutable leetcode/Algorithms/0306.additive-number leetcode/Algorithms/0307.range-sum-query-mutable leetcode/Algorithms/0309.best-time-to-buy-and-sell-stock-with-cooldown leetcode/Algorithms/0310.minimum-height-trees leetcode/Algorithms/0312.burst-balloons leetcode/Algorithms/0313.super-ugly-number leetcode/Algorithms/0315.count-of-smaller-numbers-after-self leetcode/Algorithms/0316.remove-duplicate-letters leetcode/Algorithms/0318.maximum-product-of-word-lengths leetcode/Algorithms/0319.bulb-switcher leetcode/Algorithms/0321.create-maximum-number leetcode/Algorithms/0322.coin-change leetcode/Algorithms/0324.wiggle-sort-ii leetcode/Algorithms/0326.power-of-three leetcode/Algorithms/0327.count-of-range-sum leetcode/Algorithms/0328.odd-even-linked-list leetcode/Algorithms/0329.longest-increasing-path-in-a-matrix leetcode/Algorithms/0330.patching-array leetcode/Algorithms/0331.verify-preorder-serialization-of-a-binary-tree leetcode/Algorithms/0332.reconstruct-itinerary leetcode/Algorithms/0334.increasing-triplet-subsequence leetcode/Algorithms/0335.self-crossing leetcode/Algorithms/0336.palindrome-pairs leetcode/Algorithms/0337.house-robber-iii leetcode/Algorithms/0338.counting-bits leetcode/Algorithms/0342.power-of-four leetcode/Algorithms/0343.integer-break leetcode/Algorithms/0344.reverse-string leetcode/Algorithms/0345.reverse-vowels-of-a-string leetcode/Algorithms/0347.top-k-frequent-elements leetcode/Algorithms/0349.intersection-of-two-arrays leetcode/Algorithms/0350.intersection-of-two-arrays-ii leetcode/Algorithms/0352.data-stream-as-disjoint-intervals leetcode/Algorithms/0354.russian-doll-envelopes leetcode/Algorithms/0355.design-twitter leetcode/Algorithms/0357.count-numbers-with-unique-digits leetcode/Algorithms/0363.max-sum-of-rectangle-no-larger-than-k leetcode/Algorithms/0365.water-and-jug-problem leetcode/Algorithms/0367.valid-perfect-square leetcode/Algorithms/0368.largest-divisible-subset leetcode/Algorithms/0371.sum-of-two-integers leetcode/Algorithms/0372.super-pow leetcode/Algorithms/0373.find-k-pairs-with-smallest-sums leetcode/Algorithms/0375.guess-number-higher-or-lower-ii leetcode/Algorithms/0376.wiggle-subsequence leetcode/Algorithms/0377.combination-sum-iv leetcode/Algorithms/0378.kth-smallest-element-in-a-sorted-matrix leetcode/Algorithms/0380.insert-delete-getrandom-o1 leetcode/Algorithms/0381.insert-delete-getrandom-o1-duplicates-allowed leetcode/Algorithms/0382.linked-list-random-node leetcode/Algorithms/0383.ransom-note leetcode/Algorithms/0384.shuffle-an-array leetcode/Algorithms/0385.mini-parser leetcode/Algorithms/0387.first-unique-character-in-a-string leetcode/Algorithms/0388.longest-absolute-file-path leetcode/Algorithms/0389.find-the-difference leetcode/Algorithms/0390.elimination-game leetcode/Algorithms/0391.perfect-rectangle leetcode/Algorithms/0392.is-subsequence leetcode/Algorithms/0393.utf-8-validation leetcode/Algorithms/0394.decode-string leetcode/Algorithms/0395.longest-substring-with-at-least-k-repeating-characters leetcode/Algorithms/0396.rotate-function leetcode/Algorithms/0397.integer-replacement leetcode/Algorithms/0398.random-pick-index leetcode/Algorithms/0399.evaluate-division leetcode/Algorithms/0400.nth-digit leetcode/Algorithms/0401.binary-watch leetcode/Algorithms/0402.remove-k-digits leetcode/Algorithms/0403.frog-jump leetcode/Algorithms/0404.sum-of-left-leaves leetcode/Algorithms/0405.convert-a-number-to-hexadecimal leetcode/Algorithms/0406.queue-reconstruction-by-height leetcode/Algorithms/0407.trapping-rain-water-ii leetcode/Algorithms/0409.longest-palindrome leetcode/Algorithms/0410.split-array-largest-sum leetcode/Algorithms/0412.fizz-buzz leetcode/Algorithms/0413.arithmetic-slices leetcode/Algorithms/0414.third-maximum-number leetcode/Algorithms/0415.add-strings leetcode/Algorithms/0416.partition-equal-subset-sum leetcode/Algorithms/0417.pacific-atlantic-water-flow leetcode/Algorithms/0419.battleships-in-a-board leetcode/Algorithms/0420.strong-password-checker leetcode/Algorithms/0421.maximum-xor-of-two-numbers-in-an-array leetcode/Algorithms/0423.reconstruct-original-digits-from-english leetcode/Algorithms/0424.longest-repeating-character-replacement leetcode/Algorithms/0432.all-oone-data-structure leetcode/Algorithms/0434.number-of-segments-in-a-string leetcode/Algorithms/0435.non-overlapping-intervals leetcode/Algorithms/0436.find-right-interval leetcode/Algorithms/0437.path-sum-iii leetcode/Algorithms/0438.find-all-anagrams-in-a-string leetcode/Algorithms/0440.k-th-smallest-in-lexicographical-order leetcode/Algorithms/0441.arranging-coins leetcode/Algorithms/0442.find-all-duplicates-in-an-array leetcode/Algorithms/0443.string-compression leetcode/Algorithms/0445.add-two-numbers-ii leetcode/Algorithms/0446.arithmetic-slices-ii-subsequence leetcode/Algorithms/0447.number-of-boomerangs leetcode/Algorithms/0448.find-all-numbers-disappeared-in-an-array leetcode/Algorithms/0450.delete-node-in-a-bst leetcode/Algorithms/0451.sort-characters-by-frequency leetcode/Algorithms/0452.minimum-number-of-arrows-to-burst-balloons leetcode/Algorithms/0453.minimum-moves-to-equal-array-elements leetcode/Algorithms/0454.4sum-ii leetcode/Algorithms/0455.assign-cookies leetcode/Algorithms/0456.132-pattern leetcode/Algorithms/0459.repeated-substring-pattern leetcode/Algorithms/0460.lfu-cache leetcode/Algorithms/0461.hamming-distance leetcode/Algorithms/0462.minimum-moves-to-equal-array-elements-ii leetcode/Algorithms/0463.island-perimeter leetcode/Algorithms/0464.can-i-win leetcode/Algorithms/0466.count-the-repetitions leetcode/Algorithms/0467.unique-substrings-in-wraparound-string leetcode/Algorithms/0468.validate-ip-address leetcode/Algorithms/0472.concatenated-words leetcode/Algorithms/0473.matchsticks-to-square leetcode/Algorithms/0474.ones-and-zeroes leetcode/Algorithms/0475.heaters leetcode/Algorithms/0476.number-complement leetcode/Algorithms/0477.total-hamming-distance leetcode/Algorithms/0479.largest-palindrome-product leetcode/Algorithms/0480.sliding-window-median leetcode/Algorithms/0481.magical-string leetcode/Algorithms/0482.license-key-formatting leetcode/Algorithms/0483.smallest-good-base leetcode/Algorithms/0485.max-consecutive-ones leetcode/Algorithms/0486.predict-the-winner leetcode/Algorithms/0488.zuma-game leetcode/Algorithms/0491.increasing-subsequences leetcode/Algorithms/0492.construct-the-rectangle leetcode/Algorithms/0493.reverse-pairs leetcode/Algorithms/0494.target-sum leetcode/Algorithms/0495.teemo-attacking leetcode/Algorithms/0496.next-greater-element-i leetcode/Algorithms/0498.diagonal-traverse leetcode/Algorithms/0500.keyboard-row leetcode/Algorithms/0501.find-mode-in-binary-search-tree leetcode/Algorithms/0502.ipo leetcode/Algorithms/0503.next-greater-element-ii leetcode/Algorithms/0504.base-7 leetcode/Algorithms/0506.relative-ranks leetcode/Algorithms/0507.perfect-number leetcode/Algorithms/0508.most-frequent-subtree-sum leetcode/Algorithms/0513.find-bottom-left-tree-value leetcode/Algorithms/0514.freedom-trail leetcode/Algorithms/0515.find-largest-value-in-each-tree-row leetcode/Algorithms/0516.longest-palindromic-subsequence leetcode/Algorithms/0517.super-washing-machines leetcode/Algorithms/0520.detect-capital leetcode/Algorithms/0521.longest-uncommon-subsequence-i leetcode/Algorithms/0522.longest-uncommon-subsequence-ii leetcode/Algorithms/0523.continuous-subarray-sum leetcode/Algorithms/0524.longest-word-in-dictionary-through-deleting leetcode/Algorithms/0526.beautiful-arrangement leetcode/Algorithms/0529.minesweeper leetcode/Algorithms/0530.minimum-absolute-difference-in-bst leetcode/Algorithms/0532.k-diff-pairs-in-an-array leetcode/Algorithms/0537.complex-number-multiplication leetcode/Algorithms/0538.convert-bst-to-greater-tree leetcode/Algorithms/0539.minimum-time-difference leetcode/Algorithms/0540.single-element-in-a-sorted-array leetcode/Algorithms/0541.reverse-string-ii leetcode/Algorithms/0542.01-matrix leetcode/Algorithms/0543.diameter-of-binary-tree leetcode/Algorithms/0546.remove-boxes leetcode/Algorithms/0552.student-attendance-record-ii leetcode/Algorithms/0553.optimal-division leetcode/Algorithms/0556.next-greater-element-iii leetcode/Algorithms/0560.subarray-sum-equals-k leetcode/Algorithms/0561.array-partition-i leetcode/Algorithms/0564.find-the-closest-palindrome leetcode/Algorithms/0565.array-nesting leetcode/Algorithms/0566.reshape-the-matrix leetcode/Algorithms/0581.shortest-unsorted-continuous-subarray leetcode/Algorithms/0587.erect-the-fence leetcode/Algorithms/0591.tag-validator leetcode/Algorithms/0600.non-negative-integers-without-consecutive-ones leetcode/Algorithms/0605.can-place-flowers leetcode/Algorithms/0611.valid-triangle-number leetcode/Algorithms/0621.task-scheduler leetcode/Algorithms/0628.maximum-product-of-three-numbers leetcode/Algorithms/0629.k-inverse-pairs-array leetcode/Algorithms/0630.course-schedule-iii leetcode/Algorithms/0632.smallest-range leetcode/Algorithms/0639.decode-ways-ii leetcode/Algorithms/0643.maximum-average-subarray-i leetcode/Algorithms/0660.remove-9 leetcode/Algorithms/0661.image-smoother leetcode/Algorithms/0664.strange-printer leetcode/Algorithms/0667.beautiful-arrangement-ii leetcode/Algorithms/0668.kth-smallest-number-in-multiplication-table leetcode/Algorithms/0675.cut-off-trees-for-golf-event leetcode/Algorithms/0679.24-game leetcode/Algorithms/0726.number-of-atoms leetcode/helper.v5 leetcode/kit Click to show internal directories. Click to hide internal directories.