├── .gitignore ├── README.md ├── data.js ├── index.js ├── leetcoder ├── LeetcoderAuthenticator.js ├── LeetcoderScraper.js └── LeetcoderSolver.js ├── managers ├── BrowserManager.js └── FileManager.js ├── package.json ├── problems ├── 01-matrix.json ├── 1-bit-and-2-bit-characters.json ├── 132-pattern.json ├── 2-keys-keyboard.json ├── 24-game.json ├── 3sum-closest.json ├── 3sum-smaller.json ├── 3sum-with-multiplicity.json ├── 3sum.json ├── 4-keys-keyboard.json ├── 4sum-ii.json ├── 4sum.json ├── a-number-after-a-double-reversal.json ├── accepted-candidates-from-the-interviews.json ├── account-balance-after-rounded-purchase.json ├── account-balance.json ├── accounts-merge.json ├── active-businesses.json ├── active-users.json ├── actors-and-directors-who-cooperated-at-least-three-times.json ├── ad-free-sessions.json ├── add-binary.json ├── add-bold-tag-in-string.json ├── add-digits.json ├── add-edges-to-make-degrees-of-all-nodes-even.json ├── add-one-row-to-tree.json ├── add-strings.json ├── add-to-array-form-of-integer.json ├── add-two-integers.json ├── add-two-numbers-ii.json ├── add-two-numbers.json ├── add-two-promises.json ├── adding-spaces-to-a-string.json ├── additive-number.json ├── ads-performance.json ├── advantage-shuffle.json ├── airplane-seat-assignment-probability.json ├── alert-using-same-key-card-three-or-more-times-in-a-one-hour-period.json ├── alice-and-bob-playing-flower-game.json ├── alien-dictionary.json ├── all-ancestors-of-a-node-in-a-directed-acyclic-graph.json ├── all-divisions-with-the-highest-score-of-a-binary-array.json ├── all-elements-in-two-binary-search-trees.json ├── all-nodes-distance-k-in-binary-tree.json ├── all-oone-data-structure.json ├── all-paths-from-source-lead-to-destination.json ├── all-paths-from-source-to-target.json ├── all-possible-full-binary-trees.json ├── all-the-matches-of-the-league.json ├── all-the-pairs-with-the-maximum-number-of-common-followers.json ├── all-valid-triplets-that-can-represent-a-country.json ├── allow-one-function-call.json ├── alphabet-board-path.json ├── alternating-digit-sum.json ├── ambiguous-coordinates.json ├── amount-of-new-area-painted-each-day.json ├── amount-of-time-for-binary-tree-to-be-infected.json ├── analyze-user-website-visit-pattern.json ├── android-unlock-patterns.json ├── angle-between-hands-of-a-clock.json ├── ant-on-the-boundary.json ├── append-characters-to-string-to-make-subsequence.json ├── append-k-integers-with-minimal-sum.json ├── apple-redistribution-into-boxes.json ├── apples-oranges.json ├── apply-bitwise-operations-to-make-strings-equal.json ├── apply-discount-to-prices.json ├── apply-operations-to-an-array.json ├── apply-operations-to-make-all-array-elements-equal-to-zero.json ├── apply-operations-to-make-string-empty.json ├── apply-operations-to-make-sum-of-array-greater-than-or-equal-to-k.json ├── apply-transform-over-each-element-in-array.json ├── arithmetic-slices.json ├── arithmetic-subarrays.json ├── arrange-table-by-gender.json ├── arranging-coins.json ├── array-nesting.json ├── array-of-doubled-pairs.json ├── array-partition.json ├── array-prototype-last.json ├── array-reduce-transformation.json ├── array-wrapper.json ├── article-views-i.json ├── article-views-ii.json ├── as-far-from-land-as-possible.json ├── assign-cookies.json ├── asteroid-collision.json ├── available-captures-for-rook.json ├── average-of-levels-in-binary-tree.json ├── average-salary-departments-vs-company.json ├── average-salary-excluding-the-minimum-and-maximum-salary.json ├── average-selling-price.json ├── average-time-of-process-per-machine.json ├── average-value-of-even-numbers-that-are-divisible-by-three.json ├── average-waiting-time.json ├── avoid-flood-in-the-city.json ├── backspace-string-compare.json ├── bag-of-tokens.json ├── balance-a-binary-search-tree.json ├── balanced-binary-tree.json ├── bank-account-summary-ii.json ├── bank-account-summary.json ├── base-7.json ├── baseball-game.json ├── basic-calculator-ii.json ├── basic-calculator-iii.json ├── basic-calculator-iv.json ├── basic-calculator.json ├── battleships-in-a-board.json ├── beautiful-arrangement-ii.json ├── beautiful-arrangement.json ├── beautiful-array.json ├── best-meeting-point.json ├── best-poker-hand.json ├── best-position-for-a-service-centre.json ├── best-sightseeing-pair.json ├── best-team-with-no-conflicts.json ├── best-time-to-buy-and-sell-stock-ii.json ├── best-time-to-buy-and-sell-stock-iii.json ├── best-time-to-buy-and-sell-stock-iv.json ├── best-time-to-buy-and-sell-stock-with-cooldown.json ├── best-time-to-buy-and-sell-stock-with-transaction-fee.json ├── best-time-to-buy-and-sell-stock.json ├── big-countries.json ├── biggest-single-number.json ├── biggest-window-between-visits.json ├── binary-gap.json ├── binary-number-with-alternating-bits.json ├── binary-search-tree-iterator.json ├── binary-search-tree-to-greater-sum-tree.json ├── binary-search.json ├── binary-string-with-substrings-representing-1-to-n.json ├── binary-subarrays-with-sum.json ├── binary-tree-cameras.json ├── binary-tree-coloring-game.json ├── binary-tree-inorder-traversal.json ├── binary-tree-level-order-traversal-ii.json ├── binary-tree-level-order-traversal.json ├── binary-tree-longest-consecutive-sequence-ii.json ├── binary-tree-longest-consecutive-sequence.json ├── binary-tree-maximum-path-sum.json ├── binary-tree-paths.json ├── binary-tree-postorder-traversal.json ├── binary-tree-preorder-traversal.json ├── binary-tree-pruning.json ├── binary-tree-right-side-view.json ├── binary-tree-tilt.json ├── binary-tree-upside-down.json ├── binary-tree-vertical-order-traversal.json ├── binary-tree-zigzag-level-order-traversal.json ├── binary-trees-with-factors.json ├── binary-watch.json ├── bitwise-and-of-numbers-range.json ├── bitwise-ors-of-subarrays.json ├── bitwise-xor-of-all-pairings.json ├── block-placement-queries.json ├── boats-to-save-people.json ├── bomb-enemy.json ├── booking-concert-tickets-in-groups.json ├── boundary-of-binary-tree.json ├── break-a-palindrome.json ├── brick-wall.json ├── broken-calculator.json ├── buddy-strings.json ├── build-a-matrix-with-conditions.json ├── build-an-array-with-stack-operations.json ├── build-array-from-permutation.json ├── buildings-with-an-ocean-view.json ├── bulb-switcher-ii.json ├── bulb-switcher.json ├── bulls-and-cows.json ├── burst-balloons.json ├── bus-routes.json ├── buy-two-chocolates.json ├── cache-with-time-limit.json ├── calculate-amount-paid-in-taxes.json ├── calculate-delayed-arrival-time.json ├── calculate-digit-sum-of-a-string.json ├── calculate-money-in-leetcode-bank.json ├── calculate-salaries.json ├── calculate-special-bonus.json ├── calculate-the-influence-of-each-salesperson.json ├── camelcase-matching.json ├── campus-bikes-ii.json ├── can-i-win.json ├── can-make-arithmetic-progression-from-sequence.json ├── can-make-palindrome-from-substring.json ├── can-place-flowers.json ├── candy-crush.json ├── candy.json ├── capacity-to-ship-packages-within-d-days.json ├── capital-gainloss.json ├── capitalize-the-title.json ├── car-fleet.json ├── car-pooling.json ├── card-flipping-game.json ├── categorize-box-according-to-criteria.json ├── cells-in-a-range-on-an-excel-sheet.json ├── cells-with-odd-values-in-a-matrix.json ├── champagne-tower.json ├── change-null-values-in-a-table-to-the-previous-value.json ├── change-the-root-of-a-binary-tree.json ├── cheapest-flights-within-k-stops.json ├── check-array-formation-through-concatenation.json ├── check-completeness-of-a-binary-tree.json ├── check-distances-between-same-letters.json ├── check-if-a-number-is-majority-element-in-a-sorted-array.json ├── check-if-a-parentheses-string-can-be-valid.json ├── check-if-a-string-contains-all-binary-codes-of-size-k.json ├── check-if-a-string-is-a-valid-sequence-from-root-to-leaves-path-in-a-binary-tree.json ├── check-if-a-string-is-an-acronym-of-words.json ├── check-if-a-word-occurs-as-a-prefix-of-any-word-in-a-sentence.json ├── check-if-all-1s-are-at-least-length-k-places-away.json ├── check-if-all-as-appears-before-all-bs.json ├── check-if-all-characters-have-equal-number-of-occurrences.json ├── check-if-all-the-integers-in-a-range-are-covered.json ├── check-if-an-original-string-exists-given-two-encoded-strings.json ├── check-if-array-is-good.json ├── check-if-array-is-sorted-and-rotated.json ├── check-if-array-pairs-are-divisible-by-k.json ├── check-if-bitwise-or-has-trailing-zeros.json ├── check-if-every-row-and-column-contains-all-numbers.json ├── check-if-it-is-a-good-array.json ├── check-if-it-is-a-straight-line.json ├── check-if-it-is-possible-to-split-array.json ├── check-if-matrix-is-x-matrix.json ├── check-if-n-and-its-double-exist.json ├── check-if-number-has-equal-digit-count-and-digit-value.json ├── check-if-number-is-a-sum-of-powers-of-three.json ├── check-if-numbers-are-ascending-in-a-sentence.json ├── check-if-one-string-swap-can-make-strings-equal.json ├── check-if-point-is-reachable.json ├── check-if-string-is-a-prefix-of-array.json ├── check-if-strings-can-be-made-equal-with-operations-i.json ├── check-if-strings-can-be-made-equal-with-operations-ii.json ├── check-if-the-number-is-fascinating.json ├── check-if-the-sentence-is-pangram.json ├── check-if-there-is-a-valid-parentheses-string-path.json ├── check-if-there-is-a-valid-partition-for-the-array.json ├── check-if-there-is-a-valid-path-in-a-grid.json ├── check-if-two-string-arrays-are-equivalent.json ├── check-if-word-can-be-placed-in-crossword.json ├── check-if-word-is-valid-after-substitutions.json ├── check-knight-tour-configuration.json ├── check-whether-two-strings-are-almost-equivalent.json ├── checking-existence-of-edge-length-limited-paths.json ├── cherry-pickup-ii.json ├── cherry-pickup.json ├── chunk-array.json ├── cinema-seat-allocation.json ├── circle-and-rectangle-overlapping.json ├── circular-array-loop.json ├── circular-sentence.json ├── classes-more-than-5-students.json ├── clear-digits.json ├── climbing-stairs.json ├── clone-binary-tree-with-random-pointer.json ├── clone-graph.json ├── clone-n-ary-tree.json ├── closest-binary-search-tree-value-ii.json ├── closest-binary-search-tree-value.json ├── closest-dessert-cost.json ├── closest-divisors.json ├── closest-leaf-in-a-binary-tree.json ├── closest-nodes-queries-in-a-binary-search-tree.json ├── closest-prime-numbers-in-range.json ├── closest-room.json ├── closest-subsequence-sum.json ├── clumsy-factorial.json ├── coin-change-ii.json ├── coin-change.json ├── coin-path.json ├── coloring-a-border.json ├── combination-sum-ii.json ├── combination-sum-iii.json ├── combination-sum-iv.json ├── combination-sum.json ├── combinations.json ├── combine-two-tables.json ├── compact-object.json ├── compare-version-numbers.json ├── complement-of-base-10-integer.json ├── compute-the-rank-as-a-percentage.json ├── concatenate-the-name-and-the-profession.json ├── concatenated-words.json ├── concatenation-of-array.json ├── concatenation-of-consecutive-binary-numbers.json ├── confirmation-rate.json ├── confusing-number.json ├── connecting-cities-with-minimum-cost.json ├── consecutive-available-seats.json ├── consecutive-characters.json ├── consecutive-numbers.json ├── constrained-subsequence-sum.json ├── construct-binary-search-tree-from-preorder-traversal.json ├── construct-binary-tree-from-inorder-and-postorder-traversal.json ├── construct-binary-tree-from-preorder-and-inorder-traversal.json ├── construct-binary-tree-from-preorder-and-postorder-traversal.json ├── construct-binary-tree-from-string.json ├── construct-k-palindrome-strings.json ├── construct-product-matrix.json ├── construct-quad-tree.json ├── construct-smallest-number-from-di-string.json ├── construct-string-from-binary-tree.json ├── construct-string-with-repeat-limit.json ├── construct-target-array-with-multiple-sums.json ├── construct-the-lexicographically-largest-valid-sequence.json ├── construct-the-longest-new-string.json ├── construct-the-rectangle.json ├── contain-virus.json ├── container-with-most-water.json ├── contains-duplicate-ii.json ├── contains-duplicate-iii.json ├── contains-duplicate.json ├── contiguous-array.json ├── continuous-subarray-sum.json ├── continuous-subarrays.json ├── convert-1d-array-into-2d-array.json ├── convert-a-number-to-hexadecimal.json ├── convert-an-array-into-a-2d-array-with-conditions.json ├── convert-binary-number-in-a-linked-list-to-integer.json ├── convert-binary-search-tree-to-sorted-doubly-linked-list.json ├── convert-bst-to-greater-tree.json ├── convert-date-format.json ├── convert-integer-to-the-sum-of-two-no-zero-integers.json ├── convert-sorted-array-to-binary-search-tree.json ├── convert-sorted-list-to-binary-search-tree.json ├── convert-the-temperature.json ├── convex-polygon.json ├── copy-list-with-random-pointer.json ├── corporate-flight-bookings.json ├── correct-a-binary-tree.json ├── count-all-possible-routes.json ├── count-all-valid-pickup-and-delivery-options.json ├── count-alternating-subarrays.json ├── count-and-say.json ├── count-apples-and-oranges.json ├── count-artifacts-that-can-be-extracted.json ├── count-asterisks.json ├── count-beautiful-substrings-i.json ├── count-beautiful-substrings-ii.json ├── count-binary-substrings.json ├── count-collisions-of-monkeys-on-a-polygon.json ├── count-collisions-on-a-road.json ├── count-common-words-with-one-occurrence.json ├── count-complete-subarrays-in-an-array.json ├── count-complete-tree-nodes.json ├── count-days-spent-together.json ├── count-days-without-meetings.json ├── count-different-palindromic-subsequences.json ├── count-distinct-numbers-on-board.json ├── count-elements-with-maximum-frequency.json ├── count-elements-with-strictly-smaller-and-greater-elements.json ├── count-equal-and-divisible-pairs-in-an-array.json ├── count-fertile-pyramids-in-a-land.json ├── count-good-meals.json ├── count-good-nodes-in-binary-tree.json ├── count-good-numbers.json ├── count-good-triplets.json ├── count-hills-and-valleys-in-an-array.json ├── count-increasing-quadruplets.json ├── count-integers-in-intervals.json ├── count-integers-with-even-digit-sum.json ├── count-items-matching-a-rule.json ├── count-largest-group.json ├── count-lattice-points-inside-a-circle.json ├── count-negative-numbers-in-a-sorted-matrix.json ├── count-nice-pairs-in-an-array.json ├── count-nodes-equal-to-average-of-subtree.json ├── count-nodes-equal-to-sum-of-descendants.json ├── count-nodes-that-are-great-enough.json ├── count-nodes-with-the-highest-score.json ├── count-number-of-bad-pairs.json ├── count-number-of-distinct-integers-after-reverse-operations.json ├── count-number-of-homogenous-substrings.json ├── count-number-of-maximum-bitwise-or-subsets.json ├── count-number-of-nice-subarrays.json ├── count-number-of-pairs-with-absolute-difference-k.json ├── count-number-of-rectangles-containing-each-point.json ├── count-number-of-teams.json ├── count-number-of-texts.json ├── count-number-of-ways-to-place-houses.json ├── count-numbers-with-unique-digits.json ├── count-odd-numbers-in-an-interval-range.json ├── count-of-integers.json ├── count-of-matches-in-tournament.json ├── count-of-range-sum.json ├── count-of-smaller-numbers-after-self.json ├── count-operations-to-obtain-zero.json ├── count-pairs-in-two-arrays.json ├── count-pairs-of-connectable-servers-in-a-weighted-tree-network.json ├── count-pairs-of-similar-strings.json ├── count-pairs-whose-sum-is-less-than-target.json ├── count-pairs-with-xor-in-a-range.json ├── count-palindromic-subsequences.json ├── count-positions-on-street-with-required-brightness.json ├── count-prefix-and-suffix-pairs-i.json ├── count-prefix-and-suffix-pairs-ii.json ├── count-prefixes-of-a-given-string.json ├── count-primes.json ├── count-salary-categories.json ├── count-servers-that-communicate.json ├── count-sorted-vowel-strings.json ├── count-special-integers.json ├── count-special-quadruplets.json ├── count-square-submatrices-with-all-ones.json ├── count-square-sum-triples.json ├── count-stepping-numbers-in-range.json ├── count-strictly-increasing-subarrays.json ├── count-student-number-in-departments.json ├── count-sub-islands.json ├── count-subarrays-where-max-element-appears-at-least-k-times.json ├── count-subarrays-with-fixed-bounds.json ├── count-subarrays-with-score-less-than-k.json ├── count-submatrices-with-all-ones.json ├── count-submatrices-with-top-left-element-and-sum-less-than-k.json ├── count-substrings-that-differ-by-one-character.json ├── count-substrings-with-only-one-distinct-letter.json ├── count-symmetric-integers.json ├── count-tested-devices-after-test-operations.json ├── count-the-digits-that-divide-a-number.json ├── count-the-number-of-beautiful-subarrays.json ├── count-the-number-of-complete-components.json ├── count-the-number-of-consistent-strings.json ├── count-the-number-of-experiments.json ├── count-the-number-of-fair-pairs.json ├── count-the-number-of-good-partitions.json ├── count-the-number-of-good-subarrays.json ├── count-the-number-of-houses-at-a-certain-distance-i.json ├── count-the-number-of-ideal-arrays.json ├── count-the-number-of-incremovable-subarrays-i.json ├── count-the-number-of-incremovable-subarrays-ii.json ├── count-the-number-of-powerful-integers.json ├── count-the-number-of-special-characters-i.json ├── count-the-number-of-special-characters-ii.json ├── count-the-number-of-square-free-subsets.json ├── count-the-number-of-vowel-strings-in-range.json ├── count-the-repetitions.json ├── count-total-number-of-colored-cells.json ├── count-triplets-that-can-form-two-arrays-of-equal-xor.json ├── count-unguarded-cells-in-the-grid.json ├── count-unhappy-friends.json ├── count-unique-characters-of-all-substrings-of-a-given-string.json ├── count-univalue-subtrees.json ├── count-unreachable-pairs-of-nodes-in-an-undirected-graph.json ├── count-vowel-strings-in-ranges.json ├── count-vowel-substrings-of-a-string.json ├── count-vowels-permutation.json ├── count-ways-to-build-good-strings.json ├── count-ways-to-build-rooms-in-an-ant-colony.json ├── count-ways-to-group-overlapping-ranges.json ├── count-words-obtained-after-adding-a-letter.json ├── count-zero-request-servers.json ├── counter-ii.json ├── counter.json ├── counting-bits.json ├── counting-elements.json ├── counting-words-with-a-given-prefix.json ├── countries-you-can-safely-invest-in.json ├── couples-holding-hands.json ├── course-schedule-ii.json ├── course-schedule-iii.json ├── course-schedule-iv.json ├── course-schedule.json ├── cousins-in-binary-tree-ii.json ├── cousins-in-binary-tree.json ├── cracking-the-safe.json ├── crawler-log-folder.json ├── create-a-session-bar-chart.json ├── create-binary-tree-from-descriptions.json ├── create-hello-world-function.json ├── create-maximum-number.json ├── create-sorted-array-through-instructions.json ├── create-target-array-in-the-given-order.json ├── critical-connections-in-a-network.json ├── curry.json ├── custom-sort-string.json ├── customer-order-frequency.json ├── customer-placing-the-largest-number-of-orders.json ├── customer-who-visited-but-did-not-make-any-transactions.json ├── customers-who-bought-all-products.json ├── customers-who-bought-products-a-and-b-but-not-c.json ├── customers-who-never-order.json ├── cut-off-trees-for-golf-event.json ├── cutting-ribbons.json ├── cycle-length-queries-in-a-tree.json ├── cyclically-rotating-a-grid.json ├── daily-leads-and-partners.json ├── daily-temperatures.json ├── data-stream-as-disjoint-intervals.json ├── day-of-the-week.json ├── day-of-the-year.json ├── decode-string.json ├── decode-the-message.json ├── decode-ways.json ├── decode-xored-array.json ├── decode-xored-permutation.json ├── decoded-string-at-index.json ├── decompress-run-length-encoded-list.json ├── decremental-string-concatenation.json ├── decrypt-string-from-alphabet-to-integer-mapping.json ├── deepest-leaves-sum.json ├── defanging-an-ip-address.json ├── degree-of-an-array.json ├── delete-and-earn.json ├── delete-characters-to-make-fancy-string.json ├── delete-columns-to-make-sorted.json ├── delete-duplicate-emails.json ├── delete-greatest-value-in-each-row.json ├── delete-leaves-with-a-given-value.json ├── delete-n-nodes-after-m-nodes-of-a-linked-list.json ├── delete-node-in-a-bst.json ├── delete-node-in-a-linked-list.json ├── delete-nodes-and-return-forest.json ├── delete-operation-for-two-strings.json ├── delete-the-middle-node-of-a-linked-list.json ├── department-highest-salary.json ├── department-top-three-salaries.json ├── design-a-food-rating-system.json ├── design-a-leaderboard.json ├── design-a-number-container-system.json ├── design-a-stack-with-increment-operation.json ├── design-a-text-editor.json ├── design-add-and-search-words-data-structure.json ├── design-an-atm-machine.json ├── design-an-expression-tree-with-evaluate-function.json ├── design-an-ordered-stream.json ├── design-authentication-manager.json ├── design-bitset.json ├── design-bounded-blocking-queue.json ├── design-browser-history.json ├── design-circular-deque.json ├── design-circular-queue.json ├── design-compressed-string-iterator.json ├── design-excel-sum-formula.json ├── design-file-system.json ├── design-front-middle-back-queue.json ├── design-graph-with-shortest-path-calculator.json ├── design-hashmap.json ├── design-hashset.json ├── design-hit-counter.json ├── design-in-memory-file-system.json ├── design-linked-list.json ├── design-log-storage-system.json ├── design-memory-allocator.json ├── design-most-recently-used-queue.json ├── design-movie-rental-system.json ├── design-parking-system.json ├── design-phone-directory.json ├── design-search-autocomplete-system.json ├── design-skiplist.json ├── design-snake-game.json ├── design-tic-tac-toe.json ├── design-twitter.json ├── design-underground-system.json ├── destination-city.json ├── destroy-sequential-targets.json ├── destroying-asteroids.json ├── detect-capital.json ├── detect-cycles-in-2d-grid.json ├── detect-pattern-of-length-m-repeated-k-or-more-times.json ├── detect-squares.json ├── determine-color-of-a-chessboard-square.json ├── determine-if-string-halves-are-alike.json ├── determine-if-two-events-have-conflict.json ├── determine-if-two-strings-are-close.json ├── determine-the-minimum-sum-of-a-k-avoiding-array.json ├── determine-the-winner-of-a-bowling-game.json ├── determine-whether-matrix-can-be-obtained-by-rotation.json ├── detonate-the-maximum-bombs.json ├── di-string-match.json ├── diagonal-traverse-ii.json ├── diagonal-traverse.json ├── diameter-of-binary-tree.json ├── diameter-of-n-ary-tree.json ├── dice-roll-simulation.json ├── diet-plan-performance.json ├── difference-between-element-sum-and-digit-sum-of-an-array.json ├── difference-between-maximum-and-minimum-price-sum.json ├── difference-between-ones-and-zeros-in-row-and-column.json ├── difference-of-number-of-distinct-values-on-diagonals.json ├── different-ways-to-add-parentheses.json ├── disconnect-path-in-a-binary-matrix-by-at-most-one-flip.json ├── display-table-of-food-orders-in-a-restaurant.json ├── distance-between-bus-stops.json ├── distinct-echo-substrings.json ├── distinct-numbers-in-each-subarray.json ├── distinct-prime-factors-of-product-of-array.json ├── distinct-subsequences-ii.json ├── distinct-subsequences.json ├── distribute-candies-among-children-i.json ├── distribute-candies-to-people.json ├── distribute-candies.json ├── distribute-coins-in-binary-tree.json ├── distribute-elements-into-two-arrays-i.json ├── distribute-elements-into-two-arrays-ii.json ├── distribute-money-to-maximum-children.json ├── divide-a-string-into-groups-of-size-k.json ├── divide-an-array-into-subarrays-with-minimum-cost-i.json ├── divide-array-in-sets-of-k-consecutive-numbers.json ├── divide-array-into-arrays-with-max-difference.json ├── divide-array-into-equal-pairs.json ├── divide-array-into-increasing-sequences.json ├── divide-chocolate.json ├── divide-intervals-into-minimum-number-of-groups.json ├── divide-players-into-teams-of-equal-skill.json ├── divide-two-integers.json ├── divisible-and-non-divisible-sums-difference.json ├── divisor-game.json ├── domino-and-tromino-tiling.json ├── dot-product-of-two-sparse-vectors.json ├── dota2-senate.json ├── double-a-number-represented-as-a-linked-list.json ├── double-modular-exponentiation.json ├── drop-type-1-orders-for-customers-with-type-0-orders.json ├── dungeon-game.json ├── duplicate-emails.json ├── duplicate-zeros.json ├── earliest-possible-day-of-full-bloom.json ├── earliest-second-to-mark-indices-i.json ├── edit-distance.json ├── egg-drop-with-2-eggs-and-n-floors.json ├── element-appearing-more-than-25-in-sorted-array.json ├── eliminate-maximum-number-of-monsters.json ├── elimination-game.json ├── employee-bonus.json ├── employee-free-time.json ├── employee-importance.json ├── employees-earning-more-than-their-managers.json ├── employees-whose-manager-left-the-company.json ├── employees-with-deductions.json ├── employees-with-missing-information.json ├── encode-and-decode-strings.json ├── encode-and-decode-tinyurl.json ├── encrypt-and-decrypt-strings.json ├── equal-rational-numbers.json ├── equal-row-and-column-pairs.json ├── equal-sum-arrays-with-minimum-number-of-operations.json ├── erect-the-fence.json ├── escape-the-spreading-fire.json ├── evaluate-boolean-binary-tree.json ├── evaluate-boolean-expression.json ├── evaluate-division.json ├── evaluate-reverse-polish-notation.json ├── even-odd-tree.json ├── event-emitter.json ├── exam-room.json ├── excel-sheet-column-number.json ├── excel-sheet-column-title.json ├── exchange-seats.json ├── exclusive-time-of-functions.json ├── execution-of-all-suffix-instructions-staying-in-a-grid.json ├── expression-add-operators.json ├── expressive-words.json ├── extra-characters-in-a-string.json ├── extract-kth-character-from-the-rope-tree.json ├── factor-combinations.json ├── factorial-trailing-zeroes.json ├── fair-candy-swap.json ├── fair-distribution-of-cookies.json ├── falling-squares.json ├── faulty-keyboard.json ├── fibonacci-number.json ├── filling-bookcase-shelves.json ├── filter-elements-from-array.json ├── final-prices-with-a-special-discount-in-a-shop.json ├── final-value-of-variable-after-performing-operations.json ├── find-a-corresponding-node-of-a-binary-tree-in-a-clone-of-that-tree.json ├── find-a-good-subset-of-the-matrix.json ├── find-a-peak-element-ii.json ├── find-a-value-of-a-mysterious-function-closest-to-target.json ├── find-all-anagrams-in-a-string.json ├── find-all-duplicates-in-an-array.json ├── find-all-good-indices.json ├── find-all-groups-of-farmland.json ├── find-all-k-distant-indices-in-an-array.json ├── find-all-lonely-numbers-in-the-array.json ├── find-all-numbers-disappeared-in-an-array.json ├── find-all-people-with-secret.json ├── find-all-possible-recipes-from-given-supplies.json ├── find-all-the-lonely-nodes.json ├── find-anagram-mappings.json ├── find-and-replace-in-string.json ├── find-and-replace-pattern.json ├── find-beautiful-indices-in-the-given-array-i.json ├── find-beautiful-indices-in-the-given-array-ii.json ├── find-bottom-left-tree-value.json ├── find-center-of-star-graph.json ├── find-closest-node-to-given-two-nodes.json ├── find-closest-number-to-zero.json ├── find-common-characters.json ├── find-common-elements-between-two-arrays.json ├── find-consecutive-integers-from-a-data-stream.json ├── find-critical-and-pseudo-critical-edges-in-minimum-spanning-tree.json ├── find-cumulative-salary-of-an-employee.json ├── find-customer-referee.json ├── find-customers-with-positive-revenue-this-year.json ├── find-distance-in-a-binary-tree.json ├── find-duplicate-file-in-system.json ├── find-duplicate-subtrees.json ├── find-elements-in-a-contaminated-binary-tree.json ├── find-eventual-safe-states.json ├── find-first-and-last-position-of-element-in-sorted-array.json ├── find-first-palindromic-string-in-the-array.json ├── find-followers-count.json ├── find-good-days-to-rob-the-bank.json ├── find-greatest-common-divisor-of-array.json ├── find-if-array-can-be-sorted.json ├── find-if-path-exists-in-graph.json ├── find-in-mountain-array.json ├── find-indices-with-index-and-value-difference-i.json ├── find-indices-with-index-and-value-difference-ii.json ├── find-k-closest-elements.json ├── find-k-pairs-with-smallest-sums.json ├── find-k-th-smallest-pair-distance.json ├── find-kth-bit-in-nth-binary-string.json ├── find-kth-largest-xor-coordinate-value.json ├── find-largest-value-in-each-tree-row.json ├── find-leaves-of-binary-tree.json ├── find-longest-special-substring-that-occurs-thrice-i.json ├── find-longest-special-substring-that-occurs-thrice-ii.json ├── find-lucky-integer-in-an-array.json ├── find-median-from-data-stream.json ├── find-median-given-frequency-of-numbers.json ├── find-minimum-in-rotated-sorted-array-ii.json ├── find-minimum-in-rotated-sorted-array.json ├── find-minimum-operations-to-make-all-elements-divisible-by-three.json ├── find-minimum-time-to-finish-all-jobs-ii.json ├── find-minimum-time-to-finish-all-jobs.json ├── find-missing-and-repeated-values.json ├── find-missing-observations.json ├── find-mode-in-binary-search-tree.json ├── find-n-unique-integers-sum-up-to-zero.json ├── find-nearest-point-that-has-the-same-x-or-y-coordinate.json ├── find-number-of-coins-to-place-in-tree-nodes.json ├── find-numbers-with-even-number-of-digits.json ├── find-occurrences-of-an-element-in-an-array.json ├── find-original-array-from-doubled-array.json ├── find-palindrome-with-fixed-length.json ├── find-peak-element.json ├── find-permutation.json ├── find-pivot-index.json ├── find-players-with-zero-or-one-losses.json ├── find-polygon-with-the-largest-perimeter.json ├── find-positive-integer-solution-for-a-given-equation.json ├── find-resultant-array-after-removing-anagrams.json ├── find-right-interval.json ├── find-root-of-n-ary-tree.json ├── find-score-of-an-array-after-marking-all-elements.json ├── find-servers-that-handled-most-number-of-requests.json ├── find-smallest-common-element-in-all-rows.json ├── find-smallest-letter-greater-than-target.json ├── find-subarray-with-bitwise-or-closest-to-k.json ├── find-subarrays-with-equal-sum.json ├── find-subsequence-of-length-k-with-the-largest-sum.json ├── find-substring-with-given-hash-value.json ├── find-target-indices-after-sorting-array.json ├── find-the-array-concatenation-value.json ├── find-the-celebrity.json ├── find-the-city-with-the-smallest-number-of-neighbors-at-a-threshold-distance.json ├── find-the-closest-palindrome.json ├── find-the-derangement-of-an-array.json ├── find-the-difference-of-two-arrays.json ├── find-the-difference.json ├── find-the-distance-value-between-two-arrays.json ├── find-the-distinct-difference-array.json ├── find-the-divisibility-array-of-a-string.json ├── find-the-duplicate-number.json ├── find-the-grid-of-region-average.json ├── find-the-highest-altitude.json ├── find-the-index-of-the-first-occurrence-in-a-string.json ├── find-the-index-of-the-large-integer.json ├── find-the-integer-added-to-array-i.json ├── find-the-integer-added-to-array-ii.json ├── find-the-k-beauty-of-a-number.json ├── find-the-k-sum-of-an-array.json ├── find-the-kth-largest-integer-in-the-array.json ├── find-the-kth-smallest-sum-of-a-matrix-with-sorted-rows.json ├── find-the-largest-area-of-square-inside-two-rectangles.json ├── find-the-length-of-the-longest-common-prefix.json ├── find-the-longest-balanced-substring-of-a-binary-string.json ├── find-the-longest-semi-repetitive-substring.json ├── find-the-longest-valid-obstacle-course-at-each-position.json ├── find-the-losers-of-the-circular-game.json ├── find-the-maximum-achievable-number.json ├── find-the-maximum-divisibility-score.json ├── find-the-maximum-number-of-elements-in-subset.json ├── find-the-maximum-number-of-marked-indices.json ├── find-the-maximum-sum-of-node-values.json ├── find-the-middle-index-in-array.json ├── find-the-minimum-and-maximum-number-of-nodes-between-critical-points.json ├── find-the-missing-ids.json ├── find-the-most-competitive-subsequence.json ├── find-the-number-of-distinct-colors-among-the-balls.json ├── find-the-number-of-good-pairs-i.json ├── find-the-number-of-good-pairs-ii.json ├── find-the-number-of-ways-to-place-people-i.json ├── find-the-number-of-ways-to-place-people-ii.json ├── find-the-original-array-of-prefix-xor.json ├── find-the-peaks.json ├── find-the-prefix-common-array-of-two-arrays.json ├── find-the-punishment-number-of-an-integer.json ├── find-the-quiet-students-in-all-exams.json ├── find-the-score-of-all-prefixes-of-an-array.json ├── find-the-smallest-divisor-given-a-threshold.json ├── find-the-start-and-end-number-of-continuous-ranges.json ├── find-the-student-that-will-replace-the-chalk.json ├── find-the-substring-with-maximum-cost.json ├── find-the-team-size.json ├── find-the-town-judge.json ├── find-the-value-of-the-partition.json ├── find-the-width-of-columns-of-a-grid.json ├── find-the-winner-of-an-array-game.json ├── find-the-winner-of-the-circular-game.json ├── find-the-xor-of-numbers-which-appear-twice.json ├── find-three-consecutive-integers-that-sum-to-a-given-number.json ├── find-total-time-spent-by-each-employee.json ├── find-triangular-sum-of-an-array.json ├── find-two-non-overlapping-sub-arrays-each-with-target-sum.json ├── find-unique-binary-string.json ├── find-users-with-valid-e-mails.json ├── find-winner-on-a-tic-tac-toe-game.json ├── find-words-that-can-be-formed-by-characters.json ├── find-xor-beauty-of-array.json ├── finding-3-digit-even-numbers.json ├── finding-the-number-of-visible-mountains.json ├── finding-the-topic-of-each-post.json ├── finding-the-users-active-minutes.json ├── first-and-last-call-on-the-same-day.json ├── first-bad-version.json ├── first-day-where-you-have-been-in-all-the-rooms.json ├── first-letter-to-appear-twice.json ├── first-missing-positive.json ├── first-unique-character-in-a-string.json ├── first-unique-number.json ├── fix-names-in-a-table.json ├── fixed-point.json ├── fizz-buzz-multithreaded.json ├── fizz-buzz.json ├── flatten-2d-vector.json ├── flatten-a-multilevel-doubly-linked-list.json ├── flatten-binary-tree-to-linked-list.json ├── flatten-deeply-nested-array.json ├── flatten-nested-list-iterator.json ├── flight-occupancy-and-waitlist-analysis.json ├── flip-binary-tree-to-match-preorder-traversal.json ├── flip-columns-for-maximum-number-of-equal-rows.json ├── flip-equivalent-binary-trees.json ├── flip-game-ii.json ├── flip-game.json ├── flip-string-to-monotone-increasing.json ├── flipping-an-image.json ├── flood-fill.json ├── flower-planting-with-no-adjacent.json ├── form-a-chemical-bond.json ├── form-array-by-concatenating-subarrays-of-another-array.json ├── form-largest-integer-with-digits-that-add-up-to-target.json ├── form-smallest-number-from-two-digit-arrays.json ├── four-divisors.json ├── fraction-to-recurring-decimal.json ├── freedom-trail.json ├── frequency-of-the-most-frequent-element.json ├── frequency-tracker.json ├── friend-requests-i-overall-acceptance-rate.json ├── friend-requests-ii-who-has-the-most-friends.json ├── friends-of-appropriate-ages.json ├── frog-jump-ii.json ├── frog-jump.json ├── frog-position-after-t-seconds.json ├── fruit-into-baskets.json ├── function-composition.json ├── furthest-building-you-can-reach.json ├── game-of-life.json ├── game-of-nim.json ├── game-play-analysis-i.json ├── game-play-analysis-ii.json ├── game-play-analysis-iii.json ├── game-play-analysis-iv.json ├── gas-station.json ├── generalized-abbreviation.json ├── generate-a-string-with-characters-that-have-odd-counts.json ├── generate-fibonacci-sequence.json ├── generate-parentheses.json ├── generate-the-invoice.json ├── get-biggest-three-rhombus-sums-in-a-grid.json ├── get-equal-substrings-within-budget.json ├── get-highest-answer-rate-question.json ├── get-maximum-in-generated-array.json ├── get-watched-videos-by-your-friends.json ├── global-and-local-inversions.json ├── goal-parser-interpretation.json ├── goat-latin.json ├── grand-slam-titles.json ├── graph-valid-tree.json ├── gray-code.json ├── greatest-common-divisor-of-strings.json ├── greatest-english-letter-in-upper-and-lower-case.json ├── grid-game.json ├── group-anagrams.json ├── group-by.json ├── group-employees-of-the-same-salary.json ├── group-shifted-strings.json ├── group-sold-products-by-the-date.json ├── group-the-people-given-the-group-size-they-belong-to.json ├── groups-of-special-equivalent-strings.json ├── grumpy-bookstore-owner.json ├── guess-number-higher-or-lower-ii.json ├── guess-number-higher-or-lower.json ├── guess-the-word.json ├── h-index-ii.json ├── h-index.json ├── hamming-distance.json ├── hand-of-straights.json ├── happy-number.json ├── harshad-number.json ├── heaters.json ├── height-checker.json ├── height-of-binary-tree-after-subtree-removal-queries.json ├── high-access-employees.json ├── high-five.json ├── highest-grade-for-each-student.json ├── house-robber-ii.json ├── house-robber-iii.json ├── house-robber-iv.json ├── house-robber.json ├── how-many-apples-can-you-put-into-the-basket.json ├── how-many-numbers-are-smaller-than-the-current-number.json ├── human-traffic-of-stadium.json ├── image-overlap.json ├── image-smoother.json ├── immediate-food-delivery-i.json ├── immediate-food-delivery-ii.json ├── implement-magic-dictionary.json ├── implement-queue-using-stacks.json ├── implement-rand10-using-rand7.json ├── implement-stack-using-queues.json ├── implement-trie-ii-prefix-tree.json ├── implement-trie-prefix-tree.json ├── increasing-decreasing-string.json ├── increasing-order-search-tree.json ├── increasing-triplet-subsequence.json ├── increment-submatrices-by-one.json ├── incremental-memory-leak.json ├── inorder-successor-in-bst-ii.json ├── inorder-successor-in-bst.json ├── insert-delete-getrandom-o1-duplicates-allowed.json ├── insert-delete-getrandom-o1.json ├── insert-greatest-common-divisors-in-linked-list.json ├── insert-interval.json ├── insert-into-a-binary-search-tree.json ├── insert-into-a-sorted-circular-linked-list.json ├── insertion-sort-list.json ├── insufficient-nodes-in-root-to-leaf-paths.json ├── integer-break.json ├── integer-replacement.json ├── integer-to-english-words.json ├── integer-to-roman.json ├── interleaving-string.json ├── intersection-of-multiple-arrays.json ├── intersection-of-three-sorted-arrays.json ├── intersection-of-two-arrays-ii.json ├── intersection-of-two-arrays.json ├── intersection-of-two-linked-lists.json ├── interval-cancellation.json ├── interval-list-intersections.json ├── intervals-between-identical-elements.json ├── invalid-transactions.json ├── invalid-tweets.json ├── invert-binary-tree.json ├── investments-in-2016.json ├── ip-to-cidr.json ├── ipo.json ├── is-graph-bipartite.json ├── is-object-empty.json ├── is-subsequence.json ├── island-perimeter.json ├── isomorphic-strings.json ├── iterator-for-combination.json ├── jewels-and-stones.json ├── join-two-arrays-by-id.json ├── jump-game-ii.json ├── jump-game-iii.json ├── jump-game-iv.json ├── jump-game-v.json ├── jump-game-vi.json ├── jump-game-vii.json ├── jump-game.json ├── k-closest-points-to-origin.json ├── k-diff-pairs-in-an-array.json ├── k-divisible-elements-subarrays.json ├── k-empty-slots.json ├── k-inverse-pairs-array.json ├── k-items-with-the-maximum-sum.json ├── k-radius-subarray-averages.json ├── k-similar-strings.json ├── k-th-smallest-prime-fraction.json ├── k-th-symbol-in-grammar.json ├── keep-multiplying-found-values-by-two.json ├── keyboard-row.json ├── keys-and-rooms.json ├── kids-with-the-greatest-number-of-candies.json ├── kill-process.json ├── knight-dialer.json ├── knight-probability-in-chessboard.json ├── koko-eating-bananas.json ├── kth-distinct-string-in-an-array.json ├── kth-largest-element-in-a-stream.json ├── kth-largest-element-in-an-array.json ├── kth-largest-sum-in-a-binary-tree.json ├── kth-missing-positive-number.json ├── kth-smallest-element-in-a-bst.json ├── kth-smallest-element-in-a-sorted-matrix.json ├── kth-smallest-instructions.json ├── kth-smallest-number-in-multiplication-table.json ├── kth-smallest-product-of-two-sorted-arrays.json ├── largest-1-bordered-square.json ├── largest-3-same-digit-number-in-string.json ├── largest-bst-subtree.json ├── largest-combination-with-bitwise-and-greater-than-zero.json ├── largest-component-size-by-common-factor.json ├── largest-divisible-subset.json ├── largest-element-in-an-array-after-merge-operations.json ├── largest-local-values-in-a-matrix.json ├── largest-number-after-digit-swaps-by-parity.json ├── largest-number-at-least-twice-of-others.json ├── largest-number.json ├── largest-odd-number-in-string.json ├── largest-palindromic-number.json ├── largest-perimeter-triangle.json ├── largest-plus-sign.json ├── largest-positive-integer-that-exists-with-its-negative.json ├── largest-rectangle-in-histogram.json ├── largest-subarray-length-k.json ├── largest-submatrix-with-rearrangements.json ├── largest-substring-between-two-equal-characters.json ├── largest-sum-of-averages.json ├── largest-time-for-given-digits.json ├── largest-triangle-area.json ├── largest-unique-number.json ├── largest-values-from-labels.json ├── last-day-where-you-can-still-cross.json ├── last-moment-before-all-ants-fall-out-of-a-plank.json ├── last-person-to-fit-in-the-bus.json ├── last-stone-weight-ii.json ├── last-stone-weight.json ├── last-visited-integers.json ├── latest-time-by-replacing-hidden-digits.json ├── leaf-similar-trees.json ├── league-statistics.json ├── least-number-of-unique-integers-after-k-removals.json ├── leetcodify-friends-recommendations.json ├── leetcodify-similar-friends.json ├── leetflex-banned-accounts.json ├── left-and-right-sum-differences.json ├── leftmost-column-with-at-least-a-one.json ├── lemonade-change.json ├── length-of-last-word.json ├── length-of-longest-fibonacci-subsequence.json ├── length-of-longest-subarray-with-at-most-k-frequency.json ├── length-of-the-longest-alphabetical-continuous-substring.json ├── length-of-the-longest-valid-substring.json ├── letter-case-permutation.json ├── letter-combinations-of-a-phone-number.json ├── letter-tile-possibilities.json ├── lexicographical-numbers.json ├── lexicographically-minimum-string-after-removing-stars.json ├── lexicographically-smallest-equivalent-string.json ├── lexicographically-smallest-palindrome.json ├── lexicographically-smallest-string-after-applying-operations.json ├── lexicographically-smallest-string-after-substring-operation.json ├── lfu-cache.json ├── license-key-formatting.json ├── line-reflection.json ├── linked-list-components.json ├── linked-list-cycle-ii.json ├── linked-list-cycle.json ├── linked-list-in-binary-tree.json ├── linked-list-random-node.json ├── list-the-products-ordered-in-a-period.json ├── logger-rate-limiter.json ├── lonely-pixel-ii.json ├── long-pressed-name.json ├── longer-contiguous-segments-of-ones-than-zeros.json ├── longest-absolute-file-path.json ├── longest-alternating-subarray.json ├── longest-arithmetic-subsequence-of-given-difference.json ├── longest-arithmetic-subsequence.json ├── longest-binary-subsequence-less-than-or-equal-to-k.json ├── longest-chunked-palindrome-decomposition.json ├── longest-common-prefix.json ├── longest-common-subpath.json ├── longest-common-subsequence.json ├── longest-common-suffix-queries.json ├── longest-consecutive-sequence.json ├── longest-continuous-increasing-subsequence.json ├── longest-continuous-subarray-with-absolute-diff-less-than-or-equal-to-limit.json ├── longest-cycle-in-a-graph.json ├── longest-duplicate-substring.json ├── longest-even-odd-subarray-with-threshold.json ├── longest-happy-prefix.json ├── longest-happy-string.json ├── longest-harmonious-subsequence.json ├── longest-ideal-subsequence.json ├── longest-increasing-path-in-a-matrix.json ├── longest-increasing-subsequence-ii.json ├── longest-increasing-subsequence.json ├── longest-line-of-consecutive-one-in-matrix.json ├── longest-mountain-in-array.json ├── longest-nice-subarray.json ├── longest-nice-substring.json ├── longest-non-decreasing-subarray-from-two-arrays.json ├── longest-palindrome-by-concatenating-two-letter-words.json ├── longest-palindrome.json ├── longest-palindromic-subsequence.json ├── longest-palindromic-substring.json ├── longest-path-with-different-adjacent-characters.json ├── longest-repeating-character-replacement.json ├── longest-repeating-substring.json ├── longest-square-streak-in-an-array.json ├── longest-string-chain.json ├── longest-subarray-of-1s-after-deleting-one-element.json ├── longest-subarray-with-maximum-bitwise-and.json ├── longest-subsequence-repeated-k-times.json ├── longest-subsequence-with-limited-sum.json ├── longest-substring-of-all-vowels-in-order.json ├── longest-substring-with-at-least-k-repeating-characters.json ├── longest-substring-with-at-most-k-distinct-characters.json ├── longest-substring-with-at-most-two-distinct-characters.json ├── longest-substring-without-repeating-characters.json ├── longest-turbulent-subarray.json ├── longest-uncommon-subsequence-i.json ├── longest-uncommon-subsequence-ii.json ├── longest-unequal-adjacent-groups-subsequence-i.json ├── longest-unequal-adjacent-groups-subsequence-ii.json ├── longest-univalue-path.json ├── longest-uploaded-prefix.json ├── longest-valid-parentheses.json ├── longest-well-performing-interval.json ├── longest-winning-streak.json ├── longest-word-in-dictionary-through-deleting.json ├── longest-word-in-dictionary.json ├── longest-zigzag-path-in-a-binary-tree.json ├── loud-and-rich.json ├── low-quality-problems.json ├── lowest-common-ancestor-of-a-binary-search-tree.json ├── lowest-common-ancestor-of-a-binary-tree-ii.json ├── lowest-common-ancestor-of-a-binary-tree-iii.json ├── lowest-common-ancestor-of-a-binary-tree-iv.json ├── lowest-common-ancestor-of-a-binary-tree.json ├── lowest-common-ancestor-of-deepest-leaves.json ├── lru-cache.json ├── lucky-numbers-in-a-matrix.json ├── magical-string.json ├── magnetic-force-between-two-balls.json ├── majority-element-ii.json ├── majority-element.json ├── make-array-strictly-increasing.json ├── make-array-zero-by-subtracting-equal-amounts.json ├── make-costs-of-paths-equal-in-a-binary-tree.json ├── make-k-subarray-sums-equal.json ├── make-lexicographically-smallest-array-by-swapping-elements.json ├── make-number-of-distinct-characters-equal.json ├── make-string-a-subsequence-using-cyclic-increments.json ├── make-sum-divisible-by-p.json ├── make-the-string-great.json ├── make-three-strings-equal.json ├── make-two-arrays-equal-by-reversing-subarrays.json ├── making-a-large-island.json ├── making-file-names-unique.json ├── managers-with-at-least-5-direct-reports.json ├── map-of-highest-peak.json ├── map-sum-pairs.json ├── market-analysis-i.json ├── market-analysis-ii.json ├── match-substring-after-replacement.json ├── matchsticks-to-square.json ├── matrix-block-sum.json ├── matrix-cells-in-distance-order.json ├── matrix-diagonal-sum.json ├── matrix-similarity-after-cyclic-shifts.json ├── max-area-of-island.json ├── max-chunks-to-make-sorted-ii.json ├── max-chunks-to-make-sorted.json ├── max-consecutive-ones-ii.json ├── max-consecutive-ones-iii.json ├── max-consecutive-ones.json ├── max-difference-you-can-get-from-changing-an-integer.json ├── max-dot-product-of-two-subsequences.json ├── max-increase-to-keep-city-skyline.json ├── max-number-of-k-sum-pairs.json ├── max-pair-sum-in-an-array.json ├── max-points-on-a-line.json ├── max-stack.json ├── max-sum-of-a-pair-with-equal-sum-of-digits.json ├── max-sum-of-rectangle-no-larger-than-k.json ├── max-value-of-equation.json ├── maximal-network-rank.json ├── maximal-rectangle.json ├── maximal-score-after-applying-k-operations.json ├── maximal-square.json ├── maximize-consecutive-elements-in-an-array-after-modification.json ├── maximize-distance-to-closest-person.json ├── maximize-greatness-of-an-array.json ├── maximize-happiness-of-selected-children.json ├── maximize-number-of-subsequences-in-a-string.json ├── maximize-score-after-n-operations.json ├── maximize-sum-of-array-after-k-negations.json ├── maximize-the-confusion-of-an-exam.json ├── maximize-the-profit-as-the-salesman.json ├── maximize-the-topmost-element-after-k-moves.json ├── maximize-win-from-two-segments.json ├── maximum-69-number.json ├── maximum-absolute-sum-of-any-subarray.json ├── maximum-alternating-subsequence-sum.json ├── maximum-and-sum-of-array.json ├── maximum-area-of-a-piece-of-cake-after-horizontal-and-vertical-cuts.json ├── maximum-ascending-subarray-sum.json ├── maximum-average-pass-ratio.json ├── maximum-average-subarray-i.json ├── maximum-bags-with-full-capacity-of-rocks.json ├── maximum-beauty-of-an-array-after-applying-operation.json ├── maximum-binary-tree-ii.json ├── maximum-binary-tree.json ├── maximum-building-height.json ├── maximum-candies-allocated-to-k-children.json ├── maximum-candies-you-can-get-from-boxes.json ├── maximum-compatibility-score-sum.json ├── maximum-consecutive-floors-without-special-floors.json ├── maximum-count-of-positive-integer-and-negative-integer.json ├── maximum-deletions-on-a-string.json ├── maximum-depth-of-binary-tree.json ├── maximum-depth-of-n-ary-tree.json ├── maximum-difference-between-increasing-elements.json ├── maximum-difference-between-node-and-ancestor.json ├── maximum-difference-score-in-a-grid.json ├── maximum-distance-between-a-pair-of-values.json ├── maximum-earnings-from-taxi.json ├── maximum-element-after-decreasing-and-rearranging.json ├── maximum-employees-to-be-invited-to-a-meeting.json ├── maximum-enemy-forts-that-can-be-captured.json ├── maximum-equal-frequency.json ├── maximum-erasure-value.json ├── maximum-frequency-stack.json ├── maximum-fruits-harvested-after-at-most-k-steps.json ├── maximum-gap.json ├── maximum-good-people-based-on-statements.json ├── maximum-good-subarray-sum.json ├── maximum-height-by-stacking-cuboids.json ├── maximum-ice-cream-bars.json ├── maximum-length-of-a-concatenated-string-with-unique-characters.json ├── maximum-length-of-pair-chain.json ├── maximum-length-of-repeated-subarray.json ├── maximum-length-of-subarray-with-positive-product.json ├── maximum-length-substring-with-two-occurrences.json ├── maximum-level-sum-of-a-binary-tree.json ├── maximum-matching-of-players-with-trainers.json ├── maximum-nesting-depth-of-the-parentheses.json ├── maximum-nesting-depth-of-two-valid-parentheses-strings.json ├── maximum-non-negative-product-in-a-matrix.json ├── maximum-number-of-accepted-invitations.json ├── maximum-number-of-achievable-transfer-requests.json ├── maximum-number-of-balloons.json ├── maximum-number-of-balls-in-a-box.json ├── maximum-number-of-books-you-can-take.json ├── maximum-number-of-coins-you-can-get.json ├── maximum-number-of-eaten-apples.json ├── maximum-number-of-events-that-can-be-attended-ii.json ├── maximum-number-of-events-that-can-be-attended.json ├── maximum-number-of-fish-in-a-grid.json ├── maximum-number-of-groups-entering-a-competition.json ├── maximum-number-of-groups-with-increasing-length.json ├── maximum-number-of-integers-to-choose-from-a-range-i.json ├── maximum-number-of-integers-to-choose-from-a-range-ii.json ├── maximum-number-of-jumps-to-reach-the-last-index.json ├── maximum-number-of-moves-in-a-grid.json ├── maximum-number-of-non-overlapping-palindrome-substrings.json ├── maximum-number-of-non-overlapping-subarrays-with-sum-equals-target.json ├── maximum-number-of-occurrences-of-a-substring.json ├── maximum-number-of-operations-with-the-same-score-i.json ├── maximum-number-of-operations-with-the-same-score-ii.json ├── maximum-number-of-pairs-in-array.json ├── maximum-number-of-points-from-grid-queries.json ├── maximum-number-of-points-with-cost.json ├── maximum-number-of-removable-characters.json ├── maximum-number-of-robots-within-budget.json ├── maximum-number-of-visible-points.json ├── maximum-number-of-vowels-in-a-substring-of-given-length.json ├── maximum-number-of-ways-to-partition-an-array.json ├── maximum-number-of-weeks-for-which-you-can-work.json ├── maximum-number-of-words-found-in-sentences.json ├── maximum-number-of-words-you-can-type.json ├── maximum-number-that-sum-of-the-prices-is-less-than-or-equal-to-k.json ├── maximum-of-absolute-value-expression.json ├── maximum-or.json ├── maximum-palindromes-after-operations.json ├── maximum-performance-of-a-team.json ├── maximum-points-in-an-archery-competition.json ├── maximum-points-you-can-obtain-from-cards.json ├── maximum-population-year.json ├── maximum-product-after-k-increments.json ├── maximum-product-difference-between-two-pairs.json ├── maximum-product-of-splitted-binary-tree.json ├── maximum-product-of-the-length-of-two-palindromic-subsequences.json ├── maximum-product-of-three-numbers.json ├── maximum-product-of-two-elements-in-an-array.json ├── maximum-product-of-word-lengths.json ├── maximum-product-subarray.json ├── maximum-profit-from-trading-stocks.json ├── maximum-profit-in-job-scheduling.json ├── maximum-repeating-substring.json ├── maximum-rows-covered-by-columns.json ├── maximum-running-time-of-n-computers.json ├── maximum-score-after-splitting-a-string.json ├── maximum-score-from-performing-multiplication-operations.json ├── maximum-score-from-removing-stones.json ├── maximum-score-of-a-good-subarray.json ├── maximum-score-of-a-node-sequence.json ├── maximum-score-of-spliced-array.json ├── maximum-score-words-formed-by-letters.json ├── maximum-segment-sum-after-removals.json ├── maximum-side-length-of-a-square-with-sum-less-than-or-equal-to-threshold.json ├── maximum-size-of-a-set-after-removals.json ├── maximum-size-subarray-sum-equals-k.json ├── maximum-spending-after-buying-items.json ├── maximum-split-of-positive-even-integers.json ├── maximum-star-sum-of-a-graph.json ├── maximum-strength-of-a-group.json ├── maximum-strength-of-k-disjoint-subarrays.json ├── maximum-strong-pair-xor-i.json ├── maximum-subarray-min-product.json ├── maximum-subarray-sum-with-one-deletion.json ├── maximum-subarray.json ├── maximum-subsequence-score.json ├── maximum-sum-bst-in-binary-tree.json ├── maximum-sum-circular-subarray.json ├── maximum-sum-of-3-non-overlapping-subarrays.json ├── maximum-sum-of-almost-unique-subarray.json ├── maximum-sum-of-an-hourglass.json ├── maximum-sum-of-distinct-subarrays-with-length-k.json ├── maximum-sum-of-subsequence-with-non-adjacent-elements.json ├── maximum-sum-of-two-non-overlapping-subarrays.json ├── maximum-sum-score-of-array.json ├── maximum-sum-with-exactly-k-elements.json ├── maximum-swap.json ├── maximum-tastiness-of-candy-basket.json ├── maximum-total-beauty-of-the-gardens.json ├── maximum-total-importance-of-roads.json ├── maximum-trailing-zeros-in-a-cornered-path.json ├── maximum-transaction-each-day.json ├── maximum-twin-sum-of-a-linked-list.json ├── maximum-units-on-a-truck.json ├── maximum-vacation-days.json ├── maximum-value-at-a-given-index-in-a-bounded-array.json ├── maximum-value-of-a-string-in-an-array.json ├── maximum-value-of-k-coins-from-piles.json ├── maximum-white-tiles-covered-by-a-carpet.json ├── maximum-width-of-binary-tree.json ├── maximum-width-ramp.json ├── maximum-xor-after-operations.json ├── maximum-xor-of-two-numbers-in-an-array.json ├── maximum-xor-product.json ├── maximum-xor-with-an-element-from-array.json ├── mean-of-array-after-removing-some-elements.json ├── median-employee-salary.json ├── median-of-a-row-wise-sorted-matrix.json ├── median-of-two-sorted-arrays.json ├── meeting-rooms-ii.json ├── meeting-rooms-iii.json ├── meeting-rooms.json ├── meeting-scheduler.json ├── memoize.json ├── merge-in-between-linked-lists.json ├── merge-intervals.json ├── merge-k-sorted-lists.json ├── merge-nodes-in-between-zeros.json ├── merge-similar-items.json ├── merge-sorted-array.json ├── merge-strings-alternately.json ├── merge-triplets-to-form-target-triplet.json ├── merge-two-2d-arrays-by-summing-values.json ├── merge-two-binary-trees.json ├── merge-two-sorted-lists.json ├── mice-and-cheese.json ├── middle-of-the-linked-list.json ├── min-cost-climbing-stairs.json ├── min-cost-to-connect-all-points.json ├── min-max-game.json ├── min-stack.json ├── minesweeper.json ├── mini-parser.json ├── minimize-deviation-in-array.json ├── minimize-hamming-distance-after-swap-operations.json ├── minimize-length-of-array-using-operations.json ├── minimize-malware-spread.json ├── minimize-maximum-of-array.json ├── minimize-maximum-pair-sum-in-array.json ├── minimize-or-of-remaining-elements-using-operations.json ├── minimize-product-sum-of-two-arrays.json ├── minimize-result-by-adding-parentheses-to-expression.json ├── minimize-string-length.json ├── minimize-the-difference-between-target-and-chosen-elements.json ├── minimize-the-maximum-difference-of-pairs.json ├── minimize-the-maximum-of-two-arrays.json ├── minimize-the-total-price-of-the-trips.json ├── minimize-xor.json ├── minimized-maximum-of-products-distributed-to-any-store.json ├── minimum-absolute-difference-between-elements-with-constraint.json ├── minimum-absolute-difference-in-bst.json ├── minimum-absolute-difference-queries.json ├── minimum-absolute-difference.json ├── minimum-absolute-sum-difference.json ├── minimum-add-to-make-parentheses-valid.json ├── minimum-addition-to-make-integer-beautiful.json ├── minimum-additions-to-make-valid-string.json ├── minimum-adjacent-swaps-for-k-consecutive-ones.json ├── minimum-adjacent-swaps-to-make-a-valid-array.json ├── minimum-adjacent-swaps-to-reach-the-kth-smallest-number.json ├── minimum-amount-of-time-to-collect-garbage.json ├── minimum-amount-of-time-to-fill-cups.json ├── minimum-area-rectangle.json ├── minimum-ascii-delete-sum-for-two-strings.json ├── minimum-average-difference.json ├── minimum-bit-flips-to-convert-number.json ├── minimum-changes-to-make-alternating-binary-string.json ├── minimum-common-value.json ├── minimum-consecutive-cards-to-pick-up.json ├── minimum-cost-for-tickets.json ├── minimum-cost-homecoming-of-a-robot-in-a-grid.json ├── minimum-cost-of-buying-candies-with-discount.json ├── minimum-cost-to-connect-sticks.json ├── minimum-cost-to-convert-string-i.json ├── minimum-cost-to-cut-a-stick.json ├── minimum-cost-to-hire-k-workers.json ├── minimum-cost-to-make-all-characters-equal.json ├── minimum-cost-to-make-array-equal.json ├── minimum-cost-to-merge-stones.json ├── minimum-cost-to-move-chips-to-the-same-position.json ├── minimum-cost-to-reach-destination-in-time.json ├── minimum-cost-to-set-cooking-time.json ├── minimum-cost-to-split-an-array.json ├── minimum-cost-tree-from-leaf-values.json ├── minimum-costs-using-the-train-line.json ├── minimum-cuts-to-divide-a-circle.json ├── minimum-degree-of-a-connected-trio-in-a-graph.json ├── minimum-deletions-to-make-array-beautiful.json ├── minimum-deletions-to-make-array-divisible.json ├── minimum-deletions-to-make-character-frequencies-unique.json ├── minimum-deletions-to-make-string-balanced.json ├── minimum-deletions-to-make-string-k-special.json ├── minimum-depth-of-binary-tree.json ├── minimum-difference-between-highest-and-lowest-of-k-scores.json ├── minimum-difference-between-largest-and-smallest-value-in-three-moves.json ├── minimum-difference-in-sums-after-removal-of-elements.json ├── minimum-difficulty-of-a-job-schedule.json ├── minimum-distance-between-bst-nodes.json ├── minimum-distance-to-the-target-element.json ├── minimum-distance-to-type-a-word-using-two-fingers.json ├── minimum-domino-rotations-for-equal-row.json ├── minimum-elements-to-add-to-form-a-given-sum.json ├── minimum-factorization.json ├── minimum-falling-path-sum-ii.json ├── minimum-falling-path-sum.json ├── minimum-flips-to-make-a-or-b-equal-to-c.json ├── minimum-fuel-cost-to-report-to-the-capital.json ├── minimum-genetic-mutation.json ├── minimum-health-to-beat-game.json ├── minimum-height-trees.json ├── minimum-hours-of-training-to-win-a-competition.json ├── minimum-increment-to-make-array-unique.json ├── minimum-index-of-a-valid-split.json ├── minimum-index-sum-of-two-lists.json ├── minimum-insertion-steps-to-make-a-string-palindrome.json ├── minimum-insertions-to-balance-a-parentheses-string.json ├── minimum-interval-to-include-each-query.json ├── minimum-jumps-to-reach-home.json ├── minimum-knight-moves.json ├── minimum-length-of-anagram-concatenation.json ├── minimum-length-of-string-after-deleting-similar-ends.json ├── minimum-limit-of-balls-in-a-bag.json ├── minimum-lines-to-represent-a-line-chart.json ├── minimum-money-required-before-transactions.json ├── minimum-moves-to-convert-string.json ├── minimum-moves-to-equal-array-elements-ii.json ├── minimum-moves-to-equal-array-elements.json ├── minimum-moves-to-move-a-box-to-their-target-location.json ├── minimum-moves-to-reach-target-score.json ├── minimum-number-of-arrows-to-burst-balloons.json ├── minimum-number-of-chairs-in-a-waiting-room.json ├── minimum-number-of-coins-to-be-added.json ├── minimum-number-of-days-to-eat-n-oranges.json ├── minimum-number-of-days-to-make-m-bouquets.json ├── minimum-number-of-flips-to-convert-binary-matrix-to-zero-matrix.json ├── minimum-number-of-flips-to-make-the-binary-string-alternating.json ├── minimum-number-of-food-buckets-to-feed-the-hamsters.json ├── minimum-number-of-frogs-croaking.json ├── minimum-number-of-increments-on-subarrays-to-form-a-target-array.json ├── minimum-number-of-k-consecutive-bit-flips.json ├── minimum-number-of-keypresses.json ├── minimum-number-of-moves-to-make-palindrome.json ├── minimum-number-of-moves-to-seat-everyone.json ├── minimum-number-of-operations-to-convert-time.json ├── minimum-number-of-operations-to-make-all-array-elements-equal-to-1.json ├── minimum-number-of-operations-to-make-array-continuous.json ├── minimum-number-of-operations-to-make-array-empty.json ├── minimum-number-of-operations-to-make-array-xor-equal-to-k.json ├── minimum-number-of-operations-to-make-arrays-similar.json ├── minimum-number-of-operations-to-make-word-k-periodic.json ├── minimum-number-of-operations-to-make-x-and-y-equal.json ├── minimum-number-of-operations-to-move-all-balls-to-each-box.json ├── minimum-number-of-operations-to-reinitialize-a-permutation.json ├── minimum-number-of-operations-to-satisfy-conditions.json ├── minimum-number-of-operations-to-sort-a-binary-tree-by-level.json ├── minimum-number-of-people-to-teach.json ├── minimum-number-of-pushes-to-type-word-i.json ├── minimum-number-of-pushes-to-type-word-ii.json ├── minimum-number-of-refueling-stops.json ├── minimum-number-of-removals-to-make-mountain-array.json ├── minimum-number-of-steps-to-make-two-strings-anagram-ii.json ├── minimum-number-of-steps-to-make-two-strings-anagram.json ├── minimum-number-of-swaps-to-make-the-binary-string-alternating.json ├── minimum-number-of-swaps-to-make-the-string-balanced.json ├── minimum-number-of-taps-to-open-to-water-a-garden.json ├── minimum-number-of-vertices-to-reach-all-nodes.json ├── minimum-number-of-work-sessions-to-finish-the-tasks.json ├── minimum-numbers-of-function-calls-to-make-target-array.json ├── minimum-operations-to-collect-elements.json ├── minimum-operations-to-convert-number.json ├── minimum-operations-to-exceed-threshold-value-i.json ├── minimum-operations-to-exceed-threshold-value-ii.json ├── minimum-operations-to-halve-array-sum.json ├── minimum-operations-to-make-a-special-number.json ├── minimum-operations-to-make-a-subsequence.json ├── minimum-operations-to-make-a-uni-value-grid.json ├── minimum-operations-to-make-all-array-elements-equal.json ├── minimum-operations-to-make-array-equal-ii.json ├── minimum-operations-to-make-array-equal.json ├── minimum-operations-to-make-binary-array-elements-equal-to-one-i.json ├── minimum-operations-to-make-binary-array-elements-equal-to-one-ii.json ├── minimum-operations-to-make-the-array-alternating.json ├── minimum-operations-to-make-the-array-increasing.json ├── minimum-operations-to-make-the-array-k-increasing.json ├── minimum-operations-to-make-the-integer-zero.json ├── minimum-operations-to-reduce-an-integer-to-0.json ├── minimum-operations-to-reduce-x-to-zero.json ├── minimum-operations-to-write-the-letter-y-on-a-grid.json ├── minimum-path-cost-in-a-grid.json ├── minimum-path-cost-in-a-hidden-grid.json ├── minimum-path-sum.json ├── minimum-penalty-for-a-shop.json ├── minimum-processing-time.json ├── minimum-recolors-to-get-k-consecutive-black-blocks.json ├── minimum-remove-to-make-valid-parentheses.json ├── minimum-replacements-to-sort-the-array.json ├── minimum-right-shifts-to-sort-the-array.json ├── minimum-rounds-to-complete-all-tasks.json ├── minimum-score-after-removals-on-a-tree.json ├── minimum-score-by-changing-two-elements.json ├── minimum-score-of-a-path-between-two-cities.json ├── minimum-score-triangulation-of-polygon.json ├── minimum-seconds-to-equalize-a-circular-array.json ├── minimum-sideway-jumps.json ├── minimum-size-subarray-sum.json ├── minimum-skips-to-arrive-at-meeting-on-time.json ├── minimum-space-wasted-from-packaging.json ├── minimum-speed-to-arrive-on-time.json ├── minimum-string-length-after-removing-substrings.json ├── minimum-subsequence-in-non-increasing-order.json ├── minimum-sum-of-four-digit-number-after-splitting-digits.json ├── minimum-sum-of-mountain-triplets-i.json ├── minimum-sum-of-mountain-triplets-ii.json ├── minimum-sum-of-squared-difference.json ├── minimum-swaps-to-arrange-a-binary-grid.json ├── minimum-swaps-to-group-all-1s-together-ii.json ├── minimum-swaps-to-group-all-1s-together.json ├── minimum-swaps-to-make-sequences-increasing.json ├── minimum-swaps-to-make-strings-equal.json ├── minimum-time-difference.json ├── minimum-time-to-collect-all-apples-in-a-tree.json ├── minimum-time-to-complete-all-tasks.json ├── minimum-time-to-complete-trips.json ├── minimum-time-to-finish-the-race.json ├── minimum-time-to-make-rope-colorful.json ├── minimum-time-to-remove-all-cars-containing-illegal-goods.json ├── minimum-time-to-repair-cars.json ├── minimum-time-to-revert-word-to-initial-state-i.json ├── minimum-time-to-revert-word-to-initial-state-ii.json ├── minimum-time-to-type-word-using-special-typewriter.json ├── minimum-time-to-visit-a-cell-in-a-grid.json ├── minimum-time-visiting-all-points.json ├── minimum-value-to-get-positive-step-by-step-sum.json ├── minimum-weighted-subgraph-with-the-required-paths.json ├── minimum-white-tiles-after-covering-with-carpets.json ├── minimum-window-subsequence.json ├── minimum-window-substring.json ├── minimum-xor-sum-of-two-arrays.json ├── mirror-reflection.json ├── missing-element-in-sorted-array.json ├── missing-number-in-arithmetic-progression.json ├── missing-number.json ├── missing-ranges.json ├── modify-graph-edge-weights.json ├── modify-the-matrix.json ├── monotone-increasing-digits.json ├── monotonic-array.json ├── monthly-transactions-i.json ├── most-beautiful-item-for-each-query.json ├── most-common-word.json ├── most-frequent-even-element.json ├── most-frequent-ids.json ├── most-frequent-number-following-key-in-an-array.json ├── most-frequent-prime.json ├── most-frequent-subtree-sum.json ├── most-popular-video-creator.json ├── most-profit-assigning-work.json ├── most-stones-removed-with-same-row-or-column.json ├── most-visited-sector-in-a-circular-track.json ├── move-pieces-to-obtain-a-string.json ├── move-zeroes.json ├── movement-of-robots.json ├── movie-rating.json ├── moving-average-from-data-stream.json ├── moving-stones-until-consecutive-ii.json ├── multiply-strings.json ├── my-calendar-i.json ├── my-calendar-ii.json ├── my-calendar-iii.json ├── n-ary-tree-level-order-traversal.json ├── n-ary-tree-postorder-traversal.json ├── n-ary-tree-preorder-traversal.json ├── n-queens-ii.json ├── n-queens.json ├── n-repeated-element-in-size-2n-array.json ├── n-th-tribonacci-number.json ├── naming-a-company.json ├── nearest-exit-from-entrance-in-maze.json ├── neighboring-bitwise-xor.json ├── neither-minimum-nor-maximum.json ├── nested-list-weight-sum-ii.json ├── nested-list-weight-sum.json ├── network-delay-time.json ├── new-21-game.json ├── new-users-daily-count.json ├── next-closest-time.json ├── next-greater-element-i.json ├── next-greater-element-ii.json ├── next-greater-element-iii.json ├── next-greater-element-iv.json ├── next-greater-node-in-linked-list.json ├── next-palindrome-using-same-digits.json ├── next-permutation.json ├── nim-game.json ├── node-with-highest-edge-score.json ├── non-decreasing-array.json ├── non-decreasing-subsequences.json ├── non-negative-integers-without-consecutive-ones.json ├── non-overlapping-intervals.json ├── not-boring-movies.json ├── npv-queries.json ├── nth-digit.json ├── nth-highest-salary.json ├── number-complement.json ├── number-of-1-bits.json ├── number-of-adjacent-elements-with-the-same-color.json ├── number-of-arithmetic-triplets.json ├── number-of-atoms.json ├── number-of-beautiful-integers-in-the-range.json ├── number-of-beautiful-pairs.json ├── number-of-beautiful-partitions.json ├── number-of-black-blocks.json ├── number-of-burgers-with-no-waste-of-ingredients.json ├── number-of-calls-between-two-persons.json ├── number-of-changing-keys.json ├── number-of-closed-islands.json ├── number-of-comments-per-post.json ├── number-of-common-factors.json ├── number-of-connected-components-in-an-undirected-graph.json ├── number-of-days-between-two-dates.json ├── number-of-days-in-a-month.json ├── number-of-dice-rolls-with-target-sum.json ├── number-of-different-subsequences-gcds.json ├── number-of-digit-one.json ├── number-of-distinct-averages.json ├── number-of-distinct-islands-ii.json ├── number-of-distinct-islands.json ├── number-of-distinct-roll-sequences.json ├── number-of-distinct-substrings-in-a-string.json ├── number-of-employees-who-met-the-target.json ├── number-of-enclaves.json ├── number-of-equivalent-domino-pairs.json ├── number-of-even-and-odd-bits.json ├── number-of-excellent-pairs.json ├── number-of-flowers-in-full-bloom.json ├── number-of-good-pairs.json ├── number-of-good-paths.json ├── number-of-good-ways-to-split-a-string.json ├── number-of-increasing-paths-in-a-grid.json ├── number-of-islands-ii.json ├── number-of-islands.json ├── number-of-laser-beams-in-a-bank.json ├── number-of-lines-to-write-string.json ├── number-of-longest-increasing-subsequence.json ├── number-of-matching-subsequences.json ├── number-of-music-playlists.json ├── number-of-nodes-in-the-sub-tree-with-the-same-label.json ├── number-of-operations-to-make-network-connected.json ├── number-of-orders-in-the-backlog.json ├── number-of-pairs-of-strings-with-concatenation-equal-to-target.json ├── number-of-pairs-satisfying-inequality.json ├── number-of-people-aware-of-a-secret.json ├── number-of-people-that-can-be-seen-in-a-grid.json ├── number-of-possible-sets-of-closing-branches.json ├── number-of-provinces.json ├── number-of-recent-calls.json ├── number-of-rectangles-that-can-form-the-largest-square.json ├── number-of-restricted-paths-from-first-to-last-node.json ├── number-of-segments-in-a-string.json ├── number-of-senior-citizens.json ├── number-of-ships-in-a-rectangle.json ├── number-of-smooth-descent-periods-of-a-stock.json ├── number-of-spaces-cleaning-robot-cleaned.json ├── number-of-squareful-arrays.json ├── number-of-steps-to-reduce-a-number-in-binary-representation-to-one.json ├── number-of-steps-to-reduce-a-number-to-zero.json ├── number-of-strings-that-appear-as-substrings-in-word.json ├── number-of-students-doing-homework-at-a-given-time.json ├── number-of-students-unable-to-eat-lunch.json ├── number-of-sub-arrays-of-size-k-and-average-greater-than-or-equal-to-threshold.json ├── number-of-sub-arrays-with-odd-sum.json ├── number-of-subarrays-that-match-a-pattern-i.json ├── number-of-subarrays-that-match-a-pattern-ii.json ├── number-of-subarrays-with-bounded-maximum.json ├── number-of-subarrays-with-gcd-equal-to-k.json ├── number-of-subarrays-with-lcm-equal-to-k.json ├── number-of-submatrices-that-sum-to-target.json ├── number-of-subsequences-that-satisfy-the-given-sum-condition.json ├── number-of-substrings-containing-all-three-characters.json ├── number-of-substrings-with-only-1s.json ├── number-of-times-a-driver-was-a-passenger.json ├── number-of-times-binary-string-is-prefix-aligned.json ├── number-of-trusted-contacts-of-a-customer.json ├── number-of-unequal-triplets-in-array.json ├── number-of-unique-categories.json ├── number-of-unique-good-subsequences.json ├── number-of-unique-subjects-taught-by-each-teacher.json ├── number-of-valid-clock-times.json ├── number-of-valid-move-combinations-on-chessboard.json ├── number-of-valid-subarrays.json ├── number-of-valid-words-for-each-puzzle.json ├── number-of-valid-words-in-a-sentence.json ├── number-of-visible-people-in-a-queue.json ├── number-of-ways-of-cutting-a-pizza.json ├── number-of-ways-to-arrive-at-destination.json ├── number-of-ways-to-build-sturdy-brick-wall.json ├── number-of-ways-to-buy-pens-and-pencils.json ├── number-of-ways-to-earn-points.json ├── number-of-ways-to-form-a-target-string-given-a-dictionary.json ├── number-of-ways-to-paint-n-3-grid.json ├── number-of-ways-to-reach-a-position-after-exactly-k-steps.json ├── number-of-ways-to-reorder-array-to-get-same-bst.json ├── number-of-ways-to-select-buildings.json ├── number-of-ways-to-split-a-string.json ├── number-of-ways-to-split-array.json ├── number-of-ways-to-stay-in-the-same-place-after-some-steps.json ├── number-of-ways-to-wear-different-hats-to-each-other.json ├── number-of-wonderful-substrings.json ├── number-of-zero-filled-subarrays.json ├── numbers-at-most-n-given-digit-set.json ├── numbers-with-repeated-digits.json ├── numbers-with-same-consecutive-differences.json ├── occurrences-after-bigram.json ├── odd-even-jump.json ├── odd-even-linked-list.json ├── odd-string-difference.json ├── one-edit-distance.json ├── ones-and-zeroes.json ├── online-election.json ├── online-stock-span.json ├── open-the-lock.json ├── optimal-account-balancing.json ├── optimal-division.json ├── optimal-partition-of-string.json ├── optimize-water-distribution-in-a-village.json ├── order-two-columns-independently.json ├── orderly-queue.json ├── orders-with-maximum-quantity-above-average.json ├── out-of-boundary-paths.json ├── pacific-atlantic-water-flow.json ├── page-recommendations.json ├── paint-fence.json ├── paint-house-ii.json ├── paint-house-iii.json ├── paint-house.json ├── painting-the-walls.json ├── pairs-of-songs-with-total-durations-divisible-by-60.json ├── palindrome-linked-list.json ├── palindrome-number.json ├── palindrome-pairs.json ├── palindrome-partitioning-ii.json ├── palindrome-partitioning-iii.json ├── palindrome-partitioning-iv.json ├── palindrome-partitioning.json ├── palindrome-permutation-ii.json ├── palindrome-permutation.json ├── palindrome-removal.json ├── palindromic-substrings.json ├── pancake-sorting.json ├── parallel-courses-iii.json ├── parallel-courses.json ├── parse-lisp-expression.json ├── parsing-a-boolean-expression.json ├── partition-array-according-to-given-pivot.json ├── partition-array-for-maximum-sum.json ├── partition-array-into-disjoint-intervals.json ├── partition-array-into-three-parts-with-equal-sum.json ├── partition-array-into-two-arrays-to-minimize-sum-difference.json ├── partition-array-such-that-maximum-difference-is-k.json ├── partition-equal-subset-sum.json ├── partition-labels.json ├── partition-list.json ├── partition-string-into-minimum-beautiful-substrings.json ├── partition-string-into-substrings-with-values-at-most-k.json ├── partition-to-k-equal-sum-subsets.json ├── partitioning-into-minimum-number-of-deci-binary-numbers.json ├── pascals-triangle-ii.json ├── pascals-triangle.json ├── pass-the-pillow.json ├── path-crossing.json ├── path-in-zigzag-labelled-binary-tree.json ├── path-sum-ii.json ├── path-sum-iii.json ├── path-sum.json ├── path-with-maximum-gold.json ├── path-with-maximum-minimum-value.json ├── path-with-maximum-probability.json ├── path-with-minimum-effort.json ├── paths-in-matrix-whose-sum-is-divisible-by-k.json ├── patients-with-a-condition.json ├── peak-index-in-a-mountain-array.json ├── peeking-iterator.json ├── people-whose-list-of-favorite-companies-is-not-a-subset-of-another-list.json ├── percentage-of-letter-in-string.json ├── percentage-of-users-attended-a-contest.json ├── perfect-number.json ├── perfect-squares.json ├── perform-string-shifts.json ├── permutation-difference-between-two-strings.json ├── permutation-in-string.json ├── permutation-sequence.json ├── permutations-ii.json ├── permutations.json ├── plates-between-candles.json ├── plus-one-linked-list.json ├── plus-one.json ├── poor-pigs.json ├── populating-next-right-pointers-in-each-node-ii.json ├── populating-next-right-pointers-in-each-node.json ├── positions-of-large-groups.json ├── possible-bipartition.json ├── power-of-four.json ├── power-of-heroes.json ├── power-of-three.json ├── power-of-two.json ├── powerful-integers.json ├── powx-n.json ├── predict-the-winner.json ├── prefix-and-suffix-search.json ├── previous-permutation-with-one-swap.json ├── primary-department-for-each-employee.json ├── prime-arrangements.json ├── prime-in-diagonal.json ├── prime-number-of-set-bits-in-binary-representation.json ├── prime-pairs-with-target-sum.json ├── prime-palindrome.json ├── prime-subtraction-operation.json ├── print-binary-tree.json ├── print-foobar-alternately.json ├── print-immutable-linked-list-in-reverse.json ├── print-in-order.json ├── print-words-vertically.json ├── prison-cells-after-n-days.json ├── process-tasks-using-servers.json ├── product-of-array-except-self.json ├── product-of-the-last-k-numbers.json ├── product-of-two-run-length-encoded-arrays.json ├── product-price-at-a-given-date.json ├── product-sales-analysis-i.json ├── product-sales-analysis-ii.json ├── product-sales-analysis-iii.json ├── product-sales-analysis-iv.json ├── product-sales-analysis-v.json ├── products-price-for-each-store.json ├── products-with-three-or-more-orders-in-two-consecutive-years.json ├── profitable-schemes.json ├── project-employees-i.json ├── project-employees-ii.json ├── project-employees-iii.json ├── projection-area-of-3d-shapes.json ├── promise-time-limit.json ├── pseudo-palindromic-paths-in-a-binary-tree.json ├── push-dominoes.json ├── put-marbles-in-bags.json ├── pyramid-transition-matrix.json ├── queens-that-can-attack-the-king.json ├── queries-on-a-permutation-with-key.json ├── queries-on-number-of-points-inside-a-circle.json ├── queries-quality-and-percentage.json ├── query-kth-smallest-trimmed-number.json ├── queue-reconstruction-by-height.json ├── race-car.json ├── random-pick-index.json ├── random-pick-with-blacklist.json ├── random-pick-with-weight.json ├── range-addition-ii.json ├── range-addition.json ├── range-frequency-queries.json ├── range-module.json ├── range-product-queries-of-powers.json ├── range-sum-of-bst.json ├── range-sum-of-sorted-subarray-sums.json ├── range-sum-query-2d-immutable.json ├── range-sum-query-2d-mutable.json ├── range-sum-query-immutable.json ├── range-sum-query-mutable.json ├── rank-scores.json ├── rank-transform-of-a-matrix.json ├── rank-transform-of-an-array.json ├── ransom-note.json ├── reach-a-number.json ├── reachable-nodes-with-restrictions.json ├── reaching-points.json ├── read-n-characters-given-read4-ii-call-multiple-times.json ├── read-n-characters-given-read4.json ├── rearrange-array-elements-by-sign.json ├── rearrange-array-to-maximize-prefix-score.json ├── rearrange-characters-to-make-target-string.json ├── rearrange-products-table.json ├── rearrange-spaces-between-words.json ├── rearrange-string-k-distance-apart.json ├── rearrange-words-in-a-sentence.json ├── rearranging-fruits.json ├── reconstruct-a-2-row-binary-matrix.json ├── reconstruct-itinerary.json ├── reconstruct-original-digits-from-english.json ├── recover-a-tree-from-preorder-traversal.json ├── recover-binary-search-tree.json ├── recover-the-original-array.json ├── rectangle-area.json ├── rectangle-overlap.json ├── rectangles-area.json ├── recyclable-and-low-fat-products.json ├── redistribute-characters-to-make-all-strings-equal.json ├── reduce-array-size-to-the-half.json ├── reducing-dishes.json ├── reduction-operations-to-make-the-array-elements-equal.json ├── redundant-connection-ii.json ├── redundant-connection.json ├── reformat-date.json ├── reformat-department-table.json ├── reformat-phone-number.json ├── regions-cut-by-slashes.json ├── regular-expression-matching.json ├── relative-ranks.json ├── relative-sort-array.json ├── relocate-marbles.json ├── remove-9.json ├── remove-adjacent-almost-equal-characters.json ├── remove-all-adjacent-duplicates-in-string-ii.json ├── remove-all-adjacent-duplicates-in-string.json ├── remove-all-occurrences-of-a-substring.json ├── remove-all-ones-with-row-and-column-flips-ii.json ├── remove-all-ones-with-row-and-column-flips.json ├── remove-boxes.json ├── remove-colored-pieces-if-both-neighbors-are-the-same-color.json ├── remove-comments.json ├── remove-covered-intervals.json ├── remove-digit-from-number-to-maximize-result.json ├── remove-duplicate-letters.json ├── remove-duplicates-from-an-unsorted-linked-list.json ├── remove-duplicates-from-sorted-array-ii.json ├── remove-duplicates-from-sorted-array.json ├── remove-duplicates-from-sorted-list-ii.json ├── remove-duplicates-from-sorted-list.json ├── remove-element.json ├── remove-interval.json ├── remove-invalid-parentheses.json ├── remove-k-digits.json ├── remove-letter-to-equalize-frequency.json ├── remove-linked-list-elements.json ├── remove-max-number-of-edges-to-keep-graph-fully-traversable.json ├── remove-nodes-from-linked-list.json ├── remove-nth-node-from-end-of-list.json ├── remove-one-element-to-make-the-array-strictly-increasing.json ├── remove-outermost-parentheses.json ├── remove-palindromic-subsequences.json ├── remove-stones-to-minimize-the-total.json ├── remove-sub-folders-from-the-filesystem.json ├── remove-trailing-zeros-from-a-string.json ├── remove-vowels-from-a-string.json ├── remove-zero-sum-consecutive-nodes-from-linked-list.json ├── removing-minimum-and-maximum-from-array.json ├── removing-minimum-number-of-magic-beans.json ├── removing-stars-from-a-string.json ├── reorder-data-in-log-files.json ├── reorder-list.json ├── reorder-routes-to-make-all-paths-lead-to-the-city-zero.json ├── reordered-power-of-2.json ├── reorganize-string.json ├── repeated-dna-sequences.json ├── repeated-string-match.json ├── repeated-substring-pattern.json ├── replace-all-digits-with-characters.json ├── replace-all-s-to-avoid-consecutive-repeating-characters.json ├── replace-elements-in-an-array.json ├── replace-elements-with-greatest-element-on-right-side.json ├── replace-employee-id-with-the-unique-identifier.json ├── replace-non-coprime-numbers-in-array.json ├── replace-the-substring-for-balanced-string.json ├── replace-words.json ├── report-contiguous-dates.json ├── reported-posts-ii.json ├── reported-posts.json ├── reshape-the-matrix.json ├── restaurant-growth.json ├── restore-ip-addresses.json ├── restore-the-array-from-adjacent-pairs.json ├── restore-the-array.json ├── return-length-of-arguments-passed.json ├── reveal-cards-in-increasing-order.json ├── reverse-bits.json ├── reverse-integer.json ├── reverse-linked-list-ii.json ├── reverse-linked-list.json ├── reverse-nodes-in-k-group.json ├── reverse-odd-levels-of-binary-tree.json ├── reverse-only-letters.json ├── reverse-pairs.json ├── reverse-prefix-of-word.json ├── reverse-string-ii.json ├── reverse-string.json ├── reverse-substrings-between-each-pair-of-parentheses.json ├── reverse-vowels-of-a-string.json ├── reverse-words-in-a-string-ii.json ├── reverse-words-in-a-string-iii.json ├── reverse-words-in-a-string.json ├── reward-top-k-students.json ├── richest-customer-wealth.json ├── rings-and-rods.json ├── rising-temperature.json ├── rle-iterator.json ├── robot-bounded-in-circle.json ├── robot-collisions.json ├── robot-return-to-origin.json ├── robot-room-cleaner.json ├── roman-to-integer.json ├── root-equals-sum-of-children.json ├── rotate-array.json ├── rotate-function.json ├── rotate-image.json ├── rotate-list.json ├── rotate-string.json ├── rotated-digits.json ├── rotating-the-box.json ├── rotting-oranges.json ├── row-with-maximum-ones.json ├── running-sum-of-1d-array.json ├── running-total-for-different-genders.json ├── russian-doll-envelopes.json ├── sales-analysis-i.json ├── sales-analysis-ii.json ├── sales-analysis-iii.json ├── sales-by-day-of-the-week.json ├── sales-person.json ├── same-tree.json ├── satisfiability-of-equality-equations.json ├── score-after-flipping-matrix.json ├── score-of-parentheses.json ├── scramble-string.json ├── search-a-2d-matrix-ii.json ├── search-a-2d-matrix.json ├── search-in-a-binary-search-tree.json ├── search-in-a-sorted-array-of-unknown-size.json ├── search-in-rotated-sorted-array-ii.json ├── search-in-rotated-sorted-array.json ├── search-insert-position.json ├── search-suggestions-system.json ├── seat-reservation-manager.json ├── second-degree-follower.json ├── second-highest-salary.json ├── second-largest-digit-in-a-string.json ├── second-minimum-node-in-a-binary-tree.json ├── self-dividing-numbers.json ├── sell-diminishing-valued-colored-balls.json ├── sellers-with-no-sales.json ├── selling-pieces-of-wood.json ├── semi-ordered-permutation.json ├── sender-with-largest-word-count.json ├── sentence-screen-fitting.json ├── sentence-similarity-ii.json ├── sentence-similarity-iii.json ├── sentence-similarity.json ├── separate-black-and-white-balls.json ├── separate-the-digits-in-an-array.json ├── sequence-reconstruction.json ├── sequential-digits.json ├── sequentially-ordinal-rank-tracker.json ├── serialize-and-deserialize-binary-tree.json ├── serialize-and-deserialize-bst.json ├── serialize-and-deserialize-n-ary-tree.json ├── set-intersection-size-at-least-two.json ├── set-matrix-zeroes.json ├── set-mismatch.json ├── shift-2d-grid.json ├── shifting-letters-ii.json ├── shifting-letters.json ├── short-encoding-of-words.json ├── shortest-and-lexicographically-smallest-beautiful-string.json ├── shortest-bridge.json ├── shortest-common-supersequence.json ├── shortest-completing-word.json ├── shortest-distance-from-all-buildings.json ├── shortest-distance-in-a-line.json ├── shortest-distance-in-a-plane.json ├── shortest-distance-to-a-character.json ├── shortest-distance-to-target-color.json ├── shortest-distance-to-target-string-in-a-circular-array.json ├── shortest-impossible-sequence-of-rolls.json ├── shortest-palindrome.json ├── shortest-path-in-a-grid-with-obstacles-elimination.json ├── shortest-path-in-a-hidden-grid.json ├── shortest-path-in-binary-matrix.json ├── shortest-path-to-get-all-keys.json ├── shortest-path-to-get-food.json ├── shortest-path-visiting-all-nodes.json ├── shortest-path-with-alternating-colors.json ├── shortest-string-that-contains-three-strings.json ├── shortest-subarray-to-be-removed-to-make-array-sorted.json ├── shortest-subarray-with-sum-at-least-k.json ├── shortest-uncommon-substring-in-an-array.json ├── shortest-unsorted-continuous-subarray.json ├── shortest-way-to-form-string.json ├── shortest-word-distance-ii.json ├── shortest-word-distance-iii.json ├── shortest-word-distance.json ├── shuffle-an-array.json ├── shuffle-string.json ├── shuffle-the-array.json ├── sign-of-the-product-of-an-array.json ├── similar-rgb-color.json ├── similar-string-groups.json ├── simple-bank-system.json ├── simplified-fractions.json ├── simplify-path.json ├── single-element-in-a-sorted-array.json ├── single-number-ii.json ├── single-number-iii.json ├── single-number.json ├── single-row-keyboard.json ├── single-threaded-cpu.json ├── sleep.json ├── sliding-puzzle.json ├── sliding-subarray-beauty.json ├── sliding-window-maximum.json ├── sliding-window-median.json ├── slowest-key.json ├── smallest-common-region.json ├── smallest-even-multiple.json ├── smallest-good-base.json ├── smallest-index-with-equal-value.json ├── smallest-missing-genetic-value-in-each-subtree.json ├── smallest-missing-integer-greater-than-sequential-prefix-sum.json ├── smallest-missing-non-negative-integer-after-operations.json ├── smallest-number-in-infinite-set.json ├── smallest-range-covering-elements-from-k-lists.json ├── smallest-range-i.json ├── smallest-range-ii.json ├── smallest-rectangle-enclosing-black-pixels.json ├── smallest-string-starting-from-leaf.json ├── smallest-string-with-a-given-numeric-value.json ├── smallest-string-with-swaps.json ├── smallest-subarrays-with-maximum-bitwise-or.json ├── smallest-subsequence-of-distinct-characters.json ├── smallest-subtree-with-all-the-deepest-nodes.json ├── smallest-sufficient-team.json ├── smallest-value-after-replacing-with-sum-of-prime-factors.json ├── smallest-value-of-the-rearranged-number.json ├── snail-traversal.json ├── snakes-and-ladders.json ├── snapshot-array.json ├── solving-questions-with-brainpower.json ├── sort-an-array.json ├── sort-array-by-increasing-frequency.json ├── sort-array-by-parity-ii.json ├── sort-array-by-parity.json ├── sort-by.json ├── sort-characters-by-frequency.json ├── sort-colors.json ├── sort-even-and-odd-indices-independently.json ├── sort-features-by-popularity.json ├── sort-integers-by-the-number-of-1-bits.json ├── sort-integers-by-the-power-value.json ├── sort-items-by-groups-respecting-dependencies.json ├── sort-list.json ├── sort-the-jumbled-numbers.json ├── sort-the-matrix-diagonally.json ├── sort-the-olympic-table.json ├── sort-the-people.json ├── sort-the-students-by-their-kth-score.json ├── sort-transformed-array.json ├── sort-vowels-in-a-string.json ├── sorting-the-sentence.json ├── soup-servings.json ├── sparse-matrix-multiplication.json ├── special-array-i.json ├── special-array-with-x-elements-greater-than-or-equal-x.json ├── special-permutations.json ├── special-positions-in-a-binary-matrix.json ├── spiral-matrix-ii.json ├── spiral-matrix-iii.json ├── spiral-matrix-iv.json ├── spiral-matrix.json ├── split-a-string-in-balanced-strings.json ├── split-a-string-into-the-max-number-of-unique-substrings.json ├── split-array-into-consecutive-subsequences.json ├── split-array-into-fibonacci-sequence.json ├── split-array-into-maximum-number-of-subarrays.json ├── split-array-largest-sum.json ├── split-array-with-equal-sum.json ├── split-array-with-same-average.json ├── split-linked-list-in-parts.json ├── split-strings-by-separator.json ├── split-the-array-to-make-coprime-products.json ├── split-the-array.json ├── split-with-minimum-sum.json ├── splitting-a-string-into-descending-consecutive-values.json ├── sqrtx.json ├── squares-of-a-sorted-array.json ├── squirrel-simulation.json ├── stamping-the-sequence.json ├── step-by-step-directions-from-a-binary-tree-node-to-another.json ├── steps-to-make-array-non-decreasing.json ├── stickers-to-spell-word.json ├── stock-price-fluctuation.json ├── stone-game-ii.json ├── stone-game-iii.json ├── stone-game-iv.json ├── stone-game-v.json ├── stone-game-vi.json ├── stone-game-vii.json ├── stone-game-viii.json ├── stone-game.json ├── strange-printer-ii.json ├── strange-printer.json ├── stream-of-characters.json ├── strictly-palindromic-number.json ├── string-compression-ii.json ├── string-compression-iii.json ├── string-compression.json ├── string-matching-in-an-array.json ├── string-to-integer-atoi.json ├── string-transforms-into-another-string.json ├── string-without-aaa-or-bbb.json ├── strings-differ-by-one-character.json ├── strobogrammatic-number-ii.json ├── strobogrammatic-number-iii.json ├── strobogrammatic-number.json ├── strong-friendship.json ├── strong-password-checker-ii.json ├── strong-password-checker.json ├── student-attendance-record-i.json ├── student-attendance-record-ii.json ├── students-and-examinations.json ├── students-with-invalid-departments.json ├── subarray-product-less-than-k.json ├── subarray-sum-equals-k.json ├── subarray-sums-divisible-by-k.json ├── subarrays-with-k-different-integers.json ├── subdomain-visit-count.json ├── subrectangle-queries.json ├── subsequence-with-the-minimum-score.json ├── subsets-ii.json ├── subsets.json ├── substring-with-concatenation-of-all-words.json ├── substring-with-largest-variance.json ├── substring-xor-queries.json ├── substrings-of-size-three-with-distinct-characters.json ├── substrings-that-begin-and-end-with-the-same-letter.json ├── subtract-the-product-and-sum-of-digits-of-an-integer.json ├── subtree-of-another-tree.json ├── successful-pairs-of-spells-and-potions.json ├── sudoku-solver.json ├── sum-in-a-matrix.json ├── sum-multiples.json ├── sum-of-all-odd-length-subarrays.json ├── sum-of-all-subset-xor-totals.json ├── sum-of-beauty-in-the-array.json ├── sum-of-beauty-of-all-substrings.json ├── sum-of-digits-in-base-k.json ├── sum-of-digits-in-the-minimum-number.json ├── sum-of-digits-of-string-after-convert.json ├── sum-of-distances-in-tree.json ├── sum-of-distances.json ├── sum-of-even-numbers-after-queries.json ├── sum-of-floored-pairs.json ├── sum-of-imbalance-numbers-of-all-subarrays.json ├── sum-of-k-mirror-numbers.json ├── sum-of-left-leaves.json ├── sum-of-matrix-after-queries.json ├── sum-of-mutated-array-closest-to-target.json ├── sum-of-nodes-with-even-valued-grandparent.json ├── sum-of-number-and-its-reverse.json ├── sum-of-numbers-with-units-digit-k.json ├── sum-of-prefix-scores-of-strings.json ├── sum-of-root-to-leaf-binary-numbers.json ├── sum-of-scores-of-built-strings.json ├── sum-of-square-numbers.json ├── sum-of-squares-of-special-elements.json ├── sum-of-subarray-minimums.json ├── sum-of-subarray-ranges.json ├── sum-of-total-strength-of-wizards.json ├── sum-of-two-integers.json ├── sum-of-unique-elements.json ├── sum-root-to-leaf-numbers.json ├── summary-ranges.json ├── super-egg-drop.json ├── super-pow.json ├── super-ugly-number.json ├── surface-area-of-3d-shapes.json ├── surrounded-regions.json ├── suspicious-bank-accounts.json ├── swap-adjacent-in-lr-string.json ├── swap-for-longest-repeated-character-substring.json ├── swap-nodes-in-pairs.json ├── swap-salary.json ├── swapping-nodes-in-a-linked-list.json ├── swim-in-rising-water.json ├── symmetric-tree.json ├── synonymous-sentences.json ├── take-gifts-from-the-richest-pile.json ├── take-k-of-each-character-from-left-and-right.json ├── taking-maximum-energy-from-the-mystic-dungeon.json ├── tallest-billboard.json ├── target-sum.json ├── task-scheduler-ii.json ├── task-scheduler.json ├── tasks-count-in-the-weekend.json ├── team-scores-in-football-tournament.json ├── teemo-attacking.json ├── tenth-line.json ├── ternary-expression-parser.json ├── text-justification.json ├── the-category-of-each-member-in-the-store.json ├── the-change-in-global-rankings.json ├── the-dining-philosophers.json ├── the-earliest-moment-when-everyone-become-friends.json ├── the-employee-that-worked-on-the-longest-task.json ├── the-first-day-of-the-maximum-recorded-degree-in-each-city.json ├── the-k-strongest-values-in-an-array.json ├── the-k-weakest-rows-in-a-matrix.json ├── the-kth-factor-of-n.json ├── the-latest-login-in-2020.json ├── the-latest-time-to-catch-a-bus.json ├── the-maze-ii.json ├── the-maze-iii.json ├── the-maze.json ├── the-most-frequently-ordered-products-for-each-customer.json ├── the-most-recent-orders-for-each-product.json ├── the-most-recent-three-orders.json ├── the-number-of-beautiful-subsets.json ├── the-number-of-employees-which-report-to-each-employee.json ├── the-number-of-full-rounds-you-have-played.json ├── the-number-of-passengers-in-each-bus-i.json ├── the-number-of-rich-customers.json ├── the-number-of-the-smallest-unoccupied-chair.json ├── the-number-of-users-that-are-eligible-for-discount.json ├── the-number-of-weak-characters-in-the-game.json ├── the-score-of-students-solving-math-expression.json ├── the-skyline-problem.json ├── the-time-when-the-network-becomes-idle.json ├── the-users-that-are-eligible-for-discount.json ├── the-winner-university.json ├── third-maximum-number.json ├── thousand-separator.json ├── three-consecutive-odds.json ├── three-divisors.json ├── tiling-a-rectangle-with-the-fewest-squares.json ├── time-based-key-value-store.json ├── time-needed-to-buy-tickets.json ├── time-needed-to-inform-all-employees.json ├── time-needed-to-rearrange-a-binary-string.json ├── time-to-cross-a-bridge.json ├── timeout-cancellation.json ├── to-be-or-not-to-be.json ├── to-lower-case.json ├── toeplitz-matrix.json ├── top-k-frequent-elements.json ├── top-k-frequent-words.json ├── top-travellers.json ├── total-appeal-of-a-string.json ├── total-cost-to-hire-k-workers.json ├── total-distance-traveled.json ├── total-hamming-distance.json ├── total-sales-amount-by-year.json ├── transpose-file.json ├── transpose-matrix.json ├── trapping-rain-water.json ├── tree-node.json ├── tree-of-coprimes.json ├── triangle-judgement.json ├── triangle.json ├── trim-a-binary-search-tree.json ├── trips-and-users.json ├── truncate-sentence.json ├── tuple-with-same-product.json ├── tweet-counts-per-frequency.json ├── two-best-non-overlapping-events.json ├── two-city-scheduling.json ├── two-furthest-houses-with-different-colors.json ├── two-out-of-three.json ├── two-sum-bsts.json ├── two-sum-ii-input-array-is-sorted.json ├── two-sum-iii-data-structure-design.json ├── two-sum-iv-input-is-a-bst.json ├── two-sum-less-than-k.json ├── two-sum.json ├── type-of-triangle.json ├── ugly-number-ii.json ├── ugly-number-iii.json ├── ugly-number.json ├── uncommon-words-from-two-sentences.json ├── uncrossed-lines.json ├── unique-binary-search-trees-ii.json ├── unique-binary-search-trees.json ├── unique-email-addresses.json ├── unique-length-3-palindromic-subsequences.json ├── unique-morse-code-words.json ├── unique-number-of-occurrences.json ├── unique-paths-ii.json ├── unique-paths-iii.json ├── unique-paths.json ├── unique-substrings-in-wraparound-string.json ├── univalued-binary-tree.json ├── unpopular-books.json ├── user-activity-for-the-past-30-days-i.json ├── user-activity-for-the-past-30-days-ii.json ├── users-that-actively-request-confirmation-messages.json ├── users-with-two-purchases-within-seven-days.json ├── using-a-robot-to-print-the-lexicographically-smallest-string.json ├── utf-8-validation.json ├── valid-anagram.json ├── valid-arrangement-of-pairs.json ├── valid-boomerang.json ├── valid-mountain-array.json ├── valid-number.json ├── valid-palindrome-ii.json ├── valid-palindrome-iii.json ├── valid-palindrome-iv.json ├── valid-palindrome.json ├── valid-parentheses.json ├── valid-parenthesis-string.json ├── valid-perfect-square.json ├── valid-permutations-for-di-sequence.json ├── valid-phone-numbers.json ├── valid-square.json ├── valid-sudoku.json ├── valid-tic-tac-toe-state.json ├── valid-triangle-number.json ├── valid-word-abbreviation.json ├── valid-word.json ├── validate-binary-search-tree.json ├── validate-binary-tree-nodes.json ├── validate-ip-address.json ├── validate-stack-sequences.json ├── verbal-arithmetic-puzzle.json ├── verify-preorder-sequence-in-binary-search-tree.json ├── verify-preorder-serialization-of-a-binary-tree.json ├── verifying-an-alien-dictionary.json ├── vertical-order-traversal-of-a-binary-tree.json ├── visit-array-positions-to-maximize-score.json ├── vowels-of-all-substrings.json ├── walking-robot-simulation-ii.json ├── walls-and-gates.json ├── warehouse-manager.json ├── water-and-jug-problem.json ├── water-bottles-ii.json ├── water-bottles.json ├── watering-plants-ii.json ├── ways-to-express-an-integer-as-sum-of-powers.json ├── ways-to-make-a-fair-array.json ├── ways-to-split-array-into-good-subarrays.json ├── ways-to-split-array-into-three-subarrays.json ├── weather-type-in-each-country.json ├── web-crawler-multithreaded.json ├── web-crawler.json ├── where-will-the-ball-fall.json ├── widest-pair-of-indices-with-equal-range-sum.json ├── widest-vertical-area-between-two-points-containing-no-points.json ├── wiggle-sort-ii.json ├── wiggle-sort.json ├── wiggle-subsequence.json ├── wildcard-matching.json ├── winning-candidate.json ├── word-break-ii.json ├── word-break.json ├── word-frequency.json ├── word-ladder-ii.json ├── word-ladder.json ├── word-pattern-ii.json ├── word-pattern.json ├── word-search-ii.json ├── word-search.json ├── word-squares.json ├── word-subsets.json ├── words-within-two-edits-of-dictionary.json ├── x-of-a-kind-in-a-deck-of-cards.json ├── xor-operation-in-an-array.json ├── xor-queries-of-a-subarray.json └── zigzag-conversion.json ├── utils ├── Logger.js ├── constants.js └── utils.js └── yarn.lock /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/README.md -------------------------------------------------------------------------------- /data.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/data.js -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/index.js -------------------------------------------------------------------------------- /leetcoder/LeetcoderAuthenticator.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/leetcoder/LeetcoderAuthenticator.js -------------------------------------------------------------------------------- /leetcoder/LeetcoderScraper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/leetcoder/LeetcoderScraper.js -------------------------------------------------------------------------------- /leetcoder/LeetcoderSolver.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/leetcoder/LeetcoderSolver.js -------------------------------------------------------------------------------- /managers/BrowserManager.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/managers/BrowserManager.js -------------------------------------------------------------------------------- /managers/FileManager.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/managers/FileManager.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/package.json -------------------------------------------------------------------------------- /problems/01-matrix.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/01-matrix.json -------------------------------------------------------------------------------- /problems/132-pattern.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/132-pattern.json -------------------------------------------------------------------------------- /problems/2-keys-keyboard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/2-keys-keyboard.json -------------------------------------------------------------------------------- /problems/24-game.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/24-game.json -------------------------------------------------------------------------------- /problems/3sum-closest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/3sum-closest.json -------------------------------------------------------------------------------- /problems/3sum-smaller.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/3sum-smaller.json -------------------------------------------------------------------------------- /problems/3sum-with-multiplicity.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/3sum-with-multiplicity.json -------------------------------------------------------------------------------- /problems/3sum.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/3sum.json -------------------------------------------------------------------------------- /problems/4-keys-keyboard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/4-keys-keyboard.json -------------------------------------------------------------------------------- /problems/4sum-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/4sum-ii.json -------------------------------------------------------------------------------- /problems/4sum.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/4sum.json -------------------------------------------------------------------------------- /problems/account-balance.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/account-balance.json -------------------------------------------------------------------------------- /problems/accounts-merge.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/accounts-merge.json -------------------------------------------------------------------------------- /problems/active-businesses.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/active-businesses.json -------------------------------------------------------------------------------- /problems/active-users.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/active-users.json -------------------------------------------------------------------------------- /problems/ad-free-sessions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/ad-free-sessions.json -------------------------------------------------------------------------------- /problems/add-binary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/add-binary.json -------------------------------------------------------------------------------- /problems/add-bold-tag-in-string.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/add-bold-tag-in-string.json -------------------------------------------------------------------------------- /problems/add-digits.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/add-digits.json -------------------------------------------------------------------------------- /problems/add-one-row-to-tree.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/add-one-row-to-tree.json -------------------------------------------------------------------------------- /problems/add-strings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/add-strings.json -------------------------------------------------------------------------------- /problems/add-two-integers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/add-two-integers.json -------------------------------------------------------------------------------- /problems/add-two-numbers-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/add-two-numbers-ii.json -------------------------------------------------------------------------------- /problems/add-two-numbers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/add-two-numbers.json -------------------------------------------------------------------------------- /problems/add-two-promises.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/add-two-promises.json -------------------------------------------------------------------------------- /problems/additive-number.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/additive-number.json -------------------------------------------------------------------------------- /problems/ads-performance.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/ads-performance.json -------------------------------------------------------------------------------- /problems/advantage-shuffle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/advantage-shuffle.json -------------------------------------------------------------------------------- /problems/alien-dictionary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/alien-dictionary.json -------------------------------------------------------------------------------- /problems/all-oone-data-structure.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/all-oone-data-structure.json -------------------------------------------------------------------------------- /problems/allow-one-function-call.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/allow-one-function-call.json -------------------------------------------------------------------------------- /problems/alphabet-board-path.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/alphabet-board-path.json -------------------------------------------------------------------------------- /problems/alternating-digit-sum.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/alternating-digit-sum.json -------------------------------------------------------------------------------- /problems/ambiguous-coordinates.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/ambiguous-coordinates.json -------------------------------------------------------------------------------- /problems/android-unlock-patterns.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/android-unlock-patterns.json -------------------------------------------------------------------------------- /problems/ant-on-the-boundary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/ant-on-the-boundary.json -------------------------------------------------------------------------------- /problems/apples-oranges.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/apples-oranges.json -------------------------------------------------------------------------------- /problems/arithmetic-slices.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/arithmetic-slices.json -------------------------------------------------------------------------------- /problems/arithmetic-subarrays.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/arithmetic-subarrays.json -------------------------------------------------------------------------------- /problems/arrange-table-by-gender.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/arrange-table-by-gender.json -------------------------------------------------------------------------------- /problems/arranging-coins.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/arranging-coins.json -------------------------------------------------------------------------------- /problems/array-nesting.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/array-nesting.json -------------------------------------------------------------------------------- /problems/array-of-doubled-pairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/array-of-doubled-pairs.json -------------------------------------------------------------------------------- /problems/array-partition.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/array-partition.json -------------------------------------------------------------------------------- /problems/array-prototype-last.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/array-prototype-last.json -------------------------------------------------------------------------------- /problems/array-wrapper.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/array-wrapper.json -------------------------------------------------------------------------------- /problems/article-views-i.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/article-views-i.json -------------------------------------------------------------------------------- /problems/article-views-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/article-views-ii.json -------------------------------------------------------------------------------- /problems/assign-cookies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/assign-cookies.json -------------------------------------------------------------------------------- /problems/asteroid-collision.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/asteroid-collision.json -------------------------------------------------------------------------------- /problems/average-selling-price.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/average-selling-price.json -------------------------------------------------------------------------------- /problems/average-waiting-time.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/average-waiting-time.json -------------------------------------------------------------------------------- /problems/avoid-flood-in-the-city.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/avoid-flood-in-the-city.json -------------------------------------------------------------------------------- /problems/bag-of-tokens.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/bag-of-tokens.json -------------------------------------------------------------------------------- /problems/balanced-binary-tree.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/balanced-binary-tree.json -------------------------------------------------------------------------------- /problems/bank-account-summary-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/bank-account-summary-ii.json -------------------------------------------------------------------------------- /problems/bank-account-summary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/bank-account-summary.json -------------------------------------------------------------------------------- /problems/base-7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/base-7.json -------------------------------------------------------------------------------- /problems/baseball-game.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/baseball-game.json -------------------------------------------------------------------------------- /problems/basic-calculator-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/basic-calculator-ii.json -------------------------------------------------------------------------------- /problems/basic-calculator-iii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/basic-calculator-iii.json -------------------------------------------------------------------------------- /problems/basic-calculator-iv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/basic-calculator-iv.json -------------------------------------------------------------------------------- /problems/basic-calculator.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/basic-calculator.json -------------------------------------------------------------------------------- /problems/battleships-in-a-board.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/battleships-in-a-board.json -------------------------------------------------------------------------------- /problems/beautiful-arrangement.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/beautiful-arrangement.json -------------------------------------------------------------------------------- /problems/beautiful-array.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/beautiful-array.json -------------------------------------------------------------------------------- /problems/best-meeting-point.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/best-meeting-point.json -------------------------------------------------------------------------------- /problems/best-poker-hand.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/best-poker-hand.json -------------------------------------------------------------------------------- /problems/best-sightseeing-pair.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/best-sightseeing-pair.json -------------------------------------------------------------------------------- /problems/big-countries.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/big-countries.json -------------------------------------------------------------------------------- /problems/biggest-single-number.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/biggest-single-number.json -------------------------------------------------------------------------------- /problems/binary-gap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/binary-gap.json -------------------------------------------------------------------------------- /problems/binary-search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/binary-search.json -------------------------------------------------------------------------------- /problems/binary-tree-cameras.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/binary-tree-cameras.json -------------------------------------------------------------------------------- /problems/binary-tree-paths.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/binary-tree-paths.json -------------------------------------------------------------------------------- /problems/binary-tree-pruning.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/binary-tree-pruning.json -------------------------------------------------------------------------------- /problems/binary-tree-tilt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/binary-tree-tilt.json -------------------------------------------------------------------------------- /problems/binary-tree-upside-down.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/binary-tree-upside-down.json -------------------------------------------------------------------------------- /problems/binary-watch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/binary-watch.json -------------------------------------------------------------------------------- /problems/block-placement-queries.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/block-placement-queries.json -------------------------------------------------------------------------------- /problems/boats-to-save-people.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/boats-to-save-people.json -------------------------------------------------------------------------------- /problems/bomb-enemy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/bomb-enemy.json -------------------------------------------------------------------------------- /problems/boundary-of-binary-tree.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/boundary-of-binary-tree.json -------------------------------------------------------------------------------- /problems/break-a-palindrome.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/break-a-palindrome.json -------------------------------------------------------------------------------- /problems/brick-wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/brick-wall.json -------------------------------------------------------------------------------- /problems/broken-calculator.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/broken-calculator.json -------------------------------------------------------------------------------- /problems/buddy-strings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/buddy-strings.json -------------------------------------------------------------------------------- /problems/bulb-switcher-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/bulb-switcher-ii.json -------------------------------------------------------------------------------- /problems/bulb-switcher.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/bulb-switcher.json -------------------------------------------------------------------------------- /problems/bulls-and-cows.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/bulls-and-cows.json -------------------------------------------------------------------------------- /problems/burst-balloons.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/burst-balloons.json -------------------------------------------------------------------------------- /problems/bus-routes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/bus-routes.json -------------------------------------------------------------------------------- /problems/buy-two-chocolates.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/buy-two-chocolates.json -------------------------------------------------------------------------------- /problems/cache-with-time-limit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/cache-with-time-limit.json -------------------------------------------------------------------------------- /problems/calculate-salaries.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/calculate-salaries.json -------------------------------------------------------------------------------- /problems/calculate-special-bonus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/calculate-special-bonus.json -------------------------------------------------------------------------------- /problems/camelcase-matching.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/camelcase-matching.json -------------------------------------------------------------------------------- /problems/campus-bikes-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/campus-bikes-ii.json -------------------------------------------------------------------------------- /problems/can-i-win.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/can-i-win.json -------------------------------------------------------------------------------- /problems/can-place-flowers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/can-place-flowers.json -------------------------------------------------------------------------------- /problems/candy-crush.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/candy-crush.json -------------------------------------------------------------------------------- /problems/candy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/candy.json -------------------------------------------------------------------------------- /problems/capital-gainloss.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/capital-gainloss.json -------------------------------------------------------------------------------- /problems/capitalize-the-title.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/capitalize-the-title.json -------------------------------------------------------------------------------- /problems/car-fleet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/car-fleet.json -------------------------------------------------------------------------------- /problems/car-pooling.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/car-pooling.json -------------------------------------------------------------------------------- /problems/card-flipping-game.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/card-flipping-game.json -------------------------------------------------------------------------------- /problems/champagne-tower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/champagne-tower.json -------------------------------------------------------------------------------- /problems/check-if-array-is-good.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/check-if-array-is-good.json -------------------------------------------------------------------------------- /problems/cherry-pickup-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/cherry-pickup-ii.json -------------------------------------------------------------------------------- /problems/cherry-pickup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/cherry-pickup.json -------------------------------------------------------------------------------- /problems/chunk-array.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/chunk-array.json -------------------------------------------------------------------------------- /problems/cinema-seat-allocation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/cinema-seat-allocation.json -------------------------------------------------------------------------------- /problems/circular-array-loop.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/circular-array-loop.json -------------------------------------------------------------------------------- /problems/circular-sentence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/circular-sentence.json -------------------------------------------------------------------------------- /problems/clear-digits.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/clear-digits.json -------------------------------------------------------------------------------- /problems/climbing-stairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/climbing-stairs.json -------------------------------------------------------------------------------- /problems/clone-graph.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/clone-graph.json -------------------------------------------------------------------------------- /problems/clone-n-ary-tree.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/clone-n-ary-tree.json -------------------------------------------------------------------------------- /problems/closest-dessert-cost.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/closest-dessert-cost.json -------------------------------------------------------------------------------- /problems/closest-divisors.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/closest-divisors.json -------------------------------------------------------------------------------- /problems/closest-room.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/closest-room.json -------------------------------------------------------------------------------- /problems/closest-subsequence-sum.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/closest-subsequence-sum.json -------------------------------------------------------------------------------- /problems/clumsy-factorial.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/clumsy-factorial.json -------------------------------------------------------------------------------- /problems/coin-change-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/coin-change-ii.json -------------------------------------------------------------------------------- /problems/coin-change.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/coin-change.json -------------------------------------------------------------------------------- /problems/coin-path.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/coin-path.json -------------------------------------------------------------------------------- /problems/coloring-a-border.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/coloring-a-border.json -------------------------------------------------------------------------------- /problems/combination-sum-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/combination-sum-ii.json -------------------------------------------------------------------------------- /problems/combination-sum-iii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/combination-sum-iii.json -------------------------------------------------------------------------------- /problems/combination-sum-iv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/combination-sum-iv.json -------------------------------------------------------------------------------- /problems/combination-sum.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/combination-sum.json -------------------------------------------------------------------------------- /problems/combinations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/combinations.json -------------------------------------------------------------------------------- /problems/combine-two-tables.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/combine-two-tables.json -------------------------------------------------------------------------------- /problems/compact-object.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/compact-object.json -------------------------------------------------------------------------------- /problems/compare-version-numbers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/compare-version-numbers.json -------------------------------------------------------------------------------- /problems/concatenated-words.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/concatenated-words.json -------------------------------------------------------------------------------- /problems/concatenation-of-array.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/concatenation-of-array.json -------------------------------------------------------------------------------- /problems/confirmation-rate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/confirmation-rate.json -------------------------------------------------------------------------------- /problems/confusing-number.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/confusing-number.json -------------------------------------------------------------------------------- /problems/consecutive-characters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/consecutive-characters.json -------------------------------------------------------------------------------- /problems/consecutive-numbers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/consecutive-numbers.json -------------------------------------------------------------------------------- /problems/construct-quad-tree.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/construct-quad-tree.json -------------------------------------------------------------------------------- /problems/construct-the-rectangle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/construct-the-rectangle.json -------------------------------------------------------------------------------- /problems/contain-virus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/contain-virus.json -------------------------------------------------------------------------------- /problems/contains-duplicate-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/contains-duplicate-ii.json -------------------------------------------------------------------------------- /problems/contains-duplicate-iii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/contains-duplicate-iii.json -------------------------------------------------------------------------------- /problems/contains-duplicate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/contains-duplicate.json -------------------------------------------------------------------------------- /problems/contiguous-array.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/contiguous-array.json -------------------------------------------------------------------------------- /problems/continuous-subarray-sum.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/continuous-subarray-sum.json -------------------------------------------------------------------------------- /problems/continuous-subarrays.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/continuous-subarrays.json -------------------------------------------------------------------------------- /problems/convert-date-format.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/convert-date-format.json -------------------------------------------------------------------------------- /problems/convert-the-temperature.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/convert-the-temperature.json -------------------------------------------------------------------------------- /problems/convex-polygon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/convex-polygon.json -------------------------------------------------------------------------------- /problems/correct-a-binary-tree.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/correct-a-binary-tree.json -------------------------------------------------------------------------------- /problems/count-and-say.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/count-and-say.json -------------------------------------------------------------------------------- /problems/count-asterisks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/count-asterisks.json -------------------------------------------------------------------------------- /problems/count-binary-substrings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/count-binary-substrings.json -------------------------------------------------------------------------------- /problems/count-good-meals.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/count-good-meals.json -------------------------------------------------------------------------------- /problems/count-good-numbers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/count-good-numbers.json -------------------------------------------------------------------------------- /problems/count-good-triplets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/count-good-triplets.json -------------------------------------------------------------------------------- /problems/count-largest-group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/count-largest-group.json -------------------------------------------------------------------------------- /problems/count-number-of-teams.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/count-number-of-teams.json -------------------------------------------------------------------------------- /problems/count-number-of-texts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/count-number-of-texts.json -------------------------------------------------------------------------------- /problems/count-of-integers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/count-of-integers.json -------------------------------------------------------------------------------- /problems/count-of-range-sum.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/count-of-range-sum.json -------------------------------------------------------------------------------- /problems/count-primes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/count-primes.json -------------------------------------------------------------------------------- /problems/count-salary-categories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/count-salary-categories.json -------------------------------------------------------------------------------- /problems/count-special-integers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/count-special-integers.json -------------------------------------------------------------------------------- /problems/count-sub-islands.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/count-sub-islands.json -------------------------------------------------------------------------------- /problems/count-the-repetitions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/count-the-repetitions.json -------------------------------------------------------------------------------- /problems/count-unhappy-friends.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/count-unhappy-friends.json -------------------------------------------------------------------------------- /problems/count-univalue-subtrees.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/count-univalue-subtrees.json -------------------------------------------------------------------------------- /problems/counter-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/counter-ii.json -------------------------------------------------------------------------------- /problems/counter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/counter.json -------------------------------------------------------------------------------- /problems/counting-bits.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/counting-bits.json -------------------------------------------------------------------------------- /problems/counting-elements.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/counting-elements.json -------------------------------------------------------------------------------- /problems/couples-holding-hands.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/couples-holding-hands.json -------------------------------------------------------------------------------- /problems/course-schedule-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/course-schedule-ii.json -------------------------------------------------------------------------------- /problems/course-schedule-iii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/course-schedule-iii.json -------------------------------------------------------------------------------- /problems/course-schedule-iv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/course-schedule-iv.json -------------------------------------------------------------------------------- /problems/course-schedule.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/course-schedule.json -------------------------------------------------------------------------------- /problems/cousins-in-binary-tree.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/cousins-in-binary-tree.json -------------------------------------------------------------------------------- /problems/cracking-the-safe.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/cracking-the-safe.json -------------------------------------------------------------------------------- /problems/crawler-log-folder.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/crawler-log-folder.json -------------------------------------------------------------------------------- /problems/create-maximum-number.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/create-maximum-number.json -------------------------------------------------------------------------------- /problems/curry.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/curry.json -------------------------------------------------------------------------------- /problems/custom-sort-string.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/custom-sort-string.json -------------------------------------------------------------------------------- /problems/cutting-ribbons.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/cutting-ribbons.json -------------------------------------------------------------------------------- /problems/daily-temperatures.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/daily-temperatures.json -------------------------------------------------------------------------------- /problems/day-of-the-week.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/day-of-the-week.json -------------------------------------------------------------------------------- /problems/day-of-the-year.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/day-of-the-year.json -------------------------------------------------------------------------------- /problems/decode-string.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/decode-string.json -------------------------------------------------------------------------------- /problems/decode-the-message.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/decode-the-message.json -------------------------------------------------------------------------------- /problems/decode-ways.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/decode-ways.json -------------------------------------------------------------------------------- /problems/decode-xored-array.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/decode-xored-array.json -------------------------------------------------------------------------------- /problems/decoded-string-at-index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/decoded-string-at-index.json -------------------------------------------------------------------------------- /problems/deepest-leaves-sum.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/deepest-leaves-sum.json -------------------------------------------------------------------------------- /problems/defanging-an-ip-address.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/defanging-an-ip-address.json -------------------------------------------------------------------------------- /problems/degree-of-an-array.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/degree-of-an-array.json -------------------------------------------------------------------------------- /problems/delete-and-earn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/delete-and-earn.json -------------------------------------------------------------------------------- /problems/delete-duplicate-emails.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/delete-duplicate-emails.json -------------------------------------------------------------------------------- /problems/delete-node-in-a-bst.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/delete-node-in-a-bst.json -------------------------------------------------------------------------------- /problems/design-a-leaderboard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/design-a-leaderboard.json -------------------------------------------------------------------------------- /problems/design-a-text-editor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/design-a-text-editor.json -------------------------------------------------------------------------------- /problems/design-an-atm-machine.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/design-an-atm-machine.json -------------------------------------------------------------------------------- /problems/design-bitset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/design-bitset.json -------------------------------------------------------------------------------- /problems/design-browser-history.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/design-browser-history.json -------------------------------------------------------------------------------- /problems/design-circular-deque.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/design-circular-deque.json -------------------------------------------------------------------------------- /problems/design-circular-queue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/design-circular-queue.json -------------------------------------------------------------------------------- /problems/design-file-system.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/design-file-system.json -------------------------------------------------------------------------------- /problems/design-hashmap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/design-hashmap.json -------------------------------------------------------------------------------- /problems/design-hashset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/design-hashset.json -------------------------------------------------------------------------------- /problems/design-hit-counter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/design-hit-counter.json -------------------------------------------------------------------------------- /problems/design-linked-list.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/design-linked-list.json -------------------------------------------------------------------------------- /problems/design-memory-allocator.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/design-memory-allocator.json -------------------------------------------------------------------------------- /problems/design-parking-system.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/design-parking-system.json -------------------------------------------------------------------------------- /problems/design-phone-directory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/design-phone-directory.json -------------------------------------------------------------------------------- /problems/design-skiplist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/design-skiplist.json -------------------------------------------------------------------------------- /problems/design-snake-game.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/design-snake-game.json -------------------------------------------------------------------------------- /problems/design-tic-tac-toe.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/design-tic-tac-toe.json -------------------------------------------------------------------------------- /problems/design-twitter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/design-twitter.json -------------------------------------------------------------------------------- /problems/destination-city.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/destination-city.json -------------------------------------------------------------------------------- /problems/destroying-asteroids.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/destroying-asteroids.json -------------------------------------------------------------------------------- /problems/detect-capital.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/detect-capital.json -------------------------------------------------------------------------------- /problems/detect-squares.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/detect-squares.json -------------------------------------------------------------------------------- /problems/di-string-match.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/di-string-match.json -------------------------------------------------------------------------------- /problems/diagonal-traverse-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/diagonal-traverse-ii.json -------------------------------------------------------------------------------- /problems/diagonal-traverse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/diagonal-traverse.json -------------------------------------------------------------------------------- /problems/diameter-of-binary-tree.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/diameter-of-binary-tree.json -------------------------------------------------------------------------------- /problems/diameter-of-n-ary-tree.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/diameter-of-n-ary-tree.json -------------------------------------------------------------------------------- /problems/dice-roll-simulation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/dice-roll-simulation.json -------------------------------------------------------------------------------- /problems/diet-plan-performance.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/diet-plan-performance.json -------------------------------------------------------------------------------- /problems/distinct-subsequences.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/distinct-subsequences.json -------------------------------------------------------------------------------- /problems/distribute-candies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/distribute-candies.json -------------------------------------------------------------------------------- /problems/divide-chocolate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/divide-chocolate.json -------------------------------------------------------------------------------- /problems/divide-two-integers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/divide-two-integers.json -------------------------------------------------------------------------------- /problems/divisor-game.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/divisor-game.json -------------------------------------------------------------------------------- /problems/dota2-senate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/dota2-senate.json -------------------------------------------------------------------------------- /problems/dungeon-game.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/dungeon-game.json -------------------------------------------------------------------------------- /problems/duplicate-emails.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/duplicate-emails.json -------------------------------------------------------------------------------- /problems/duplicate-zeros.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/duplicate-zeros.json -------------------------------------------------------------------------------- /problems/edit-distance.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/edit-distance.json -------------------------------------------------------------------------------- /problems/elimination-game.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/elimination-game.json -------------------------------------------------------------------------------- /problems/employee-bonus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/employee-bonus.json -------------------------------------------------------------------------------- /problems/employee-free-time.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/employee-free-time.json -------------------------------------------------------------------------------- /problems/employee-importance.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/employee-importance.json -------------------------------------------------------------------------------- /problems/equal-rational-numbers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/equal-rational-numbers.json -------------------------------------------------------------------------------- /problems/erect-the-fence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/erect-the-fence.json -------------------------------------------------------------------------------- /problems/evaluate-division.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/evaluate-division.json -------------------------------------------------------------------------------- /problems/even-odd-tree.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/even-odd-tree.json -------------------------------------------------------------------------------- /problems/event-emitter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/event-emitter.json -------------------------------------------------------------------------------- /problems/exam-room.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/exam-room.json -------------------------------------------------------------------------------- /problems/exchange-seats.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/exchange-seats.json -------------------------------------------------------------------------------- /problems/expressive-words.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/expressive-words.json -------------------------------------------------------------------------------- /problems/factor-combinations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/factor-combinations.json -------------------------------------------------------------------------------- /problems/fair-candy-swap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/fair-candy-swap.json -------------------------------------------------------------------------------- /problems/falling-squares.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/falling-squares.json -------------------------------------------------------------------------------- /problems/faulty-keyboard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/faulty-keyboard.json -------------------------------------------------------------------------------- /problems/fibonacci-number.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/fibonacci-number.json -------------------------------------------------------------------------------- /problems/find-a-peak-element-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/find-a-peak-element-ii.json -------------------------------------------------------------------------------- /problems/find-all-good-indices.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/find-all-good-indices.json -------------------------------------------------------------------------------- /problems/find-anagram-mappings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/find-anagram-mappings.json -------------------------------------------------------------------------------- /problems/find-common-characters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/find-common-characters.json -------------------------------------------------------------------------------- /problems/find-customer-referee.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/find-customer-referee.json -------------------------------------------------------------------------------- /problems/find-duplicate-subtrees.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/find-duplicate-subtrees.json -------------------------------------------------------------------------------- /problems/find-followers-count.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/find-followers-count.json -------------------------------------------------------------------------------- /problems/find-in-mountain-array.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/find-in-mountain-array.json -------------------------------------------------------------------------------- /problems/find-k-closest-elements.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/find-k-closest-elements.json -------------------------------------------------------------------------------- /problems/find-peak-element.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/find-peak-element.json -------------------------------------------------------------------------------- /problems/find-permutation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/find-permutation.json -------------------------------------------------------------------------------- /problems/find-pivot-index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/find-pivot-index.json -------------------------------------------------------------------------------- /problems/find-right-interval.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/find-right-interval.json -------------------------------------------------------------------------------- /problems/find-root-of-n-ary-tree.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/find-root-of-n-ary-tree.json -------------------------------------------------------------------------------- /problems/find-the-celebrity.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/find-the-celebrity.json -------------------------------------------------------------------------------- /problems/find-the-difference.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/find-the-difference.json -------------------------------------------------------------------------------- /problems/find-the-missing-ids.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/find-the-missing-ids.json -------------------------------------------------------------------------------- /problems/find-the-peaks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/find-the-peaks.json -------------------------------------------------------------------------------- /problems/find-the-team-size.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/find-the-team-size.json -------------------------------------------------------------------------------- /problems/find-the-town-judge.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/find-the-town-judge.json -------------------------------------------------------------------------------- /problems/first-bad-version.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/first-bad-version.json -------------------------------------------------------------------------------- /problems/first-missing-positive.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/first-missing-positive.json -------------------------------------------------------------------------------- /problems/first-unique-number.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/first-unique-number.json -------------------------------------------------------------------------------- /problems/fix-names-in-a-table.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/fix-names-in-a-table.json -------------------------------------------------------------------------------- /problems/fixed-point.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/fixed-point.json -------------------------------------------------------------------------------- /problems/fizz-buzz-multithreaded.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/fizz-buzz-multithreaded.json -------------------------------------------------------------------------------- /problems/fizz-buzz.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/fizz-buzz.json -------------------------------------------------------------------------------- /problems/flatten-2d-vector.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/flatten-2d-vector.json -------------------------------------------------------------------------------- /problems/flip-game-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/flip-game-ii.json -------------------------------------------------------------------------------- /problems/flip-game.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/flip-game.json -------------------------------------------------------------------------------- /problems/flipping-an-image.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/flipping-an-image.json -------------------------------------------------------------------------------- /problems/flood-fill.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/flood-fill.json -------------------------------------------------------------------------------- /problems/form-a-chemical-bond.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/form-a-chemical-bond.json -------------------------------------------------------------------------------- /problems/four-divisors.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/four-divisors.json -------------------------------------------------------------------------------- /problems/freedom-trail.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/freedom-trail.json -------------------------------------------------------------------------------- /problems/frequency-tracker.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/frequency-tracker.json -------------------------------------------------------------------------------- /problems/frog-jump-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/frog-jump-ii.json -------------------------------------------------------------------------------- /problems/frog-jump.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/frog-jump.json -------------------------------------------------------------------------------- /problems/fruit-into-baskets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/fruit-into-baskets.json -------------------------------------------------------------------------------- /problems/function-composition.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/function-composition.json -------------------------------------------------------------------------------- /problems/game-of-life.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/game-of-life.json -------------------------------------------------------------------------------- /problems/game-of-nim.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/game-of-nim.json -------------------------------------------------------------------------------- /problems/game-play-analysis-i.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/game-play-analysis-i.json -------------------------------------------------------------------------------- /problems/game-play-analysis-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/game-play-analysis-ii.json -------------------------------------------------------------------------------- /problems/game-play-analysis-iii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/game-play-analysis-iii.json -------------------------------------------------------------------------------- /problems/game-play-analysis-iv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/game-play-analysis-iv.json -------------------------------------------------------------------------------- /problems/gas-station.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/gas-station.json -------------------------------------------------------------------------------- /problems/generate-parentheses.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/generate-parentheses.json -------------------------------------------------------------------------------- /problems/generate-the-invoice.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/generate-the-invoice.json -------------------------------------------------------------------------------- /problems/goat-latin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/goat-latin.json -------------------------------------------------------------------------------- /problems/grand-slam-titles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/grand-slam-titles.json -------------------------------------------------------------------------------- /problems/graph-valid-tree.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/graph-valid-tree.json -------------------------------------------------------------------------------- /problems/gray-code.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/gray-code.json -------------------------------------------------------------------------------- /problems/grid-game.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/grid-game.json -------------------------------------------------------------------------------- /problems/group-anagrams.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/group-anagrams.json -------------------------------------------------------------------------------- /problems/group-by.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/group-by.json -------------------------------------------------------------------------------- /problems/group-shifted-strings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/group-shifted-strings.json -------------------------------------------------------------------------------- /problems/grumpy-bookstore-owner.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/grumpy-bookstore-owner.json -------------------------------------------------------------------------------- /problems/guess-the-word.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/guess-the-word.json -------------------------------------------------------------------------------- /problems/h-index-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/h-index-ii.json -------------------------------------------------------------------------------- /problems/h-index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/h-index.json -------------------------------------------------------------------------------- /problems/hamming-distance.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/hamming-distance.json -------------------------------------------------------------------------------- /problems/hand-of-straights.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/hand-of-straights.json -------------------------------------------------------------------------------- /problems/happy-number.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/happy-number.json -------------------------------------------------------------------------------- /problems/harshad-number.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/harshad-number.json -------------------------------------------------------------------------------- /problems/heaters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/heaters.json -------------------------------------------------------------------------------- /problems/height-checker.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/height-checker.json -------------------------------------------------------------------------------- /problems/high-access-employees.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/high-access-employees.json -------------------------------------------------------------------------------- /problems/high-five.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/high-five.json -------------------------------------------------------------------------------- /problems/house-robber-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/house-robber-ii.json -------------------------------------------------------------------------------- /problems/house-robber-iii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/house-robber-iii.json -------------------------------------------------------------------------------- /problems/house-robber-iv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/house-robber-iv.json -------------------------------------------------------------------------------- /problems/house-robber.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/house-robber.json -------------------------------------------------------------------------------- /problems/image-overlap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/image-overlap.json -------------------------------------------------------------------------------- /problems/image-smoother.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/image-smoother.json -------------------------------------------------------------------------------- /problems/incremental-memory-leak.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/incremental-memory-leak.json -------------------------------------------------------------------------------- /problems/insert-interval.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/insert-interval.json -------------------------------------------------------------------------------- /problems/insertion-sort-list.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/insertion-sort-list.json -------------------------------------------------------------------------------- /problems/integer-break.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/integer-break.json -------------------------------------------------------------------------------- /problems/integer-replacement.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/integer-replacement.json -------------------------------------------------------------------------------- /problems/integer-to-roman.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/integer-to-roman.json -------------------------------------------------------------------------------- /problems/interleaving-string.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/interleaving-string.json -------------------------------------------------------------------------------- /problems/interval-cancellation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/interval-cancellation.json -------------------------------------------------------------------------------- /problems/invalid-transactions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/invalid-transactions.json -------------------------------------------------------------------------------- /problems/invalid-tweets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/invalid-tweets.json -------------------------------------------------------------------------------- /problems/invert-binary-tree.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/invert-binary-tree.json -------------------------------------------------------------------------------- /problems/investments-in-2016.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/investments-in-2016.json -------------------------------------------------------------------------------- /problems/ip-to-cidr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/ip-to-cidr.json -------------------------------------------------------------------------------- /problems/ipo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/ipo.json -------------------------------------------------------------------------------- /problems/is-graph-bipartite.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/is-graph-bipartite.json -------------------------------------------------------------------------------- /problems/is-object-empty.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/is-object-empty.json -------------------------------------------------------------------------------- /problems/is-subsequence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/is-subsequence.json -------------------------------------------------------------------------------- /problems/island-perimeter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/island-perimeter.json -------------------------------------------------------------------------------- /problems/isomorphic-strings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/isomorphic-strings.json -------------------------------------------------------------------------------- /problems/jewels-and-stones.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/jewels-and-stones.json -------------------------------------------------------------------------------- /problems/join-two-arrays-by-id.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/join-two-arrays-by-id.json -------------------------------------------------------------------------------- /problems/jump-game-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/jump-game-ii.json -------------------------------------------------------------------------------- /problems/jump-game-iii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/jump-game-iii.json -------------------------------------------------------------------------------- /problems/jump-game-iv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/jump-game-iv.json -------------------------------------------------------------------------------- /problems/jump-game-v.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/jump-game-v.json -------------------------------------------------------------------------------- /problems/jump-game-vi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/jump-game-vi.json -------------------------------------------------------------------------------- /problems/jump-game-vii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/jump-game-vii.json -------------------------------------------------------------------------------- /problems/jump-game.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/jump-game.json -------------------------------------------------------------------------------- /problems/k-empty-slots.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/k-empty-slots.json -------------------------------------------------------------------------------- /problems/k-inverse-pairs-array.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/k-inverse-pairs-array.json -------------------------------------------------------------------------------- /problems/k-similar-strings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/k-similar-strings.json -------------------------------------------------------------------------------- /problems/k-th-symbol-in-grammar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/k-th-symbol-in-grammar.json -------------------------------------------------------------------------------- /problems/keyboard-row.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/keyboard-row.json -------------------------------------------------------------------------------- /problems/keys-and-rooms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/keys-and-rooms.json -------------------------------------------------------------------------------- /problems/kill-process.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/kill-process.json -------------------------------------------------------------------------------- /problems/knight-dialer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/knight-dialer.json -------------------------------------------------------------------------------- /problems/koko-eating-bananas.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/koko-eating-bananas.json -------------------------------------------------------------------------------- /problems/largest-bst-subtree.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/largest-bst-subtree.json -------------------------------------------------------------------------------- /problems/largest-number.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/largest-number.json -------------------------------------------------------------------------------- /problems/largest-plus-sign.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/largest-plus-sign.json -------------------------------------------------------------------------------- /problems/largest-sum-of-averages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/largest-sum-of-averages.json -------------------------------------------------------------------------------- /problems/largest-triangle-area.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/largest-triangle-area.json -------------------------------------------------------------------------------- /problems/largest-unique-number.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/largest-unique-number.json -------------------------------------------------------------------------------- /problems/last-stone-weight-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/last-stone-weight-ii.json -------------------------------------------------------------------------------- /problems/last-stone-weight.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/last-stone-weight.json -------------------------------------------------------------------------------- /problems/last-visited-integers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/last-visited-integers.json -------------------------------------------------------------------------------- /problems/leaf-similar-trees.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/leaf-similar-trees.json -------------------------------------------------------------------------------- /problems/league-statistics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/league-statistics.json -------------------------------------------------------------------------------- /problems/lemonade-change.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/lemonade-change.json -------------------------------------------------------------------------------- /problems/length-of-last-word.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/length-of-last-word.json -------------------------------------------------------------------------------- /problems/letter-case-permutation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/letter-case-permutation.json -------------------------------------------------------------------------------- /problems/lexicographical-numbers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/lexicographical-numbers.json -------------------------------------------------------------------------------- /problems/lfu-cache.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/lfu-cache.json -------------------------------------------------------------------------------- /problems/license-key-formatting.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/license-key-formatting.json -------------------------------------------------------------------------------- /problems/line-reflection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/line-reflection.json -------------------------------------------------------------------------------- /problems/linked-list-components.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/linked-list-components.json -------------------------------------------------------------------------------- /problems/linked-list-cycle-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/linked-list-cycle-ii.json -------------------------------------------------------------------------------- /problems/linked-list-cycle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/linked-list-cycle.json -------------------------------------------------------------------------------- /problems/linked-list-random-node.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/linked-list-random-node.json -------------------------------------------------------------------------------- /problems/logger-rate-limiter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/logger-rate-limiter.json -------------------------------------------------------------------------------- /problems/lonely-pixel-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/lonely-pixel-ii.json -------------------------------------------------------------------------------- /problems/long-pressed-name.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/long-pressed-name.json -------------------------------------------------------------------------------- /problems/longest-common-prefix.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/longest-common-prefix.json -------------------------------------------------------------------------------- /problems/longest-common-subpath.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/longest-common-subpath.json -------------------------------------------------------------------------------- /problems/longest-happy-prefix.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/longest-happy-prefix.json -------------------------------------------------------------------------------- /problems/longest-happy-string.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/longest-happy-string.json -------------------------------------------------------------------------------- /problems/longest-nice-subarray.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/longest-nice-subarray.json -------------------------------------------------------------------------------- /problems/longest-nice-substring.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/longest-nice-substring.json -------------------------------------------------------------------------------- /problems/longest-palindrome.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/longest-palindrome.json -------------------------------------------------------------------------------- /problems/longest-string-chain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/longest-string-chain.json -------------------------------------------------------------------------------- /problems/longest-univalue-path.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/longest-univalue-path.json -------------------------------------------------------------------------------- /problems/longest-uploaded-prefix.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/longest-uploaded-prefix.json -------------------------------------------------------------------------------- /problems/longest-winning-streak.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/longest-winning-streak.json -------------------------------------------------------------------------------- /problems/loud-and-rich.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/loud-and-rich.json -------------------------------------------------------------------------------- /problems/low-quality-problems.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/low-quality-problems.json -------------------------------------------------------------------------------- /problems/lru-cache.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/lru-cache.json -------------------------------------------------------------------------------- /problems/magical-string.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/magical-string.json -------------------------------------------------------------------------------- /problems/majority-element-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/majority-element-ii.json -------------------------------------------------------------------------------- /problems/majority-element.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/majority-element.json -------------------------------------------------------------------------------- /problems/make-sum-divisible-by-p.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/make-sum-divisible-by-p.json -------------------------------------------------------------------------------- /problems/make-the-string-great.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/make-the-string-great.json -------------------------------------------------------------------------------- /problems/making-a-large-island.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/making-a-large-island.json -------------------------------------------------------------------------------- /problems/map-of-highest-peak.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/map-of-highest-peak.json -------------------------------------------------------------------------------- /problems/map-sum-pairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/map-sum-pairs.json -------------------------------------------------------------------------------- /problems/market-analysis-i.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/market-analysis-i.json -------------------------------------------------------------------------------- /problems/market-analysis-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/market-analysis-ii.json -------------------------------------------------------------------------------- /problems/matchsticks-to-square.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/matchsticks-to-square.json -------------------------------------------------------------------------------- /problems/matrix-block-sum.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/matrix-block-sum.json -------------------------------------------------------------------------------- /problems/matrix-diagonal-sum.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/matrix-diagonal-sum.json -------------------------------------------------------------------------------- /problems/max-area-of-island.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/max-area-of-island.json -------------------------------------------------------------------------------- /problems/max-consecutive-ones-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/max-consecutive-ones-ii.json -------------------------------------------------------------------------------- /problems/max-consecutive-ones.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/max-consecutive-ones.json -------------------------------------------------------------------------------- /problems/max-points-on-a-line.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/max-points-on-a-line.json -------------------------------------------------------------------------------- /problems/max-stack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/max-stack.json -------------------------------------------------------------------------------- /problems/max-value-of-equation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/max-value-of-equation.json -------------------------------------------------------------------------------- /problems/maximal-network-rank.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/maximal-network-rank.json -------------------------------------------------------------------------------- /problems/maximal-rectangle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/maximal-rectangle.json -------------------------------------------------------------------------------- /problems/maximal-square.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/maximal-square.json -------------------------------------------------------------------------------- /problems/maximum-69-number.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/maximum-69-number.json -------------------------------------------------------------------------------- /problems/maximum-binary-tree-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/maximum-binary-tree-ii.json -------------------------------------------------------------------------------- /problems/maximum-binary-tree.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/maximum-binary-tree.json -------------------------------------------------------------------------------- /problems/maximum-building-height.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/maximum-building-height.json -------------------------------------------------------------------------------- /problems/maximum-equal-frequency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/maximum-equal-frequency.json -------------------------------------------------------------------------------- /problems/maximum-erasure-value.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/maximum-erasure-value.json -------------------------------------------------------------------------------- /problems/maximum-frequency-stack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/maximum-frequency-stack.json -------------------------------------------------------------------------------- /problems/maximum-gap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/maximum-gap.json -------------------------------------------------------------------------------- /problems/maximum-ice-cream-bars.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/maximum-ice-cream-bars.json -------------------------------------------------------------------------------- /problems/maximum-or.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/maximum-or.json -------------------------------------------------------------------------------- /problems/maximum-population-year.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/maximum-population-year.json -------------------------------------------------------------------------------- /problems/maximum-subarray.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/maximum-subarray.json -------------------------------------------------------------------------------- /problems/maximum-swap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/maximum-swap.json -------------------------------------------------------------------------------- /problems/maximum-vacation-days.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/maximum-vacation-days.json -------------------------------------------------------------------------------- /problems/maximum-width-ramp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/maximum-width-ramp.json -------------------------------------------------------------------------------- /problems/maximum-xor-product.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/maximum-xor-product.json -------------------------------------------------------------------------------- /problems/median-employee-salary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/median-employee-salary.json -------------------------------------------------------------------------------- /problems/meeting-rooms-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/meeting-rooms-ii.json -------------------------------------------------------------------------------- /problems/meeting-rooms-iii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/meeting-rooms-iii.json -------------------------------------------------------------------------------- /problems/meeting-rooms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/meeting-rooms.json -------------------------------------------------------------------------------- /problems/meeting-scheduler.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/meeting-scheduler.json -------------------------------------------------------------------------------- /problems/memoize.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/memoize.json -------------------------------------------------------------------------------- /problems/merge-intervals.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/merge-intervals.json -------------------------------------------------------------------------------- /problems/merge-k-sorted-lists.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/merge-k-sorted-lists.json -------------------------------------------------------------------------------- /problems/merge-similar-items.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/merge-similar-items.json -------------------------------------------------------------------------------- /problems/merge-sorted-array.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/merge-sorted-array.json -------------------------------------------------------------------------------- /problems/merge-two-binary-trees.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/merge-two-binary-trees.json -------------------------------------------------------------------------------- /problems/merge-two-sorted-lists.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/merge-two-sorted-lists.json -------------------------------------------------------------------------------- /problems/mice-and-cheese.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/mice-and-cheese.json -------------------------------------------------------------------------------- /problems/min-max-game.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/min-max-game.json -------------------------------------------------------------------------------- /problems/min-stack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/min-stack.json -------------------------------------------------------------------------------- /problems/minesweeper.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/minesweeper.json -------------------------------------------------------------------------------- /problems/mini-parser.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/mini-parser.json -------------------------------------------------------------------------------- /problems/minimize-malware-spread.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/minimize-malware-spread.json -------------------------------------------------------------------------------- /problems/minimize-string-length.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/minimize-string-length.json -------------------------------------------------------------------------------- /problems/minimize-xor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/minimize-xor.json -------------------------------------------------------------------------------- /problems/minimum-area-rectangle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/minimum-area-rectangle.json -------------------------------------------------------------------------------- /problems/minimum-common-value.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/minimum-common-value.json -------------------------------------------------------------------------------- /problems/minimum-factorization.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/minimum-factorization.json -------------------------------------------------------------------------------- /problems/minimum-height-trees.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/minimum-height-trees.json -------------------------------------------------------------------------------- /problems/minimum-knight-moves.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/minimum-knight-moves.json -------------------------------------------------------------------------------- /problems/minimum-path-sum.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/minimum-path-sum.json -------------------------------------------------------------------------------- /problems/minimum-processing-time.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/minimum-processing-time.json -------------------------------------------------------------------------------- /problems/minimum-sideway-jumps.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/minimum-sideway-jumps.json -------------------------------------------------------------------------------- /problems/minimum-time-difference.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/minimum-time-difference.json -------------------------------------------------------------------------------- /problems/mirror-reflection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/mirror-reflection.json -------------------------------------------------------------------------------- /problems/missing-number.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/missing-number.json -------------------------------------------------------------------------------- /problems/missing-ranges.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/missing-ranges.json -------------------------------------------------------------------------------- /problems/modify-the-matrix.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/modify-the-matrix.json -------------------------------------------------------------------------------- /problems/monotonic-array.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/monotonic-array.json -------------------------------------------------------------------------------- /problems/monthly-transactions-i.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/monthly-transactions-i.json -------------------------------------------------------------------------------- /problems/most-common-word.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/most-common-word.json -------------------------------------------------------------------------------- /problems/most-frequent-ids.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/most-frequent-ids.json -------------------------------------------------------------------------------- /problems/most-frequent-prime.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/most-frequent-prime.json -------------------------------------------------------------------------------- /problems/move-zeroes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/move-zeroes.json -------------------------------------------------------------------------------- /problems/movement-of-robots.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/movement-of-robots.json -------------------------------------------------------------------------------- /problems/movie-rating.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/movie-rating.json -------------------------------------------------------------------------------- /problems/multiply-strings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/multiply-strings.json -------------------------------------------------------------------------------- /problems/my-calendar-i.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/my-calendar-i.json -------------------------------------------------------------------------------- /problems/my-calendar-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/my-calendar-ii.json -------------------------------------------------------------------------------- /problems/my-calendar-iii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/my-calendar-iii.json -------------------------------------------------------------------------------- /problems/n-queens-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/n-queens-ii.json -------------------------------------------------------------------------------- /problems/n-queens.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/n-queens.json -------------------------------------------------------------------------------- /problems/n-th-tribonacci-number.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/n-th-tribonacci-number.json -------------------------------------------------------------------------------- /problems/naming-a-company.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/naming-a-company.json -------------------------------------------------------------------------------- /problems/neighboring-bitwise-xor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/neighboring-bitwise-xor.json -------------------------------------------------------------------------------- /problems/nested-list-weight-sum.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/nested-list-weight-sum.json -------------------------------------------------------------------------------- /problems/network-delay-time.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/network-delay-time.json -------------------------------------------------------------------------------- /problems/new-21-game.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/new-21-game.json -------------------------------------------------------------------------------- /problems/new-users-daily-count.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/new-users-daily-count.json -------------------------------------------------------------------------------- /problems/next-closest-time.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/next-closest-time.json -------------------------------------------------------------------------------- /problems/next-greater-element-i.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/next-greater-element-i.json -------------------------------------------------------------------------------- /problems/next-greater-element-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/next-greater-element-ii.json -------------------------------------------------------------------------------- /problems/next-greater-element-iv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/next-greater-element-iv.json -------------------------------------------------------------------------------- /problems/next-permutation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/next-permutation.json -------------------------------------------------------------------------------- /problems/nim-game.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/nim-game.json -------------------------------------------------------------------------------- /problems/non-decreasing-array.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/non-decreasing-array.json -------------------------------------------------------------------------------- /problems/not-boring-movies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/not-boring-movies.json -------------------------------------------------------------------------------- /problems/npv-queries.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/npv-queries.json -------------------------------------------------------------------------------- /problems/nth-digit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/nth-digit.json -------------------------------------------------------------------------------- /problems/nth-highest-salary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/nth-highest-salary.json -------------------------------------------------------------------------------- /problems/number-complement.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/number-complement.json -------------------------------------------------------------------------------- /problems/number-of-1-bits.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/number-of-1-bits.json -------------------------------------------------------------------------------- /problems/number-of-atoms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/number-of-atoms.json -------------------------------------------------------------------------------- /problems/number-of-black-blocks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/number-of-black-blocks.json -------------------------------------------------------------------------------- /problems/number-of-changing-keys.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/number-of-changing-keys.json -------------------------------------------------------------------------------- /problems/number-of-digit-one.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/number-of-digit-one.json -------------------------------------------------------------------------------- /problems/number-of-enclaves.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/number-of-enclaves.json -------------------------------------------------------------------------------- /problems/number-of-good-pairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/number-of-good-pairs.json -------------------------------------------------------------------------------- /problems/number-of-good-paths.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/number-of-good-paths.json -------------------------------------------------------------------------------- /problems/number-of-islands-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/number-of-islands-ii.json -------------------------------------------------------------------------------- /problems/number-of-islands.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/number-of-islands.json -------------------------------------------------------------------------------- /problems/number-of-provinces.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/number-of-provinces.json -------------------------------------------------------------------------------- /problems/number-of-recent-calls.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/number-of-recent-calls.json -------------------------------------------------------------------------------- /problems/odd-even-jump.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/odd-even-jump.json -------------------------------------------------------------------------------- /problems/odd-even-linked-list.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/odd-even-linked-list.json -------------------------------------------------------------------------------- /problems/odd-string-difference.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/odd-string-difference.json -------------------------------------------------------------------------------- /problems/one-edit-distance.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/one-edit-distance.json -------------------------------------------------------------------------------- /problems/ones-and-zeroes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/ones-and-zeroes.json -------------------------------------------------------------------------------- /problems/online-election.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/online-election.json -------------------------------------------------------------------------------- /problems/online-stock-span.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/online-stock-span.json -------------------------------------------------------------------------------- /problems/open-the-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/open-the-lock.json -------------------------------------------------------------------------------- /problems/optimal-division.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/optimal-division.json -------------------------------------------------------------------------------- /problems/orderly-queue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/orderly-queue.json -------------------------------------------------------------------------------- /problems/out-of-boundary-paths.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/out-of-boundary-paths.json -------------------------------------------------------------------------------- /problems/page-recommendations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/page-recommendations.json -------------------------------------------------------------------------------- /problems/paint-fence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/paint-fence.json -------------------------------------------------------------------------------- /problems/paint-house-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/paint-house-ii.json -------------------------------------------------------------------------------- /problems/paint-house-iii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/paint-house-iii.json -------------------------------------------------------------------------------- /problems/paint-house.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/paint-house.json -------------------------------------------------------------------------------- /problems/painting-the-walls.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/painting-the-walls.json -------------------------------------------------------------------------------- /problems/palindrome-linked-list.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/palindrome-linked-list.json -------------------------------------------------------------------------------- /problems/palindrome-number.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/palindrome-number.json -------------------------------------------------------------------------------- /problems/palindrome-pairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/palindrome-pairs.json -------------------------------------------------------------------------------- /problems/palindrome-partitioning.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/palindrome-partitioning.json -------------------------------------------------------------------------------- /problems/palindrome-permutation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/palindrome-permutation.json -------------------------------------------------------------------------------- /problems/palindrome-removal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/palindrome-removal.json -------------------------------------------------------------------------------- /problems/palindromic-substrings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/palindromic-substrings.json -------------------------------------------------------------------------------- /problems/pancake-sorting.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/pancake-sorting.json -------------------------------------------------------------------------------- /problems/parallel-courses-iii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/parallel-courses-iii.json -------------------------------------------------------------------------------- /problems/parallel-courses.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/parallel-courses.json -------------------------------------------------------------------------------- /problems/parse-lisp-expression.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/parse-lisp-expression.json -------------------------------------------------------------------------------- /problems/partition-labels.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/partition-labels.json -------------------------------------------------------------------------------- /problems/partition-list.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/partition-list.json -------------------------------------------------------------------------------- /problems/pascals-triangle-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/pascals-triangle-ii.json -------------------------------------------------------------------------------- /problems/pascals-triangle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/pascals-triangle.json -------------------------------------------------------------------------------- /problems/pass-the-pillow.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/pass-the-pillow.json -------------------------------------------------------------------------------- /problems/path-crossing.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/path-crossing.json -------------------------------------------------------------------------------- /problems/path-sum-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/path-sum-ii.json -------------------------------------------------------------------------------- /problems/path-sum-iii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/path-sum-iii.json -------------------------------------------------------------------------------- /problems/path-sum.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/path-sum.json -------------------------------------------------------------------------------- /problems/path-with-maximum-gold.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/path-with-maximum-gold.json -------------------------------------------------------------------------------- /problems/peeking-iterator.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/peeking-iterator.json -------------------------------------------------------------------------------- /problems/perfect-number.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/perfect-number.json -------------------------------------------------------------------------------- /problems/perfect-squares.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/perfect-squares.json -------------------------------------------------------------------------------- /problems/perform-string-shifts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/perform-string-shifts.json -------------------------------------------------------------------------------- /problems/permutation-in-string.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/permutation-in-string.json -------------------------------------------------------------------------------- /problems/permutation-sequence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/permutation-sequence.json -------------------------------------------------------------------------------- /problems/permutations-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/permutations-ii.json -------------------------------------------------------------------------------- /problems/permutations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/permutations.json -------------------------------------------------------------------------------- /problems/plates-between-candles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/plates-between-candles.json -------------------------------------------------------------------------------- /problems/plus-one-linked-list.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/plus-one-linked-list.json -------------------------------------------------------------------------------- /problems/plus-one.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/plus-one.json -------------------------------------------------------------------------------- /problems/poor-pigs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/poor-pigs.json -------------------------------------------------------------------------------- /problems/possible-bipartition.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/possible-bipartition.json -------------------------------------------------------------------------------- /problems/power-of-four.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/power-of-four.json -------------------------------------------------------------------------------- /problems/power-of-heroes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/power-of-heroes.json -------------------------------------------------------------------------------- /problems/power-of-three.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/power-of-three.json -------------------------------------------------------------------------------- /problems/power-of-two.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/power-of-two.json -------------------------------------------------------------------------------- /problems/powerful-integers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/powerful-integers.json -------------------------------------------------------------------------------- /problems/powx-n.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/powx-n.json -------------------------------------------------------------------------------- /problems/predict-the-winner.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/predict-the-winner.json -------------------------------------------------------------------------------- /problems/prime-arrangements.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/prime-arrangements.json -------------------------------------------------------------------------------- /problems/prime-in-diagonal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/prime-in-diagonal.json -------------------------------------------------------------------------------- /problems/prime-palindrome.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/prime-palindrome.json -------------------------------------------------------------------------------- /problems/print-binary-tree.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/print-binary-tree.json -------------------------------------------------------------------------------- /problems/print-in-order.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/print-in-order.json -------------------------------------------------------------------------------- /problems/print-words-vertically.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/print-words-vertically.json -------------------------------------------------------------------------------- /problems/profitable-schemes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/profitable-schemes.json -------------------------------------------------------------------------------- /problems/project-employees-i.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/project-employees-i.json -------------------------------------------------------------------------------- /problems/project-employees-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/project-employees-ii.json -------------------------------------------------------------------------------- /problems/project-employees-iii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/project-employees-iii.json -------------------------------------------------------------------------------- /problems/promise-time-limit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/promise-time-limit.json -------------------------------------------------------------------------------- /problems/push-dominoes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/push-dominoes.json -------------------------------------------------------------------------------- /problems/put-marbles-in-bags.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/put-marbles-in-bags.json -------------------------------------------------------------------------------- /problems/race-car.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/race-car.json -------------------------------------------------------------------------------- /problems/random-pick-index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/random-pick-index.json -------------------------------------------------------------------------------- /problems/random-pick-with-weight.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/random-pick-with-weight.json -------------------------------------------------------------------------------- /problems/range-addition-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/range-addition-ii.json -------------------------------------------------------------------------------- /problems/range-addition.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/range-addition.json -------------------------------------------------------------------------------- /problems/range-frequency-queries.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/range-frequency-queries.json -------------------------------------------------------------------------------- /problems/range-module.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/range-module.json -------------------------------------------------------------------------------- /problems/range-sum-of-bst.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/range-sum-of-bst.json -------------------------------------------------------------------------------- /problems/range-sum-query-mutable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/range-sum-query-mutable.json -------------------------------------------------------------------------------- /problems/rank-scores.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/rank-scores.json -------------------------------------------------------------------------------- /problems/ransom-note.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/ransom-note.json -------------------------------------------------------------------------------- /problems/reach-a-number.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/reach-a-number.json -------------------------------------------------------------------------------- /problems/reaching-points.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/reaching-points.json -------------------------------------------------------------------------------- /problems/rearranging-fruits.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/rearranging-fruits.json -------------------------------------------------------------------------------- /problems/reconstruct-itinerary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/reconstruct-itinerary.json -------------------------------------------------------------------------------- /problems/rectangle-area.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/rectangle-area.json -------------------------------------------------------------------------------- /problems/rectangle-overlap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/rectangle-overlap.json -------------------------------------------------------------------------------- /problems/rectangles-area.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/rectangles-area.json -------------------------------------------------------------------------------- /problems/reducing-dishes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/reducing-dishes.json -------------------------------------------------------------------------------- /problems/redundant-connection-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/redundant-connection-ii.json -------------------------------------------------------------------------------- /problems/redundant-connection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/redundant-connection.json -------------------------------------------------------------------------------- /problems/reformat-date.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/reformat-date.json -------------------------------------------------------------------------------- /problems/reformat-phone-number.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/reformat-phone-number.json -------------------------------------------------------------------------------- /problems/regions-cut-by-slashes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/regions-cut-by-slashes.json -------------------------------------------------------------------------------- /problems/relative-ranks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/relative-ranks.json -------------------------------------------------------------------------------- /problems/relative-sort-array.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/relative-sort-array.json -------------------------------------------------------------------------------- /problems/relocate-marbles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/relocate-marbles.json -------------------------------------------------------------------------------- /problems/remove-9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/remove-9.json -------------------------------------------------------------------------------- /problems/remove-boxes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/remove-boxes.json -------------------------------------------------------------------------------- /problems/remove-comments.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/remove-comments.json -------------------------------------------------------------------------------- /problems/remove-element.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/remove-element.json -------------------------------------------------------------------------------- /problems/remove-interval.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/remove-interval.json -------------------------------------------------------------------------------- /problems/remove-k-digits.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/remove-k-digits.json -------------------------------------------------------------------------------- /problems/reorder-list.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/reorder-list.json -------------------------------------------------------------------------------- /problems/reordered-power-of-2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/reordered-power-of-2.json -------------------------------------------------------------------------------- /problems/reorganize-string.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/reorganize-string.json -------------------------------------------------------------------------------- /problems/repeated-dna-sequences.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/repeated-dna-sequences.json -------------------------------------------------------------------------------- /problems/repeated-string-match.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/repeated-string-match.json -------------------------------------------------------------------------------- /problems/replace-words.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/replace-words.json -------------------------------------------------------------------------------- /problems/report-contiguous-dates.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/report-contiguous-dates.json -------------------------------------------------------------------------------- /problems/reported-posts-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/reported-posts-ii.json -------------------------------------------------------------------------------- /problems/reported-posts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/reported-posts.json -------------------------------------------------------------------------------- /problems/reshape-the-matrix.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/reshape-the-matrix.json -------------------------------------------------------------------------------- /problems/restaurant-growth.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/restaurant-growth.json -------------------------------------------------------------------------------- /problems/restore-ip-addresses.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/restore-ip-addresses.json -------------------------------------------------------------------------------- /problems/restore-the-array.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/restore-the-array.json -------------------------------------------------------------------------------- /problems/reverse-bits.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/reverse-bits.json -------------------------------------------------------------------------------- /problems/reverse-integer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/reverse-integer.json -------------------------------------------------------------------------------- /problems/reverse-linked-list-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/reverse-linked-list-ii.json -------------------------------------------------------------------------------- /problems/reverse-linked-list.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/reverse-linked-list.json -------------------------------------------------------------------------------- /problems/reverse-only-letters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/reverse-only-letters.json -------------------------------------------------------------------------------- /problems/reverse-pairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/reverse-pairs.json -------------------------------------------------------------------------------- /problems/reverse-prefix-of-word.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/reverse-prefix-of-word.json -------------------------------------------------------------------------------- /problems/reverse-string-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/reverse-string-ii.json -------------------------------------------------------------------------------- /problems/reverse-string.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/reverse-string.json -------------------------------------------------------------------------------- /problems/rings-and-rods.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/rings-and-rods.json -------------------------------------------------------------------------------- /problems/rising-temperature.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/rising-temperature.json -------------------------------------------------------------------------------- /problems/rle-iterator.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/rle-iterator.json -------------------------------------------------------------------------------- /problems/robot-collisions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/robot-collisions.json -------------------------------------------------------------------------------- /problems/robot-room-cleaner.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/robot-room-cleaner.json -------------------------------------------------------------------------------- /problems/roman-to-integer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/roman-to-integer.json -------------------------------------------------------------------------------- /problems/rotate-array.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/rotate-array.json -------------------------------------------------------------------------------- /problems/rotate-function.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/rotate-function.json -------------------------------------------------------------------------------- /problems/rotate-image.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/rotate-image.json -------------------------------------------------------------------------------- /problems/rotate-list.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/rotate-list.json -------------------------------------------------------------------------------- /problems/rotate-string.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/rotate-string.json -------------------------------------------------------------------------------- /problems/rotated-digits.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/rotated-digits.json -------------------------------------------------------------------------------- /problems/rotating-the-box.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/rotating-the-box.json -------------------------------------------------------------------------------- /problems/rotting-oranges.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/rotting-oranges.json -------------------------------------------------------------------------------- /problems/sales-analysis-i.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/sales-analysis-i.json -------------------------------------------------------------------------------- /problems/sales-analysis-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/sales-analysis-ii.json -------------------------------------------------------------------------------- /problems/sales-analysis-iii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/sales-analysis-iii.json -------------------------------------------------------------------------------- /problems/sales-person.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/sales-person.json -------------------------------------------------------------------------------- /problems/same-tree.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/same-tree.json -------------------------------------------------------------------------------- /problems/score-of-parentheses.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/score-of-parentheses.json -------------------------------------------------------------------------------- /problems/scramble-string.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/scramble-string.json -------------------------------------------------------------------------------- /problems/search-a-2d-matrix.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/search-a-2d-matrix.json -------------------------------------------------------------------------------- /problems/sentence-similarity.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/sentence-similarity.json -------------------------------------------------------------------------------- /problems/sequential-digits.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/sequential-digits.json -------------------------------------------------------------------------------- /problems/set-matrix-zeroes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/set-matrix-zeroes.json -------------------------------------------------------------------------------- /problems/set-mismatch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/set-mismatch.json -------------------------------------------------------------------------------- /problems/shift-2d-grid.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/shift-2d-grid.json -------------------------------------------------------------------------------- /problems/shifting-letters-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/shifting-letters-ii.json -------------------------------------------------------------------------------- /problems/shifting-letters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/shifting-letters.json -------------------------------------------------------------------------------- /problems/shortest-bridge.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/shortest-bridge.json -------------------------------------------------------------------------------- /problems/shortest-palindrome.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/shortest-palindrome.json -------------------------------------------------------------------------------- /problems/shuffle-an-array.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/shuffle-an-array.json -------------------------------------------------------------------------------- /problems/shuffle-string.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/shuffle-string.json -------------------------------------------------------------------------------- /problems/shuffle-the-array.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/shuffle-the-array.json -------------------------------------------------------------------------------- /problems/similar-rgb-color.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/similar-rgb-color.json -------------------------------------------------------------------------------- /problems/simple-bank-system.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/simple-bank-system.json -------------------------------------------------------------------------------- /problems/simplified-fractions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/simplified-fractions.json -------------------------------------------------------------------------------- /problems/simplify-path.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/simplify-path.json -------------------------------------------------------------------------------- /problems/single-number-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/single-number-ii.json -------------------------------------------------------------------------------- /problems/single-number-iii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/single-number-iii.json -------------------------------------------------------------------------------- /problems/single-number.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/single-number.json -------------------------------------------------------------------------------- /problems/single-row-keyboard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/single-row-keyboard.json -------------------------------------------------------------------------------- /problems/single-threaded-cpu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/single-threaded-cpu.json -------------------------------------------------------------------------------- /problems/sleep.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/sleep.json -------------------------------------------------------------------------------- /problems/sliding-puzzle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/sliding-puzzle.json -------------------------------------------------------------------------------- /problems/slowest-key.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/slowest-key.json -------------------------------------------------------------------------------- /problems/smallest-good-base.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/smallest-good-base.json -------------------------------------------------------------------------------- /problems/smallest-range-i.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/smallest-range-i.json -------------------------------------------------------------------------------- /problems/smallest-range-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/smallest-range-ii.json -------------------------------------------------------------------------------- /problems/snail-traversal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/snail-traversal.json -------------------------------------------------------------------------------- /problems/snakes-and-ladders.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/snakes-and-ladders.json -------------------------------------------------------------------------------- /problems/snapshot-array.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/snapshot-array.json -------------------------------------------------------------------------------- /problems/sort-an-array.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/sort-an-array.json -------------------------------------------------------------------------------- /problems/sort-array-by-parity.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/sort-array-by-parity.json -------------------------------------------------------------------------------- /problems/sort-by.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/sort-by.json -------------------------------------------------------------------------------- /problems/sort-colors.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/sort-colors.json -------------------------------------------------------------------------------- /problems/sort-list.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/sort-list.json -------------------------------------------------------------------------------- /problems/sort-the-people.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/sort-the-people.json -------------------------------------------------------------------------------- /problems/sorting-the-sentence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/sorting-the-sentence.json -------------------------------------------------------------------------------- /problems/soup-servings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/soup-servings.json -------------------------------------------------------------------------------- /problems/special-array-i.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/special-array-i.json -------------------------------------------------------------------------------- /problems/special-permutations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/special-permutations.json -------------------------------------------------------------------------------- /problems/spiral-matrix-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/spiral-matrix-ii.json -------------------------------------------------------------------------------- /problems/spiral-matrix-iii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/spiral-matrix-iii.json -------------------------------------------------------------------------------- /problems/spiral-matrix-iv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/spiral-matrix-iv.json -------------------------------------------------------------------------------- /problems/spiral-matrix.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/spiral-matrix.json -------------------------------------------------------------------------------- /problems/split-the-array.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/split-the-array.json -------------------------------------------------------------------------------- /problems/sqrtx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/sqrtx.json -------------------------------------------------------------------------------- /problems/squirrel-simulation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/squirrel-simulation.json -------------------------------------------------------------------------------- /problems/stone-game-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/stone-game-ii.json -------------------------------------------------------------------------------- /problems/stone-game-iii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/stone-game-iii.json -------------------------------------------------------------------------------- /problems/stone-game-iv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/stone-game-iv.json -------------------------------------------------------------------------------- /problems/stone-game-v.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/stone-game-v.json -------------------------------------------------------------------------------- /problems/stone-game-vi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/stone-game-vi.json -------------------------------------------------------------------------------- /problems/stone-game-vii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/stone-game-vii.json -------------------------------------------------------------------------------- /problems/stone-game-viii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/stone-game-viii.json -------------------------------------------------------------------------------- /problems/stone-game.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/stone-game.json -------------------------------------------------------------------------------- /problems/strange-printer-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/strange-printer-ii.json -------------------------------------------------------------------------------- /problems/strange-printer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/strange-printer.json -------------------------------------------------------------------------------- /problems/stream-of-characters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/stream-of-characters.json -------------------------------------------------------------------------------- /problems/string-compression.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/string-compression.json -------------------------------------------------------------------------------- /problems/strong-friendship.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/strong-friendship.json -------------------------------------------------------------------------------- /problems/subrectangle-queries.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/subrectangle-queries.json -------------------------------------------------------------------------------- /problems/subsets-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/subsets-ii.json -------------------------------------------------------------------------------- /problems/subsets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/subsets.json -------------------------------------------------------------------------------- /problems/sudoku-solver.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/sudoku-solver.json -------------------------------------------------------------------------------- /problems/sum-in-a-matrix.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/sum-in-a-matrix.json -------------------------------------------------------------------------------- /problems/sum-multiples.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/sum-multiples.json -------------------------------------------------------------------------------- /problems/sum-of-distances.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/sum-of-distances.json -------------------------------------------------------------------------------- /problems/sum-of-floored-pairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/sum-of-floored-pairs.json -------------------------------------------------------------------------------- /problems/sum-of-left-leaves.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/sum-of-left-leaves.json -------------------------------------------------------------------------------- /problems/sum-of-two-integers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/sum-of-two-integers.json -------------------------------------------------------------------------------- /problems/summary-ranges.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/summary-ranges.json -------------------------------------------------------------------------------- /problems/super-egg-drop.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/super-egg-drop.json -------------------------------------------------------------------------------- /problems/super-pow.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/super-pow.json -------------------------------------------------------------------------------- /problems/super-ugly-number.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/super-ugly-number.json -------------------------------------------------------------------------------- /problems/surrounded-regions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/surrounded-regions.json -------------------------------------------------------------------------------- /problems/swap-nodes-in-pairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/swap-nodes-in-pairs.json -------------------------------------------------------------------------------- /problems/swap-salary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/swap-salary.json -------------------------------------------------------------------------------- /problems/swim-in-rising-water.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/swim-in-rising-water.json -------------------------------------------------------------------------------- /problems/symmetric-tree.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/symmetric-tree.json -------------------------------------------------------------------------------- /problems/synonymous-sentences.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/synonymous-sentences.json -------------------------------------------------------------------------------- /problems/tallest-billboard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/tallest-billboard.json -------------------------------------------------------------------------------- /problems/target-sum.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/target-sum.json -------------------------------------------------------------------------------- /problems/task-scheduler-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/task-scheduler-ii.json -------------------------------------------------------------------------------- /problems/task-scheduler.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/task-scheduler.json -------------------------------------------------------------------------------- /problems/teemo-attacking.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/teemo-attacking.json -------------------------------------------------------------------------------- /problems/tenth-line.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/tenth-line.json -------------------------------------------------------------------------------- /problems/text-justification.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/text-justification.json -------------------------------------------------------------------------------- /problems/the-kth-factor-of-n.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/the-kth-factor-of-n.json -------------------------------------------------------------------------------- /problems/the-maze-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/the-maze-ii.json -------------------------------------------------------------------------------- /problems/the-maze-iii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/the-maze-iii.json -------------------------------------------------------------------------------- /problems/the-maze.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/the-maze.json -------------------------------------------------------------------------------- /problems/the-skyline-problem.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/the-skyline-problem.json -------------------------------------------------------------------------------- /problems/third-maximum-number.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/third-maximum-number.json -------------------------------------------------------------------------------- /problems/thousand-separator.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/thousand-separator.json -------------------------------------------------------------------------------- /problems/three-divisors.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/three-divisors.json -------------------------------------------------------------------------------- /problems/timeout-cancellation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/timeout-cancellation.json -------------------------------------------------------------------------------- /problems/to-be-or-not-to-be.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/to-be-or-not-to-be.json -------------------------------------------------------------------------------- /problems/to-lower-case.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/to-lower-case.json -------------------------------------------------------------------------------- /problems/toeplitz-matrix.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/toeplitz-matrix.json -------------------------------------------------------------------------------- /problems/top-k-frequent-words.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/top-k-frequent-words.json -------------------------------------------------------------------------------- /problems/top-travellers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/top-travellers.json -------------------------------------------------------------------------------- /problems/transpose-file.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/transpose-file.json -------------------------------------------------------------------------------- /problems/transpose-matrix.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/transpose-matrix.json -------------------------------------------------------------------------------- /problems/trapping-rain-water.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/trapping-rain-water.json -------------------------------------------------------------------------------- /problems/tree-node.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/tree-node.json -------------------------------------------------------------------------------- /problems/tree-of-coprimes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/tree-of-coprimes.json -------------------------------------------------------------------------------- /problems/triangle-judgement.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/triangle-judgement.json -------------------------------------------------------------------------------- /problems/triangle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/triangle.json -------------------------------------------------------------------------------- /problems/trips-and-users.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/trips-and-users.json -------------------------------------------------------------------------------- /problems/truncate-sentence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/truncate-sentence.json -------------------------------------------------------------------------------- /problems/two-city-scheduling.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/two-city-scheduling.json -------------------------------------------------------------------------------- /problems/two-out-of-three.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/two-out-of-three.json -------------------------------------------------------------------------------- /problems/two-sum-bsts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/two-sum-bsts.json -------------------------------------------------------------------------------- /problems/two-sum-less-than-k.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/two-sum-less-than-k.json -------------------------------------------------------------------------------- /problems/two-sum.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/two-sum.json -------------------------------------------------------------------------------- /problems/type-of-triangle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/type-of-triangle.json -------------------------------------------------------------------------------- /problems/ugly-number-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/ugly-number-ii.json -------------------------------------------------------------------------------- /problems/ugly-number-iii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/ugly-number-iii.json -------------------------------------------------------------------------------- /problems/ugly-number.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/ugly-number.json -------------------------------------------------------------------------------- /problems/uncrossed-lines.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/uncrossed-lines.json -------------------------------------------------------------------------------- /problems/unique-paths-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/unique-paths-ii.json -------------------------------------------------------------------------------- /problems/unique-paths-iii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/unique-paths-iii.json -------------------------------------------------------------------------------- /problems/unique-paths.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/unique-paths.json -------------------------------------------------------------------------------- /problems/unpopular-books.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/unpopular-books.json -------------------------------------------------------------------------------- /problems/utf-8-validation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/utf-8-validation.json -------------------------------------------------------------------------------- /problems/valid-anagram.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/valid-anagram.json -------------------------------------------------------------------------------- /problems/valid-boomerang.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/valid-boomerang.json -------------------------------------------------------------------------------- /problems/valid-mountain-array.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/valid-mountain-array.json -------------------------------------------------------------------------------- /problems/valid-number.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/valid-number.json -------------------------------------------------------------------------------- /problems/valid-palindrome-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/valid-palindrome-ii.json -------------------------------------------------------------------------------- /problems/valid-palindrome-iii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/valid-palindrome-iii.json -------------------------------------------------------------------------------- /problems/valid-palindrome-iv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/valid-palindrome-iv.json -------------------------------------------------------------------------------- /problems/valid-palindrome.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/valid-palindrome.json -------------------------------------------------------------------------------- /problems/valid-parentheses.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/valid-parentheses.json -------------------------------------------------------------------------------- /problems/valid-perfect-square.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/valid-perfect-square.json -------------------------------------------------------------------------------- /problems/valid-phone-numbers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/valid-phone-numbers.json -------------------------------------------------------------------------------- /problems/valid-square.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/valid-square.json -------------------------------------------------------------------------------- /problems/valid-sudoku.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/valid-sudoku.json -------------------------------------------------------------------------------- /problems/valid-word.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/valid-word.json -------------------------------------------------------------------------------- /problems/validate-ip-address.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/validate-ip-address.json -------------------------------------------------------------------------------- /problems/walls-and-gates.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/walls-and-gates.json -------------------------------------------------------------------------------- /problems/warehouse-manager.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/warehouse-manager.json -------------------------------------------------------------------------------- /problems/water-bottles-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/water-bottles-ii.json -------------------------------------------------------------------------------- /problems/water-bottles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/water-bottles.json -------------------------------------------------------------------------------- /problems/watering-plants-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/watering-plants-ii.json -------------------------------------------------------------------------------- /problems/web-crawler.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/web-crawler.json -------------------------------------------------------------------------------- /problems/wiggle-sort-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/wiggle-sort-ii.json -------------------------------------------------------------------------------- /problems/wiggle-sort.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/wiggle-sort.json -------------------------------------------------------------------------------- /problems/wiggle-subsequence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/wiggle-subsequence.json -------------------------------------------------------------------------------- /problems/wildcard-matching.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/wildcard-matching.json -------------------------------------------------------------------------------- /problems/winning-candidate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/winning-candidate.json -------------------------------------------------------------------------------- /problems/word-break-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/word-break-ii.json -------------------------------------------------------------------------------- /problems/word-break.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/word-break.json -------------------------------------------------------------------------------- /problems/word-frequency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/word-frequency.json -------------------------------------------------------------------------------- /problems/word-ladder-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/word-ladder-ii.json -------------------------------------------------------------------------------- /problems/word-ladder.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/word-ladder.json -------------------------------------------------------------------------------- /problems/word-pattern-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/word-pattern-ii.json -------------------------------------------------------------------------------- /problems/word-pattern.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/word-pattern.json -------------------------------------------------------------------------------- /problems/word-search-ii.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/word-search-ii.json -------------------------------------------------------------------------------- /problems/word-search.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/word-search.json -------------------------------------------------------------------------------- /problems/word-squares.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/word-squares.json -------------------------------------------------------------------------------- /problems/word-subsets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/word-subsets.json -------------------------------------------------------------------------------- /problems/zigzag-conversion.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/problems/zigzag-conversion.json -------------------------------------------------------------------------------- /utils/Logger.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/utils/Logger.js -------------------------------------------------------------------------------- /utils/constants.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/utils/constants.js -------------------------------------------------------------------------------- /utils/utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/utils/utils.js -------------------------------------------------------------------------------- /yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chanpreet3000/Leetcoder/HEAD/yarn.lock --------------------------------------------------------------------------------