An open API service indexing awesome lists of open source software.

https://github.com/shresta-voruganti/leetcodee

solutions to leetcode questions
https://github.com/shresta-voruganti/leetcodee

algorithms cpp data-structures data-structures-and-algorithms java leetcode leetcode-solutions mysql-database python3

Last synced: 2 months ago
JSON representation

solutions to leetcode questions

Awesome Lists containing this project

README

          

![LeetCode Badges](https://leetcode-badge-showcase.vercel.app/api?username=Shresta-Voruganti&theme=light&border=no-border&animated=false)

# LeetCode Topics
## Array
| |
| ------- |
| [0001-two-sum](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0001-two-sum) |
| [0004-median-of-two-sorted-arrays](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0004-median-of-two-sorted-arrays) |
| [0011-container-with-most-water](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0011-container-with-most-water) |
| [0015-3sum](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0015-3sum) |
| [0016-3sum-closest](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0016-3sum-closest) |
| [0031-next-permutation](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0031-next-permutation) |
| [0033-search-in-rotated-sorted-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0033-search-in-rotated-sorted-array) |
| [0034-find-first-and-last-position-of-element-in-sorted-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0034-find-first-and-last-position-of-element-in-sorted-array) |
| [0035-search-insert-position](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0035-search-insert-position) |
| [0039-combination-sum](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0039-combination-sum) |
| [0040-combination-sum-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0040-combination-sum-ii) |
| [0041-first-missing-positive](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0041-first-missing-positive) |
| [0042-trapping-rain-water](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0042-trapping-rain-water) |
| [0045-jump-game-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0045-jump-game-ii) |
| [0046-permutations](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0046-permutations) |
| [0048-rotate-image](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0048-rotate-image) |
| [0049-group-anagrams](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0049-group-anagrams) |
| [0051-n-queens](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0051-n-queens) |
| [0053-maximum-subarray](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0053-maximum-subarray) |
| [0054-spiral-matrix](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0054-spiral-matrix) |
| [0055-jump-game](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0055-jump-game) |
| [0056-merge-intervals](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0056-merge-intervals) |
| [0059-spiral-matrix-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0059-spiral-matrix-ii) |
| [0063-unique-paths-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0063-unique-paths-ii) |
| [0064-minimum-path-sum](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0064-minimum-path-sum) |
| [0066-plus-one](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0066-plus-one) |
| [0073-set-matrix-zeroes](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0073-set-matrix-zeroes) |
| [0074-search-a-2d-matrix](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0074-search-a-2d-matrix) |
| [0075-sort-colors](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0075-sort-colors) |
| [0078-subsets](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0078-subsets) |
| [0079-word-search](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0079-word-search) |
| [0084-largest-rectangle-in-histogram](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0084-largest-rectangle-in-histogram) |
| [0090-subsets-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0090-subsets-ii) |
| [0105-construct-binary-tree-from-preorder-and-inorder-traversal](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0105-construct-binary-tree-from-preorder-and-inorder-traversal) |
| [0108-convert-sorted-array-to-binary-search-tree](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0108-convert-sorted-array-to-binary-search-tree) |
| [0118-pascals-triangle](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0118-pascals-triangle) |
| [0121-best-time-to-buy-and-sell-stock](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0121-best-time-to-buy-and-sell-stock) |
| [0122-best-time-to-buy-and-sell-stock-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0122-best-time-to-buy-and-sell-stock-ii) |
| [0128-longest-consecutive-sequence](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0128-longest-consecutive-sequence) |
| [0136-single-number](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0136-single-number) |
| [0139-word-break](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0139-word-break) |
| [0140-word-break-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0140-word-break-ii) |
| [0152-maximum-product-subarray](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0152-maximum-product-subarray) |
| [0153-find-minimum-in-rotated-sorted-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0153-find-minimum-in-rotated-sorted-array) |
| [0162-find-peak-element](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0162-find-peak-element) |
| [0163-missing-ranges](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0163-missing-ranges) |
| [0167-two-sum-ii-input-array-is-sorted](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0167-two-sum-ii-input-array-is-sorted) |
| [0169-majority-element](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0169-majority-element) |
| [0189-rotate-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0189-rotate-array) |
| [0198-house-robber](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0198-house-robber) |
| [0200-number-of-islands](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0200-number-of-islands) |
| [0212-word-search-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0212-word-search-ii) |
| [0213-house-robber-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0213-house-robber-ii) |
| [0215-kth-largest-element-in-an-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0215-kth-largest-element-in-an-array) |
| [0217-contains-duplicate](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0217-contains-duplicate) |
| [0219-contains-duplicate-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0219-contains-duplicate-ii) |
| [0221-maximal-square](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0221-maximal-square) |
| [0238-product-of-array-except-self](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0238-product-of-array-except-self) |
| [0239-sliding-window-maximum](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0239-sliding-window-maximum) |
| [0240-search-a-2d-matrix-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0240-search-a-2d-matrix-ii) |
| [0247-strobogrammatic-number-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0247-strobogrammatic-number-ii) |
| [0252-meeting-rooms](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0252-meeting-rooms) |
| [0253-meeting-rooms-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0253-meeting-rooms-ii) |
| [0256-paint-house](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0256-paint-house) |
| [0259-3sum-smaller](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0259-3sum-smaller) |
| [0265-paint-house-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0265-paint-house-ii) |
| [0280-wiggle-sort](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0280-wiggle-sort) |
| [0283-move-zeroes](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0283-move-zeroes) |
| [0287-find-the-duplicate-number](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0287-find-the-duplicate-number) |
| [0300-longest-increasing-subsequence](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0300-longest-increasing-subsequence) |
| [0307-range-sum-query-mutable](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0307-range-sum-query-mutable) |
| [0311-sparse-matrix-multiplication](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0311-sparse-matrix-multiplication) |
| [0322-coin-change](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0322-coin-change) |
| [0346-moving-average-from-data-stream](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0346-moving-average-from-data-stream) |
| [0347-top-k-frequent-elements](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0347-top-k-frequent-elements) |
| [0361-bomb-enemy](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0361-bomb-enemy) |
| [0413-arithmetic-slices](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0413-arithmetic-slices) |
| [0421-maximum-xor-of-two-numbers-in-an-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0421-maximum-xor-of-two-numbers-in-an-array) |
| [0422-valid-word-square](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0422-valid-word-square) |
| [0436-find-right-interval](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0436-find-right-interval) |
| [0474-ones-and-zeroes](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0474-ones-and-zeroes) |
| [0484-find-permutation](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0484-find-permutation) |
| [0485-max-consecutive-ones](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0485-max-consecutive-ones) |
| [0487-max-consecutive-ones-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0487-max-consecutive-ones-ii) |
| [0490-the-maze](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0490-the-maze) |
| [0496-next-greater-element-i](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0496-next-greater-element-i) |
| [0500-keyboard-row](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0500-keyboard-row) |
| [0503-next-greater-element-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0503-next-greater-element-ii) |
| [0531-lonely-pixel-i](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0531-lonely-pixel-i) |
| [0532-k-diff-pairs-in-an-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0532-k-diff-pairs-in-an-array) |
| [0542-01-matrix](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0542-01-matrix) |
| [0560-subarray-sum-equals-k](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0560-subarray-sum-equals-k) |
| [0605-can-place-flowers](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0605-can-place-flowers) |
| [0616-add-bold-tag-in-string](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0616-add-bold-tag-in-string) |
| [0624-maximum-distance-in-arrays](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0624-maximum-distance-in-arrays) |
| [0645-set-mismatch](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0645-set-mismatch) |
| [0692-top-k-frequent-words](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0692-top-k-frequent-words) |
| [0695-max-area-of-island](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0695-max-area-of-island) |
| [0698-partition-to-k-equal-sum-subsets](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0698-partition-to-k-equal-sum-subsets) |
| [0724-find-pivot-index](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0724-find-pivot-index) |
| [0734-sentence-similarity](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0734-sentence-similarity) |
| [0739-daily-temperatures](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0739-daily-temperatures) |
| [0740-delete-and-earn](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0740-delete-and-earn) |
| [0745-find-smallest-letter-greater-than-target](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0745-find-smallest-letter-greater-than-target) |
| [0746-prefix-and-suffix-search](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0746-prefix-and-suffix-search) |
| [0747-min-cost-climbing-stairs](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0747-min-cost-climbing-stairs) |
| [0760-bold-words-in-string](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0760-bold-words-in-string) |
| [0760-find-anagram-mappings](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0760-find-anagram-mappings) |
| [0792-binary-search](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0792-binary-search) |
| [0827-expressive-words](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0827-expressive-words) |
| [0828-chalkboard-xor-game](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0828-chalkboard-xor-game) |
| [0862-find-and-replace-in-string](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0862-find-and-replace-in-string) |
| [0875-longest-mountain-in-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0875-longest-mountain-in-array) |
| [0892-shortest-subarray-with-sum-at-least-k](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0892-shortest-subarray-with-sum-at-least-k) |
| [0905-length-of-longest-fibonacci-subsequence](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0905-length-of-longest-fibonacci-subsequence) |
| [0906-walking-robot-simulation](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0906-walking-robot-simulation) |
| [0907-koko-eating-bananas](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0907-koko-eating-bananas) |
| [0917-boats-to-save-people](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0917-boats-to-save-people) |
| [0926-find-and-replace-pattern](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0926-find-and-replace-pattern) |
| [0940-fruit-into-baskets](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0940-fruit-into-baskets) |
| [0961-n-repeated-element-in-size-2n-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0961-n-repeated-element-in-size-2n-array) |
| [0981-delete-columns-to-make-sorted](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0981-delete-columns-to-make-sorted) |
| [1002-maximum-width-ramp](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1002-maximum-width-ramp) |
| [1019-squares-of-a-sorted-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1019-squares-of-a-sorted-array) |
| [1034-subarrays-with-k-different-integers](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1034-subarrays-with-k-different-integers) |
| [1036-rotting-oranges](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1036-rotting-oranges) |
| [1052-campus-bikes](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1052-campus-bikes) |
| [1059-missing-element-in-sorted-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1059-missing-element-in-sorted-array) |
| [1066-fixed-point](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1066-fixed-point) |
| [1067-campus-bikes-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1067-campus-bikes-ii) |
| [1073-number-of-enclaves](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1073-number-of-enclaves) |
| [1075-index-pairs-of-a-string](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1075-index-pairs-of-a-string) |
| [1098-largest-unique-number](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1098-largest-unique-number) |
| [1102-check-if-a-number-is-majority-element-in-a-sorted-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1102-check-if-a-number-is-majority-element-in-a-sorted-array) |
| [1138-grumpy-bookstore-owner](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1138-grumpy-bookstore-owner) |
| [1143-find-smallest-common-element-in-all-rows](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1143-find-smallest-common-element-in-all-rows) |
| [1171-shortest-path-in-binary-matrix](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1171-shortest-path-in-binary-matrix) |
| [1198-find-smallest-common-element-in-all-rows](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1198-find-smallest-common-element-in-all-rows) |
| [1256-rank-transform-of-an-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1256-rank-transform-of-an-array) |
| [1272-remove-interval](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1272-remove-interval) |
| [1319-unique-number-of-occurrences](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1319-unique-number-of-occurrences) |
| [1331-path-with-maximum-gold](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1331-path-with-maximum-gold) |
| [1345-perform-string-shifts](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1345-perform-string-shifts) |
| [1364-tuple-with-same-product](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1364-tuple-with-same-product) |
| [1365-how-many-numbers-are-smaller-than-the-current-number](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1365-how-many-numbers-are-smaller-than-the-current-number) |
| [1396-count-servers-that-communicate](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1396-count-servers-that-communicate) |
| [1421-find-numbers-with-even-number-of-digits](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1421-find-numbers-with-even-number-of-digits) |
| [1426-find-n-unique-integers-sum-up-to-zero](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1426-find-n-unique-integers-sum-up-to-zero) |
| [1426-counting-elements](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1426-counting-elements) |
| [1429-first-unique-number](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1429-first-unique-number) |
| [1447-jump-game-iv](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1447-jump-game-iv) |
| [1468-check-if-n-and-its-double-exist](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1468-check-if-n-and-its-double-exist) |
| [1470-shuffle-the-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1470-shuffle-the-array) |
| [1476-count-negative-numbers-in-a-sorted-matrix](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1476-count-negative-numbers-in-a-sorted-matrix) |
| [1485-minimum-cost-to-make-at-least-one-valid-path-in-a-grid](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1485-minimum-cost-to-make-at-least-one-valid-path-in-a-grid) |
| [1524-string-matching-in-an-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1524-string-matching-in-an-array) |
| [1528-kids-with-the-greatest-number-of-candies](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1528-kids-with-the-greatest-number-of-candies) |
| [1631-number-of-sub-arrays-with-odd-sum](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1631-number-of-sub-arrays-with-odd-sum) |
| [1659-get-the-maximum-score](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1659-get-the-maximum-score) |
| [1663-detect-cycles-in-2d-grid](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1663-detect-cycles-in-2d-grid) |
| [1694-make-sum-divisible-by-p](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1694-make-sum-divisible-by-p) |
| [1713-dot-product-of-two-sparse-vectors](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1713-dot-product-of-two-sparse-vectors) |
| [1721-maximum-profit-of-operating-a-centennial-wheel](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1721-maximum-profit-of-operating-a-centennial-wheel) |
| [1755-defuse-the-bomb](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1755-defuse-the-bomb) |
| [1798-max-number-of-k-sum-pairs](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1798-max-number-of-k-sum-pairs) |
| [1876-map-of-highest-peak](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1876-map-of-highest-peak) |
| [1878-check-if-array-is-sorted-and-rotated](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1878-check-if-array-is-sorted-and-rotated) |
| [1895-minimum-number-of-operations-to-move-all-balls-to-each-box](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1895-minimum-number-of-operations-to-move-all-balls-to-each-box) |
| [1917-maximum-average-pass-ratio](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1917-maximum-average-pass-ratio) |
| [1927-maximum-ascending-subarray-sum](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1927-maximum-ascending-subarray-sum) |
| [1929-concatenation-of-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1929-concatenation-of-array) |
| [1951-find-the-winner-of-the-circular-game](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1951-find-the-winner-of-the-circular-game) |
| [1993-sum-of-all-subset-xor-totals](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1993-sum-of-all-subset-xor-totals) |
| [2006-find-the-student-that-will-replace-the-chalk](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2006-find-the-student-that-will-replace-the-chalk) |
| [2048-build-array-from-permutation](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2048-build-array-from-permutation) |
| [2107-find-unique-binary-string](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2107-find-unique-binary-string) |
| [2132-convert-1d-array-into-2d-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2132-convert-1d-array-into-2d-array) |
| [2169-simple-bank-system](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2169-simple-bank-system) |
| [2244-number-of-laser-beams-in-a-bank](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2244-number-of-laser-beams-in-a-bank) |
| [2248-minimum-cost-of-buying-candies-with-discount](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2248-minimum-cost-of-buying-candies-with-discount) |
| [2265-partition-array-according-to-given-pivot](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2265-partition-array-according-to-given-pivot) |
| [2280-count-good-triplets-in-an-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2280-count-good-triplets-in-an-array) |
| [2292-counting-words-with-a-given-prefix](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2292-counting-words-with-a-given-prefix) |
| [2308-divide-array-into-equal-pairs](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2308-divide-array-into-equal-pairs) |
| [2358-number-of-ways-to-split-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2358-number-of-ways-to-split-array) |
| [2411-spiral-matrix-iv](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2411-spiral-matrix-iv) |
| [2448-count-number-of-bad-pairs](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2448-count-number-of-bad-pairs) |
| [2465-shifting-letters-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2465-shifting-letters-ii) |
| [2473-max-sum-of-a-pair-with-equal-sum-of-digits](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2473-max-sum-of-a-pair-with-equal-sum-of-digits) |
| [2551-apply-operations-to-an-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2551-apply-operations-to-an-array) |
| [2552-maximum-sum-of-distinct-subarrays-with-length-k](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2552-maximum-sum-of-distinct-subarrays-with-length-k) |
| [2581-divide-players-into-teams-of-equal-skill](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2581-divide-players-into-teams-of-equal-skill) |
| [2626-count-the-number-of-good-subarrays](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2626-count-the-number-of-good-subarrays) |
| [2685-first-completely-painted-row-or-column](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2685-first-completely-painted-row-or-column) |
| [2691-count-vowel-strings-in-ranges](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2691-count-vowel-strings-in-ranges) |
| [2705-minimum-impossible-or](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2705-minimum-impossible-or) |
| [2707-merge-two-2d-arrays-by-summing-values](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2707-merge-two-2d-arrays-by-summing-values) |
| [2764-maximum-number-of-fish-in-a-grid](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2764-maximum-number-of-fish-in-a-grid) |
| [2766-find-the-prefix-common-array-of-two-arrays](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2766-find-the-prefix-common-array-of-two-arrays) |
| [3142-longest-unequal-adjacent-groups-subsequence-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3142-longest-unequal-adjacent-groups-subsequence-ii) |
| [3143-longest-unequal-adjacent-groups-subsequence-i](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3143-longest-unequal-adjacent-groups-subsequence-i) |
| [3194-find-words-containing-character](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3194-find-words-containing-character) |
| [3213-count-subarrays-where-max-element-appears-at-least-k-times](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3213-count-subarrays-where-max-element-appears-at-least-k-times) |
| [3227-find-missing-and-repeated-values](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3227-find-missing-and-repeated-values) |
| [3278-find-the-number-of-ways-to-place-people-i](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3278-find-the-number-of-ways-to-place-people-i) |
| [3309-count-prefix-and-suffix-pairs-i](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3309-count-prefix-and-suffix-pairs-i) |
| [3321-type-of-triangle](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3321-type-of-triangle) |
| [3332-minimum-operations-to-exceed-threshold-value-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3332-minimum-operations-to-exceed-threshold-value-ii) |
| [3372-longest-strictly-increasing-or-strictly-decreasing-subarray](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3372-longest-strictly-increasing-or-strictly-decreasing-subarray) |
| [3429-special-array-i](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3429-special-array-i) |
| [3463-alternating-groups-i](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3463-alternating-groups-i) |
| [3475-minimum-operations-to-make-binary-array-elements-equal-to-one-i](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3475-minimum-operations-to-make-binary-array-elements-equal-to-one-i) |
| [3621-minimum-operations-to-make-array-values-equal-to-k](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3621-minimum-operations-to-make-array-values-equal-to-k) |
| [3639-zero-array-transformation-i](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3639-zero-array-transformation-i) |
| [3643-zero-array-transformation-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3643-zero-array-transformation-ii) |
| [3656-minimum-number-of-operations-to-make-elements-in-array-distinct](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3656-minimum-number-of-operations-to-make-elements-in-array-distinct) |
| [3685-count-subarrays-of-length-three-with-a-condition](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3685-count-subarrays-of-length-three-with-a-condition) |
| [3773-minimum-pair-removal-to-sort-array-i](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3773-minimum-pair-removal-to-sort-array-i) |
| [3790-fruits-into-baskets-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3790-fruits-into-baskets-ii) |
| [3795-zero-array-transformation-iv](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3795-zero-array-transformation-iv) |
## Binary Search
| |
| ------- |
| [0004-median-of-two-sorted-arrays](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0004-median-of-two-sorted-arrays) |
| [0033-search-in-rotated-sorted-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0033-search-in-rotated-sorted-array) |
| [0034-find-first-and-last-position-of-element-in-sorted-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0034-find-first-and-last-position-of-element-in-sorted-array) |
| [0035-search-insert-position](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0035-search-insert-position) |
| [0069-sqrtx](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0069-sqrtx) |
| [0074-search-a-2d-matrix](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0074-search-a-2d-matrix) |
| [0153-find-minimum-in-rotated-sorted-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0153-find-minimum-in-rotated-sorted-array) |
| [0162-find-peak-element](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0162-find-peak-element) |
| [0167-two-sum-ii-input-array-is-sorted](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0167-two-sum-ii-input-array-is-sorted) |
| [0240-search-a-2d-matrix-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0240-search-a-2d-matrix-ii) |
| [0259-3sum-smaller](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0259-3sum-smaller) |
| [0278-first-bad-version](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0278-first-bad-version) |
| [0287-find-the-duplicate-number](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0287-find-the-duplicate-number) |
| [0300-longest-increasing-subsequence](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0300-longest-increasing-subsequence) |
| [0367-valid-perfect-square](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0367-valid-perfect-square) |
| [0374-guess-number-higher-or-lower](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0374-guess-number-higher-or-lower) |
| [0436-find-right-interval](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0436-find-right-interval) |
| [0532-k-diff-pairs-in-an-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0532-k-diff-pairs-in-an-array) |
| [0745-find-smallest-letter-greater-than-target](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0745-find-smallest-letter-greater-than-target) |
| [0792-binary-search](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0792-binary-search) |
| [0892-shortest-subarray-with-sum-at-least-k](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0892-shortest-subarray-with-sum-at-least-k) |
| [0907-koko-eating-bananas](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0907-koko-eating-bananas) |
| [1023-time-based-key-value-store](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1023-time-based-key-value-store) |
| [1059-missing-element-in-sorted-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1059-missing-element-in-sorted-array) |
| [1066-fixed-point](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1066-fixed-point) |
| [1102-check-if-a-number-is-majority-element-in-a-sorted-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1102-check-if-a-number-is-majority-element-in-a-sorted-array) |
| [1143-find-smallest-common-element-in-all-rows](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1143-find-smallest-common-element-in-all-rows) |
| [1198-find-smallest-common-element-in-all-rows](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1198-find-smallest-common-element-in-all-rows) |
| [1468-check-if-n-and-its-double-exist](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1468-check-if-n-and-its-double-exist) |
| [1476-count-negative-numbers-in-a-sorted-matrix](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1476-count-negative-numbers-in-a-sorted-matrix) |
| [2006-find-the-student-that-will-replace-the-chalk](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2006-find-the-student-that-will-replace-the-chalk) |
| [2134-maximize-the-confusion-of-an-exam](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2134-maximize-the-confusion-of-an-exam) |
| [2280-count-good-triplets-in-an-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2280-count-good-triplets-in-an-array) |
| [3643-zero-array-transformation-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3643-zero-array-transformation-ii) |
| [3790-fruits-into-baskets-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3790-fruits-into-baskets-ii) |
## Simulation
| |
| ------- |
| [0054-spiral-matrix](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0054-spiral-matrix) |
| [0059-spiral-matrix-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0059-spiral-matrix-ii) |
| [0412-fizz-buzz](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0412-fizz-buzz) |
| [0906-walking-robot-simulation](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0906-walking-robot-simulation) |
| [1721-maximum-profit-of-operating-a-centennial-wheel](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1721-maximum-profit-of-operating-a-centennial-wheel) |
| [1929-concatenation-of-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1929-concatenation-of-array) |
| [1951-find-the-winner-of-the-circular-game](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1951-find-the-winner-of-the-circular-game) |
| [2006-find-the-student-that-will-replace-the-chalk](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2006-find-the-student-that-will-replace-the-chalk) |
| [2021-remove-all-occurrences-of-a-substring](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2021-remove-all-occurrences-of-a-substring) |
| [2048-build-array-from-permutation](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2048-build-array-from-permutation) |
| [2076-sum-of-digits-of-string-after-convert](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2076-sum-of-digits-of-string-after-convert) |
| [2132-convert-1d-array-into-2d-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2132-convert-1d-array-into-2d-array) |
| [2169-simple-bank-system](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2169-simple-bank-system) |
| [2265-partition-array-according-to-given-pivot](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2265-partition-array-according-to-given-pivot) |
| [2411-spiral-matrix-iv](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2411-spiral-matrix-iv) |
| [2551-apply-operations-to-an-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2551-apply-operations-to-an-array) |
| [2800-minimum-string-length-after-removing-substrings](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2800-minimum-string-length-after-removing-substrings) |
| [3332-minimum-operations-to-exceed-threshold-value-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3332-minimum-operations-to-exceed-threshold-value-ii) |
| [3447-clear-digits](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3447-clear-digits) |
| [3768-check-if-digits-are-equal-in-string-after-operations-i](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3768-check-if-digits-are-equal-in-string-after-operations-i) |
| [3773-minimum-pair-removal-to-sort-array-i](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3773-minimum-pair-removal-to-sort-array-i) |
| [3790-fruits-into-baskets-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3790-fruits-into-baskets-ii) |
## Prefix Sum
| |
| ------- |
| [0238-product-of-array-except-self](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0238-product-of-array-except-self) |
| [0253-meeting-rooms-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0253-meeting-rooms-ii) |
| [0560-subarray-sum-equals-k](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0560-subarray-sum-equals-k) |
| [0724-find-pivot-index](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0724-find-pivot-index) |
| [0892-shortest-subarray-with-sum-at-least-k](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0892-shortest-subarray-with-sum-at-least-k) |
| [1537-maximum-score-after-splitting-a-string](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1537-maximum-score-after-splitting-a-string) |
| [1631-number-of-sub-arrays-with-odd-sum](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1631-number-of-sub-arrays-with-odd-sum) |
| [1694-make-sum-divisible-by-p](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1694-make-sum-divisible-by-p) |
| [1895-minimum-number-of-operations-to-move-all-balls-to-each-box](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1895-minimum-number-of-operations-to-move-all-balls-to-each-box) |
| [2006-find-the-student-that-will-replace-the-chalk](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2006-find-the-student-that-will-replace-the-chalk) |
| [2059-unique-length-3-palindromic-subsequences](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2059-unique-length-3-palindromic-subsequences) |
| [2134-maximize-the-confusion-of-an-exam](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2134-maximize-the-confusion-of-an-exam) |
| [2358-number-of-ways-to-split-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2358-number-of-ways-to-split-array) |
| [2465-shifting-letters-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2465-shifting-letters-ii) |
| [2691-count-vowel-strings-in-ranges](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2691-count-vowel-strings-in-ranges) |
| [3475-minimum-operations-to-make-binary-array-elements-equal-to-one-i](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3475-minimum-operations-to-make-binary-array-elements-equal-to-one-i) |
| [3639-zero-array-transformation-i](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3639-zero-array-transformation-i) |
| [3643-zero-array-transformation-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3643-zero-array-transformation-ii) |
## String
| |
| ------- |
| [0003-longest-substring-without-repeating-characters](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0003-longest-substring-without-repeating-characters) |
| [0005-longest-palindromic-substring](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0005-longest-palindromic-substring) |
| [0006-zigzag-conversion](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0006-zigzag-conversion) |
| [0008-string-to-integer-atoi](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0008-string-to-integer-atoi) |
| [0013-roman-to-integer](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0013-roman-to-integer) |
| [0014-longest-common-prefix](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0014-longest-common-prefix) |
| [0017-letter-combinations-of-a-phone-number](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0017-letter-combinations-of-a-phone-number) |
| [0020-valid-parentheses](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0020-valid-parentheses) |
| [0022-generate-parentheses](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0022-generate-parentheses) |
| [0032-longest-valid-parentheses](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0032-longest-valid-parentheses) |
| [0049-group-anagrams](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0049-group-anagrams) |
| [0072-edit-distance](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0072-edit-distance) |
| [0076-minimum-window-substring](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0076-minimum-window-substring) |
| [0079-word-search](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0079-word-search) |
| [0091-decode-ways](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0091-decode-ways) |
| [0097-interleaving-string](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0097-interleaving-string) |
| [0125-valid-palindrome](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0125-valid-palindrome) |
| [0131-palindrome-partitioning](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0131-palindrome-partitioning) |
| [0139-word-break](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0139-word-break) |
| [0140-word-break-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0140-word-break-ii) |
| [0151-reverse-words-in-a-string](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0151-reverse-words-in-a-string) |
| [0159-longest-substring-with-at-most-two-distinct-characters](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0159-longest-substring-with-at-most-two-distinct-characters) |
| [0161-one-edit-distance](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0161-one-edit-distance) |
| [0186-reverse-words-in-a-string-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0186-reverse-words-in-a-string-ii) |
| [0205-isomorphic-strings](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0205-isomorphic-strings) |
| [0208-implement-trie-prefix-tree](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0208-implement-trie-prefix-tree) |
| [0212-word-search-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0212-word-search-ii) |
| [0224-basic-calculator](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0224-basic-calculator) |
| [0227-basic-calculator-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0227-basic-calculator-ii) |
| [0242-valid-anagram](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0242-valid-anagram) |
| [0247-strobogrammatic-number-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0247-strobogrammatic-number-ii) |
| [0266-palindrome-permutation](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0266-palindrome-permutation) |
| [0290-word-pattern](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0290-word-pattern) |
| [0340-longest-substring-with-at-most-k-distinct-characters](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0340-longest-substring-with-at-most-k-distinct-characters) |
| [0344-reverse-string](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0344-reverse-string) |
| [0345-reverse-vowels-of-a-string](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0345-reverse-vowels-of-a-string) |
| [0392-is-subsequence](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0392-is-subsequence) |
| [0394-decode-string](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0394-decode-string) |
| [0402-remove-k-digits](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0402-remove-k-digits) |
| [0412-fizz-buzz](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0412-fizz-buzz) |
| [0438-find-all-anagrams-in-a-string](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0438-find-all-anagrams-in-a-string) |
| [0439-ternary-expression-parser](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0439-ternary-expression-parser) |
| [0459-repeated-substring-pattern](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0459-repeated-substring-pattern) |
| [0474-ones-and-zeroes](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0474-ones-and-zeroes) |
| [0484-find-permutation](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0484-find-permutation) |
| [0500-keyboard-row](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0500-keyboard-row) |
| [0606-construct-string-from-binary-tree](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0606-construct-string-from-binary-tree) |
| [0616-add-bold-tag-in-string](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0616-add-bold-tag-in-string) |
| [0692-top-k-frequent-words](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0692-top-k-frequent-words) |
| [0734-sentence-similarity](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0734-sentence-similarity) |
| [0746-prefix-and-suffix-search](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0746-prefix-and-suffix-search) |
| [0760-bold-words-in-string](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0760-bold-words-in-string) |
| [0772-basic-calculator-iii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0772-basic-calculator-iii) |
| [0778-reorganize-string](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0778-reorganize-string) |
| [0800-letter-case-permutation](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0800-letter-case-permutation) |
| [0812-rotate-string](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0812-rotate-string) |
| [0827-expressive-words](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0827-expressive-words) |
| [0862-find-and-replace-in-string](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0862-find-and-replace-in-string) |
| [0926-find-and-replace-pattern](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0926-find-and-replace-pattern) |
| [0957-minimum-add-to-make-parentheses-valid](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0957-minimum-add-to-make-parentheses-valid) |
| [0981-delete-columns-to-make-sorted](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0981-delete-columns-to-make-sorted) |
| [1023-time-based-key-value-store](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1023-time-based-key-value-store) |
| [1058-lexicographically-smallest-equivalent-string](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1058-lexicographically-smallest-equivalent-string) |
| [1075-index-pairs-of-a-string](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1075-index-pairs-of-a-string) |
| [1100-find-k-length-substrings-with-no-repeated-characters](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1100-find-k-length-substrings-with-no-repeated-characters) |
| [1146-greatest-common-divisor-of-strings](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1146-greatest-common-divisor-of-strings) |
| [1165-single-row-keyboard](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1165-single-row-keyboard) |
| [1250-longest-common-subsequence](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1250-longest-common-subsequence) |
| [1302-delete-characters-to-make-fancy-string](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1302-delete-characters-to-make-fancy-string) |
| [1345-perform-string-shifts](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1345-perform-string-shifts) |
| [1430-find-the-k-beauty-of-a-number](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1430-find-the-k-beauty-of-a-number) |
| [1460-number-of-substrings-containing-all-three-characters](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1460-number-of-substrings-containing-all-three-characters) |
| [1502-construct-k-palindrome-strings](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1502-construct-k-palindrome-strings) |
| [1524-string-matching-in-an-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1524-string-matching-in-an-array) |
| [1537-maximum-score-after-splitting-a-string](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1537-maximum-score-after-splitting-a-string) |
| [1567-maximum-number-of-vowels-in-a-substring-of-given-length](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1567-maximum-number-of-vowels-in-a-substring-of-given-length) |
| [1648-minimum-insertions-to-balance-a-parentheses-string](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1648-minimum-insertions-to-balance-a-parentheses-string) |
| [1894-merge-strings-alternately](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1894-merge-strings-alternately) |
| [1895-minimum-number-of-operations-to-move-all-balls-to-each-box](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1895-minimum-number-of-operations-to-move-all-balls-to-each-box) |
| [1915-check-if-one-string-swap-can-make-strings-equal](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1915-check-if-one-string-swap-can-make-strings-equal) |
| [1987-substrings-of-size-three-with-distinct-characters](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1987-substrings-of-size-three-with-distinct-characters) |
| [2021-remove-all-occurrences-of-a-substring](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2021-remove-all-occurrences-of-a-substring) |
| [2059-unique-length-3-palindromic-subsequences](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2059-unique-length-3-palindromic-subsequences) |
| [2076-sum-of-digits-of-string-after-convert](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2076-sum-of-digits-of-string-after-convert) |
| [2095-minimum-number-of-swaps-to-make-the-string-balanced](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2095-minimum-number-of-swaps-to-make-the-string-balanced) |
| [2107-find-unique-binary-string](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2107-find-unique-binary-string) |
| [2134-maximize-the-confusion-of-an-exam](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2134-maximize-the-confusion-of-an-exam) |
| [2244-number-of-laser-beams-in-a-bank](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2244-number-of-laser-beams-in-a-bank) |
| [2292-counting-words-with-a-given-prefix](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2292-counting-words-with-a-given-prefix) |
| [2346-largest-3-same-digit-number-in-string](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2346-largest-3-same-digit-number-in-string) |
| [2463-minimum-recolors-to-get-k-consecutive-black-blocks](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2463-minimum-recolors-to-get-k-consecutive-black-blocks) |
| [2465-shifting-letters-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2465-shifting-letters-ii) |
| [2580-circular-sentence](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2580-circular-sentence) |
| [2691-count-vowel-strings-in-ranges](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2691-count-vowel-strings-in-ranges) |
| [2800-minimum-string-length-after-removing-substrings](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2800-minimum-string-length-after-removing-substrings) |
| [3142-longest-unequal-adjacent-groups-subsequence-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3142-longest-unequal-adjacent-groups-subsequence-ii) |
| [3143-longest-unequal-adjacent-groups-subsequence-i](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3143-longest-unequal-adjacent-groups-subsequence-i) |
| [3174-minimum-number-of-changes-to-make-binary-string-beautiful](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3174-minimum-number-of-changes-to-make-binary-string-beautiful) |
| [3194-find-words-containing-character](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3194-find-words-containing-character) |
| [3309-count-prefix-and-suffix-pairs-i](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3309-count-prefix-and-suffix-pairs-i) |
| [3447-clear-digits](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3447-clear-digits) |
| [3451-string-compression-iii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3451-string-compression-iii) |
| [3455-minimum-length-of-string-after-operations](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3455-minimum-length-of-string-after-operations) |
| [3543-count-substrings-that-satisfy-k-constraint-i](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3543-count-substrings-that-satisfy-k-constraint-i) |
| [3753-maximum-difference-between-even-and-odd-frequency-i](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3753-maximum-difference-between-even-and-odd-frequency-i) |
| [3768-check-if-digits-are-equal-in-string-after-operations-i](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3768-check-if-digits-are-equal-in-string-after-operations-i) |
## Matrix
| |
| ------- |
| [0048-rotate-image](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0048-rotate-image) |
| [0054-spiral-matrix](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0054-spiral-matrix) |
| [0059-spiral-matrix-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0059-spiral-matrix-ii) |
| [0063-unique-paths-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0063-unique-paths-ii) |
| [0064-minimum-path-sum](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0064-minimum-path-sum) |
| [0073-set-matrix-zeroes](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0073-set-matrix-zeroes) |
| [0074-search-a-2d-matrix](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0074-search-a-2d-matrix) |
| [0079-word-search](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0079-word-search) |
| [0200-number-of-islands](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0200-number-of-islands) |
| [0212-word-search-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0212-word-search-ii) |
| [0221-maximal-square](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0221-maximal-square) |
| [0240-search-a-2d-matrix-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0240-search-a-2d-matrix-ii) |
| [0311-sparse-matrix-multiplication](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0311-sparse-matrix-multiplication) |
| [0361-bomb-enemy](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0361-bomb-enemy) |
| [0422-valid-word-square](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0422-valid-word-square) |
| [0490-the-maze](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0490-the-maze) |
| [0531-lonely-pixel-i](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0531-lonely-pixel-i) |
| [0542-01-matrix](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0542-01-matrix) |
| [0695-max-area-of-island](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0695-max-area-of-island) |
| [1036-rotting-oranges](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1036-rotting-oranges) |
| [1073-number-of-enclaves](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1073-number-of-enclaves) |
| [1143-find-smallest-common-element-in-all-rows](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1143-find-smallest-common-element-in-all-rows) |
| [1171-shortest-path-in-binary-matrix](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1171-shortest-path-in-binary-matrix) |
| [1198-find-smallest-common-element-in-all-rows](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1198-find-smallest-common-element-in-all-rows) |
| [1331-path-with-maximum-gold](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1331-path-with-maximum-gold) |
| [1396-count-servers-that-communicate](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1396-count-servers-that-communicate) |
| [1476-count-negative-numbers-in-a-sorted-matrix](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1476-count-negative-numbers-in-a-sorted-matrix) |
| [1485-minimum-cost-to-make-at-least-one-valid-path-in-a-grid](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1485-minimum-cost-to-make-at-least-one-valid-path-in-a-grid) |
| [1663-detect-cycles-in-2d-grid](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1663-detect-cycles-in-2d-grid) |
| [1876-map-of-highest-peak](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1876-map-of-highest-peak) |
| [2132-convert-1d-array-into-2d-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2132-convert-1d-array-into-2d-array) |
| [2244-number-of-laser-beams-in-a-bank](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2244-number-of-laser-beams-in-a-bank) |
| [2411-spiral-matrix-iv](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2411-spiral-matrix-iv) |
| [2685-first-completely-painted-row-or-column](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2685-first-completely-painted-row-or-column) |
| [2764-maximum-number-of-fish-in-a-grid](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2764-maximum-number-of-fish-in-a-grid) |
| [3227-find-missing-and-repeated-values](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3227-find-missing-and-repeated-values) |
## Hash Table
| |
| ------- |
| [0001-two-sum](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0001-two-sum) |
| [0003-longest-substring-without-repeating-characters](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0003-longest-substring-without-repeating-characters) |
| [0013-roman-to-integer](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0013-roman-to-integer) |
| [0017-letter-combinations-of-a-phone-number](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0017-letter-combinations-of-a-phone-number) |
| [0041-first-missing-positive](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0041-first-missing-positive) |
| [0049-group-anagrams](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0049-group-anagrams) |
| [0073-set-matrix-zeroes](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0073-set-matrix-zeroes) |
| [0076-minimum-window-substring](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0076-minimum-window-substring) |
| [0105-construct-binary-tree-from-preorder-and-inorder-traversal](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0105-construct-binary-tree-from-preorder-and-inorder-traversal) |
| [0128-longest-consecutive-sequence](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0128-longest-consecutive-sequence) |
| [0138-copy-list-with-random-pointer](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0138-copy-list-with-random-pointer) |
| [0139-word-break](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0139-word-break) |
| [0140-word-break-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0140-word-break-ii) |
| [0141-linked-list-cycle](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0141-linked-list-cycle) |
| [0142-linked-list-cycle-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0142-linked-list-cycle-ii) |
| [0146-lru-cache](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0146-lru-cache) |
| [0159-longest-substring-with-at-most-two-distinct-characters](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0159-longest-substring-with-at-most-two-distinct-characters) |
| [0160-intersection-of-two-linked-lists](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0160-intersection-of-two-linked-lists) |
| [0169-majority-element](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0169-majority-element) |
| [0202-happy-number](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0202-happy-number) |
| [0205-isomorphic-strings](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0205-isomorphic-strings) |
| [0208-implement-trie-prefix-tree](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0208-implement-trie-prefix-tree) |
| [0217-contains-duplicate](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0217-contains-duplicate) |
| [0219-contains-duplicate-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0219-contains-duplicate-ii) |
| [0242-valid-anagram](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0242-valid-anagram) |
| [0266-palindrome-permutation](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0266-palindrome-permutation) |
| [0290-word-pattern](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0290-word-pattern) |
| [0311-sparse-matrix-multiplication](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0311-sparse-matrix-multiplication) |
| [0314-binary-tree-vertical-order-traversal](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0314-binary-tree-vertical-order-traversal) |
| [0340-longest-substring-with-at-most-k-distinct-characters](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0340-longest-substring-with-at-most-k-distinct-characters) |
| [0347-top-k-frequent-elements](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0347-top-k-frequent-elements) |
| [0421-maximum-xor-of-two-numbers-in-an-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0421-maximum-xor-of-two-numbers-in-an-array) |
| [0438-find-all-anagrams-in-a-string](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0438-find-all-anagrams-in-a-string) |
| [0496-next-greater-element-i](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0496-next-greater-element-i) |
| [0500-keyboard-row](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0500-keyboard-row) |
| [0531-lonely-pixel-i](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0531-lonely-pixel-i) |
| [0532-k-diff-pairs-in-an-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0532-k-diff-pairs-in-an-array) |
| [0560-subarray-sum-equals-k](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0560-subarray-sum-equals-k) |
| [0616-add-bold-tag-in-string](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0616-add-bold-tag-in-string) |
| [0645-set-mismatch](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0645-set-mismatch) |
| [0692-top-k-frequent-words](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0692-top-k-frequent-words) |
| [0694-number-of-distinct-islands](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0694-number-of-distinct-islands) |
| [0734-sentence-similarity](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0734-sentence-similarity) |
| [0740-delete-and-earn](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0740-delete-and-earn) |
| [0746-prefix-and-suffix-search](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0746-prefix-and-suffix-search) |
| [0760-bold-words-in-string](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0760-bold-words-in-string) |
| [0760-find-anagram-mappings](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0760-find-anagram-mappings) |
| [0778-reorganize-string](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0778-reorganize-string) |
| [0862-find-and-replace-in-string](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0862-find-and-replace-in-string) |
| [0905-length-of-longest-fibonacci-subsequence](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0905-length-of-longest-fibonacci-subsequence) |
| [0906-walking-robot-simulation](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0906-walking-robot-simulation) |
| [0926-find-and-replace-pattern](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0926-find-and-replace-pattern) |
| [0940-fruit-into-baskets](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0940-fruit-into-baskets) |
| [0961-n-repeated-element-in-size-2n-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0961-n-repeated-element-in-size-2n-array) |
| [1023-time-based-key-value-store](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1023-time-based-key-value-store) |
| [1029-vertical-order-traversal-of-a-binary-tree](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1029-vertical-order-traversal-of-a-binary-tree) |
| [1034-subarrays-with-k-different-integers](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1034-subarrays-with-k-different-integers) |
| [1098-largest-unique-number](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1098-largest-unique-number) |
| [1100-find-k-length-substrings-with-no-repeated-characters](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1100-find-k-length-substrings-with-no-repeated-characters) |
| [1143-find-smallest-common-element-in-all-rows](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1143-find-smallest-common-element-in-all-rows) |
| [1165-single-row-keyboard](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1165-single-row-keyboard) |
| [1198-find-smallest-common-element-in-all-rows](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1198-find-smallest-common-element-in-all-rows) |
| [1256-rank-transform-of-an-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1256-rank-transform-of-an-array) |
| [1319-unique-number-of-occurrences](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1319-unique-number-of-occurrences) |
| [1364-tuple-with-same-product](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1364-tuple-with-same-product) |
| [1365-how-many-numbers-are-smaller-than-the-current-number](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1365-how-many-numbers-are-smaller-than-the-current-number) |
| [1426-counting-elements](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1426-counting-elements) |
| [1429-first-unique-number](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1429-first-unique-number) |
| [1447-jump-game-iv](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1447-jump-game-iv) |
| [1460-number-of-substrings-containing-all-three-characters](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1460-number-of-substrings-containing-all-three-characters) |
| [1468-check-if-n-and-its-double-exist](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1468-check-if-n-and-its-double-exist) |
| [1500-count-largest-group](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1500-count-largest-group) |
| [1502-construct-k-palindrome-strings](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1502-construct-k-palindrome-strings) |
| [1694-make-sum-divisible-by-p](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1694-make-sum-divisible-by-p) |
| [1713-dot-product-of-two-sparse-vectors](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1713-dot-product-of-two-sparse-vectors) |
| [1798-max-number-of-k-sum-pairs](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1798-max-number-of-k-sum-pairs) |
| [1915-check-if-one-string-swap-can-make-strings-equal](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1915-check-if-one-string-swap-can-make-strings-equal) |
| [1987-substrings-of-size-three-with-distinct-characters](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1987-substrings-of-size-three-with-distinct-characters) |
| [2059-unique-length-3-palindromic-subsequences](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2059-unique-length-3-palindromic-subsequences) |
| [2107-find-unique-binary-string](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2107-find-unique-binary-string) |
| [2169-simple-bank-system](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2169-simple-bank-system) |
| [2174-next-greater-numerically-balanced-number](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2174-next-greater-numerically-balanced-number) |
| [2308-divide-array-into-equal-pairs](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2308-divide-array-into-equal-pairs) |
| [2448-count-number-of-bad-pairs](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2448-count-number-of-bad-pairs) |
| [2473-max-sum-of-a-pair-with-equal-sum-of-digits](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2473-max-sum-of-a-pair-with-equal-sum-of-digits) |
| [2552-maximum-sum-of-distinct-subarrays-with-length-k](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2552-maximum-sum-of-distinct-subarrays-with-length-k) |
| [2581-divide-players-into-teams-of-equal-skill](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2581-divide-players-into-teams-of-equal-skill) |
| [2626-count-the-number-of-good-subarrays](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2626-count-the-number-of-good-subarrays) |
| [2685-first-completely-painted-row-or-column](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2685-first-completely-painted-row-or-column) |
| [2707-merge-two-2d-arrays-by-summing-values](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2707-merge-two-2d-arrays-by-summing-values) |
| [2766-find-the-prefix-common-array-of-two-arrays](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2766-find-the-prefix-common-array-of-two-arrays) |
| [3227-find-missing-and-repeated-values](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3227-find-missing-and-repeated-values) |
| [3455-minimum-length-of-string-after-operations](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3455-minimum-length-of-string-after-operations) |
| [3621-minimum-operations-to-make-array-values-equal-to-k](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3621-minimum-operations-to-make-array-values-equal-to-k) |
| [3656-minimum-number-of-operations-to-make-elements-in-array-distinct](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3656-minimum-number-of-operations-to-make-elements-in-array-distinct) |
| [3753-maximum-difference-between-even-and-odd-frequency-i](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3753-maximum-difference-between-even-and-odd-frequency-i) |
| [3773-minimum-pair-removal-to-sort-array-i](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3773-minimum-pair-removal-to-sort-array-i) |
## Database
| |
| ------- |
| [0176-second-highest-salary](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0176-second-highest-salary) |
| [0180-consecutive-numbers](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0180-consecutive-numbers) |
| [0183-customers-who-never-order](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0183-customers-who-never-order) |
| [0185-department-top-three-salaries](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0185-department-top-three-salaries) |
| [0196-delete-duplicate-emails](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0196-delete-duplicate-emails) |
| [0197-rising-temperature](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0197-rising-temperature) |
| [0570-managers-with-at-least-5-direct-reports](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0570-managers-with-at-least-5-direct-reports) |
| [0577-employee-bonus](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0577-employee-bonus) |
| [0584-find-customer-referee](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0584-find-customer-referee) |
| [0585-investments-in-2016](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0585-investments-in-2016) |
| [0586-customer-placing-the-largest-number-of-orders](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0586-customer-placing-the-largest-number-of-orders) |
| [0595-big-countries](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0595-big-countries) |
| [0596-classes-more-than-5-students](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0596-classes-more-than-5-students) |
| [0602-friend-requests-ii-who-has-the-most-friends](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0602-friend-requests-ii-who-has-the-most-friends) |
| [0610-triangle-judgement](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0610-triangle-judgement) |
| [0619-biggest-single-number](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0619-biggest-single-number) |
| [0620-not-boring-movies](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0620-not-boring-movies) |
| [0626-exchange-seats](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0626-exchange-seats) |
| [1135-customers-who-bought-all-products](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1135-customers-who-bought-all-products) |
| [1153-product-sales-analysis-i](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1153-product-sales-analysis-i) |
| [1155-product-sales-analysis-iii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1155-product-sales-analysis-iii) |
| [1161-project-employees-i](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1161-project-employees-i) |
| [1182-game-play-analysis-iv](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1182-game-play-analysis-iv) |
| [1245-user-activity-for-the-past-30-days-i](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1245-user-activity-for-the-past-30-days-i) |
| [1258-article-views-i](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1258-article-views-i) |
| [1278-product-price-at-a-given-date](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1278-product-price-at-a-given-date) |
| [1292-immediate-food-delivery-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1292-immediate-food-delivery-ii) |
| [1317-monthly-transactions-i](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1317-monthly-transactions-i) |
| [1327-last-person-to-fit-in-the-bus](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1327-last-person-to-fit-in-the-bus) |
| [1338-queries-quality-and-percentage](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1338-queries-quality-and-percentage) |
| [1390-average-selling-price](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1390-average-selling-price) |
| [1415-students-and-examinations](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1415-students-and-examinations) |
| [1452-restaurant-growth](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1452-restaurant-growth) |
| [1462-list-the-products-ordered-in-a-period](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1462-list-the-products-ordered-in-a-period) |
| [1480-movie-rating](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1480-movie-rating) |
| [1509-replace-employee-id-with-the-unique-identifier](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1509-replace-employee-id-with-the-unique-identifier) |
| [1625-group-sold-products-by-the-date](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1625-group-sold-products-by-the-date) |
| [1664-find-users-with-valid-e-mails](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1664-find-users-with-valid-e-mails) |
| [1670-patients-with-a-condition](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1670-patients-with-a-condition) |
| [1724-customer-who-visited-but-did-not-make-any-transactions](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1724-customer-who-visited-but-did-not-make-any-transactions) |
| [1773-percentage-of-users-attended-a-contest](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1773-percentage-of-users-attended-a-contest) |
| [1801-average-time-of-process-per-machine](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1801-average-time-of-process-per-machine) |
| [1811-fix-names-in-a-table](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1811-fix-names-in-a-table) |
| [1821-find-customers-with-positive-revenue-this-year](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1821-find-customers-with-positive-revenue-this-year) |
| [1827-invalid-tweets](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1827-invalid-tweets) |
| [1877-find-followers-count](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1877-find-followers-count) |
| [1882-the-number-of-employees-which-report-to-each-employee](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1882-the-number-of-employees-which-report-to-each-employee) |
| [1908-recyclable-and-low-fat-products](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1908-recyclable-and-low-fat-products) |
| [1942-primary-department-for-each-employee](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1942-primary-department-for-each-employee) |
| [1974-find-customers-with-positive-revenue-this-year](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1974-find-customers-with-positive-revenue-this-year) |
| [2024-calculate-special-bonus](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2024-calculate-special-bonus) |
| [2057-count-salary-categories](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2057-count-salary-categories) |
| [2087-confirmation-rate](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2087-confirmation-rate) |
| [2127-employees-whose-manager-left-the-company](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2127-employees-whose-manager-left-the-company) |
| [2495-number-of-unique-subjects-taught-by-each-teacher](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2495-number-of-unique-subjects-taught-by-each-teacher) |
## Sorting
| |
| ------- |
| [0015-3sum](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0015-3sum) |
| [0016-3sum-closest](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0016-3sum-closest) |
| [0049-group-anagrams](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0049-group-anagrams) |
| [0056-merge-intervals](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0056-merge-intervals) |
| [0075-sort-colors](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0075-sort-colors) |
| [0148-sort-list](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0148-sort-list) |
| [0169-majority-element](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0169-majority-element) |
| [0215-kth-largest-element-in-an-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0215-kth-largest-element-in-an-array) |
| [0217-contains-duplicate](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0217-contains-duplicate) |
| [0242-valid-anagram](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0242-valid-anagram) |
| [0252-meeting-rooms](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0252-meeting-rooms) |
| [0253-meeting-rooms-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0253-meeting-rooms-ii) |
| [0259-3sum-smaller](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0259-3sum-smaller) |
| [0280-wiggle-sort](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0280-wiggle-sort) |
| [0295-find-median-from-data-stream](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0295-find-median-from-data-stream) |
| [0314-binary-tree-vertical-order-traversal](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0314-binary-tree-vertical-order-traversal) |
| [0347-top-k-frequent-elements](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0347-top-k-frequent-elements) |
| [0436-find-right-interval](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0436-find-right-interval) |
| [0532-k-diff-pairs-in-an-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0532-k-diff-pairs-in-an-array) |
| [0645-set-mismatch](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0645-set-mismatch) |
| [0692-top-k-frequent-words](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0692-top-k-frequent-words) |
| [0778-reorganize-string](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0778-reorganize-string) |
| [0862-find-and-replace-in-string](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0862-find-and-replace-in-string) |
| [0917-boats-to-save-people](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0917-boats-to-save-people) |
| [1019-squares-of-a-sorted-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1019-squares-of-a-sorted-array) |
| [1029-vertical-order-traversal-of-a-binary-tree](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1029-vertical-order-traversal-of-a-binary-tree) |
| [1052-campus-bikes](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1052-campus-bikes) |
| [1075-index-pairs-of-a-string](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1075-index-pairs-of-a-string) |
| [1098-largest-unique-number](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1098-largest-unique-number) |
| [1256-rank-transform-of-an-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1256-rank-transform-of-an-array) |
| [1365-how-many-numbers-are-smaller-than-the-current-number](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1365-how-many-numbers-are-smaller-than-the-current-number) |
| [1468-check-if-n-and-its-double-exist](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1468-check-if-n-and-its-double-exist) |
| [1798-max-number-of-k-sum-pairs](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1798-max-number-of-k-sum-pairs) |
| [2248-minimum-cost-of-buying-candies-with-discount](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2248-minimum-cost-of-buying-candies-with-discount) |
| [2473-max-sum-of-a-pair-with-equal-sum-of-digits](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2473-max-sum-of-a-pair-with-equal-sum-of-digits) |
| [2581-divide-players-into-teams-of-equal-skill](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2581-divide-players-into-teams-of-equal-skill) |
| [3278-find-the-number-of-ways-to-place-people-i](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3278-find-the-number-of-ways-to-place-people-i) |
| [3321-type-of-triangle](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3321-type-of-triangle) |
## Dynamic Programming
| |
| ------- |
| [0005-longest-palindromic-substring](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0005-longest-palindromic-substring) |
| [0022-generate-parentheses](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0022-generate-parentheses) |
| [0032-longest-valid-parentheses](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0032-longest-valid-parentheses) |
| [0042-trapping-rain-water](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0042-trapping-rain-water) |
| [0045-jump-game-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0045-jump-game-ii) |
| [0053-maximum-subarray](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0053-maximum-subarray) |
| [0055-jump-game](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0055-jump-game) |
| [0062-unique-paths](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0062-unique-paths) |
| [0063-unique-paths-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0063-unique-paths-ii) |
| [0064-minimum-path-sum](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0064-minimum-path-sum) |
| [0070-climbing-stairs](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0070-climbing-stairs) |
| [0072-edit-distance](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0072-edit-distance) |
| [0091-decode-ways](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0091-decode-ways) |
| [0097-interleaving-string](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0097-interleaving-string) |
| [0118-pascals-triangle](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0118-pascals-triangle) |
| [0121-best-time-to-buy-and-sell-stock](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0121-best-time-to-buy-and-sell-stock) |
| [0122-best-time-to-buy-and-sell-stock-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0122-best-time-to-buy-and-sell-stock-ii) |
| [0124-binary-tree-maximum-path-sum](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0124-binary-tree-maximum-path-sum) |
| [0131-palindrome-partitioning](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0131-palindrome-partitioning) |
| [0139-word-break](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0139-word-break) |
| [0140-word-break-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0140-word-break-ii) |
| [0152-maximum-product-subarray](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0152-maximum-product-subarray) |
| [0198-house-robber](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0198-house-robber) |
| [0213-house-robber-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0213-house-robber-ii) |
| [0221-maximal-square](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0221-maximal-square) |
| [0256-paint-house](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0256-paint-house) |
| [0265-paint-house-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0265-paint-house-ii) |
| [0276-paint-fence](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0276-paint-fence) |
| [0279-perfect-squares](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0279-perfect-squares) |
| [0300-longest-increasing-subsequence](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0300-longest-increasing-subsequence) |
| [0322-coin-change](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0322-coin-change) |
| [0338-counting-bits](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0338-counting-bits) |
| [0361-bomb-enemy](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0361-bomb-enemy) |
| [0392-is-subsequence](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0392-is-subsequence) |
| [0397-integer-replacement](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0397-integer-replacement) |
| [0413-arithmetic-slices](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0413-arithmetic-slices) |
| [0474-ones-and-zeroes](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0474-ones-and-zeroes) |
| [0487-max-consecutive-ones-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0487-max-consecutive-ones-ii) |
| [0542-01-matrix](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0542-01-matrix) |
| [0650-2-keys-keyboard](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0650-2-keys-keyboard) |
| [0698-partition-to-k-equal-sum-subsets](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0698-partition-to-k-equal-sum-subsets) |
| [0740-delete-and-earn](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0740-delete-and-earn) |
| [0747-min-cost-climbing-stairs](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0747-min-cost-climbing-stairs) |
| [0826-soup-servings](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0826-soup-servings) |
| [0875-longest-mountain-in-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0875-longest-mountain-in-array) |
| [0905-length-of-longest-fibonacci-subsequence](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0905-length-of-longest-fibonacci-subsequence) |
| [1013-fibonacci-number](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1013-fibonacci-number) |
| [1067-campus-bikes-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1067-campus-bikes-ii) |
| [1236-n-th-tribonacci-number](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1236-n-th-tribonacci-number) |
| [1250-longest-common-subsequence](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1250-longest-common-subsequence) |
| [1631-number-of-sub-arrays-with-odd-sum](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1631-number-of-sub-arrays-with-odd-sum) |
| [1659-get-the-maximum-score](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1659-get-the-maximum-score) |
| [3142-longest-unequal-adjacent-groups-subsequence-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3142-longest-unequal-adjacent-groups-subsequence-ii) |
| [3143-longest-unequal-adjacent-groups-subsequence-i](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3143-longest-unequal-adjacent-groups-subsequence-i) |
| [3795-zero-array-transformation-iv](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3795-zero-array-transformation-iv) |
## Divide and Conquer
| |
| ------- |
| [0004-median-of-two-sorted-arrays](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0004-median-of-two-sorted-arrays) |
| [0023-merge-k-sorted-lists](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0023-merge-k-sorted-lists) |
| [0053-maximum-subarray](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0053-maximum-subarray) |
| [0105-construct-binary-tree-from-preorder-and-inorder-traversal](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0105-construct-binary-tree-from-preorder-and-inorder-traversal) |
| [0108-convert-sorted-array-to-binary-search-tree](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0108-convert-sorted-array-to-binary-search-tree) |
| [0148-sort-list](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0148-sort-list) |
| [0169-majority-element](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0169-majority-element) |
| [0215-kth-largest-element-in-an-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0215-kth-largest-element-in-an-array) |
| [0240-search-a-2d-matrix-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0240-search-a-2d-matrix-ii) |
| [0347-top-k-frequent-elements](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0347-top-k-frequent-elements) |
| [2280-count-good-triplets-in-an-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2280-count-good-triplets-in-an-array) |
## Counting
| |
| ------- |
| [0169-majority-element](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0169-majority-element) |
| [0347-top-k-frequent-elements](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0347-top-k-frequent-elements) |
| [0692-top-k-frequent-words](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0692-top-k-frequent-words) |
| [0778-reorganize-string](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0778-reorganize-string) |
| [1034-subarrays-with-k-different-integers](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1034-subarrays-with-k-different-integers) |
| [1143-find-smallest-common-element-in-all-rows](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1143-find-smallest-common-element-in-all-rows) |
| [1198-find-smallest-common-element-in-all-rows](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1198-find-smallest-common-element-in-all-rows) |
| [1364-tuple-with-same-product](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1364-tuple-with-same-product) |
| [1396-count-servers-that-communicate](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1396-count-servers-that-communicate) |
| [1502-construct-k-palindrome-strings](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1502-construct-k-palindrome-strings) |
| [1915-check-if-one-string-swap-can-make-strings-equal](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1915-check-if-one-string-swap-can-make-strings-equal) |
| [1987-substrings-of-size-three-with-distinct-characters](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1987-substrings-of-size-three-with-distinct-characters) |
| [2174-next-greater-numerically-balanced-number](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2174-next-greater-numerically-balanced-number) |
| [2308-divide-array-into-equal-pairs](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2308-divide-array-into-equal-pairs) |
| [2448-count-number-of-bad-pairs](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2448-count-number-of-bad-pairs) |
| [3455-minimum-length-of-string-after-operations](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3455-minimum-length-of-string-after-operations) |
| [3753-maximum-difference-between-even-and-odd-frequency-i](https://github.com/Shresta-Voruganti/leetcodee/tree/master/3753-maximum-difference-between-even-and-odd-frequency-i) |
## Two Pointers
| |
| ------- |
| [0005-longest-palindromic-substring](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0005-longest-palindromic-substring) |
| [0011-container-with-most-water](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0011-container-with-most-water) |
| [0015-3sum](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0015-3sum) |
| [0016-3sum-closest](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0016-3sum-closest) |
| [0019-remove-nth-node-from-end-of-list](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0019-remove-nth-node-from-end-of-list) |
| [0031-next-permutation](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0031-next-permutation) |
| [0042-trapping-rain-water](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0042-trapping-rain-water) |
| [0075-sort-colors](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0075-sort-colors) |
| [0125-valid-palindrome](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0125-valid-palindrome) |
| [0141-linked-list-cycle](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0141-linked-list-cycle) |
| [0142-linked-list-cycle-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0142-linked-list-cycle-ii) |
| [0148-sort-list](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0148-sort-list) |
| [0151-reverse-words-in-a-string](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0151-reverse-words-in-a-string) |
| [0160-intersection-of-two-linked-lists](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0160-intersection-of-two-linked-lists) |
| [0161-one-edit-distance](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0161-one-edit-distance) |
| [0167-two-sum-ii-input-array-is-sorted](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0167-two-sum-ii-input-array-is-sorted) |
| [0186-reverse-words-in-a-string-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0186-reverse-words-in-a-string-ii) |
| [0189-rotate-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0189-rotate-array) |
| [0202-happy-number](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0202-happy-number) |
| [0234-palindrome-linked-list](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0234-palindrome-linked-list) |
| [0253-meeting-rooms-ii](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0253-meeting-rooms-ii) |
| [0259-3sum-smaller](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0259-3sum-smaller) |
| [0283-move-zeroes](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0283-move-zeroes) |
| [0287-find-the-duplicate-number](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0287-find-the-duplicate-number) |
| [0295-find-median-from-data-stream](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0295-find-median-from-data-stream) |
| [0344-reverse-string](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0344-reverse-string) |
| [0345-reverse-vowels-of-a-string](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0345-reverse-vowels-of-a-string) |
| [0392-is-subsequence](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0392-is-subsequence) |
| [0532-k-diff-pairs-in-an-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0532-k-diff-pairs-in-an-array) |
| [0827-expressive-words](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0827-expressive-words) |
| [0875-longest-mountain-in-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0875-longest-mountain-in-array) |
| [0908-middle-of-the-linked-list](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0908-middle-of-the-linked-list) |
| [0917-boats-to-save-people](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0917-boats-to-save-people) |
| [1019-squares-of-a-sorted-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1019-squares-of-a-sorted-array) |
| [1468-check-if-n-and-its-double-exist](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1468-check-if-n-and-its-double-exist) |
| [1659-get-the-maximum-score](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1659-get-the-maximum-score) |
| [1713-dot-product-of-two-sparse-vectors](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1713-dot-product-of-two-sparse-vectors) |
| [1798-max-number-of-k-sum-pairs](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1798-max-number-of-k-sum-pairs) |
| [1894-merge-strings-alternately](https://github.com/Shresta-Voruganti/leetcodee/tree/master/1894-merge-strings-alternately) |
| [2095-minimum-number-of-swaps-to-make-the-string-balanced](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2095-minimum-number-of-swaps-to-make-the-string-balanced) |
| [2265-partition-array-according-to-given-pivot](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2265-partition-array-according-to-given-pivot) |
| [2551-apply-operations-to-an-array](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2551-apply-operations-to-an-array) |
| [2581-divide-players-into-teams-of-equal-skill](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2581-divide-players-into-teams-of-equal-skill) |
| [2707-merge-two-2d-arrays-by-summing-values](https://github.com/Shresta-Voruganti/leetcodee/tree/master/2707-merge-two-2d-arrays-by-summing-values) |
## Math
| |
| ------- |
| [0002-add-two-numbers](https://github.com/Shresta-Voruganti/leetcodee/tree/master/0002-add-two-numbers) |
| [0007-reverse-integer](https://github.com/Shresta-Voruganti/leetcodee/tree/master/