commit 12afae29c90c680dbd2781534e7bc5ab9fcb9129 parent 3201591d0eeabd2634a4f16254794ac518e0ec91 Author: Andrew Laack <andrew@laack.co> Date: Sat, 12 Sep 2026 11:08:15 -0500 Renamed lc/ -> leetcode/ Diffstat:
446 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/lc/01-matrix/01-matrix.dart b/leetcode/01-matrix/01-matrix.dart diff --git a/lc/01-matrix/01-matrixV1.dart b/leetcode/01-matrix/01-matrixV1.dart diff --git a/lc/01-matrix/01-matrixV2.dart b/leetcode/01-matrix/01-matrixV2.dart diff --git a/lc/3sum-closest/3sum-closest.dart b/leetcode/3sum-closest/3sum-closest.dart diff --git a/lc/3sum-closest/3sum-closestDP.dart b/leetcode/3sum-closest/3sum-closestDP.dart diff --git a/lc/3sum-closest/3sum-closestV2.dart b/leetcode/3sum-closest/3sum-closestV2.dart diff --git a/lc/3sum/3sum.dart b/leetcode/3sum/3sum.dart diff --git a/lc/3sum/3sum.py b/leetcode/3sum/3sum.py diff --git a/lc/3sum/3sumV2.dart b/leetcode/3sum/3sumV2.dart diff --git a/lc/3sum/3sumV2.py b/leetcode/3sum/3sumV2.py diff --git a/lc/3sum/3sumV3.dart b/leetcode/3sum/3sumV3.dart diff --git a/lc/Design-Underground-System/design-underground-system.dart b/leetcode/Design-Underground-System/design-underground-system.dart diff --git a/lc/add-binary/add-binary.dart b/leetcode/add-binary/add-binary.dart diff --git a/lc/add-digits/add-digits.js b/leetcode/add-digits/add-digits.js diff --git a/lc/add-two-numbers/add-two-numbers.cpp b/leetcode/add-two-numbers/add-two-numbers.cpp diff --git a/lc/add-two-numbers/add-two-numbers.py b/leetcode/add-two-numbers/add-two-numbers.py diff --git a/lc/airplane-seat-assignment-probability/airplane-seat-assignment-probability.dart b/leetcode/airplane-seat-assignment-probability/airplane-seat-assignment-probability.dart diff --git a/lc/all-paths-from-source-to-target/all-paths-from-source-to-target.dart b/leetcode/all-paths-from-source-to-target/all-paths-from-source-to-target.dart diff --git a/lc/all-paths-from-source-to-target/all-paths-from-source-to-targetV2.dart b/leetcode/all-paths-from-source-to-target/all-paths-from-source-to-targetV2.dart diff --git a/lc/arranging-coins/arranging-coins.dart b/leetcode/arranging-coins/arranging-coins.dart diff --git a/lc/article-views-i/article-views-i.sql b/leetcode/article-views-i/article-views-i.sql diff --git a/lc/average-of-levels-in-binary-tree/average-of-levels-in-binary-tree.dart b/leetcode/average-of-levels-in-binary-tree/average-of-levels-in-binary-tree.dart diff --git a/lc/average-salary-excluding-min-and-max/average-salary.dart b/leetcode/average-salary-excluding-min-and-max/average-salary.dart diff --git a/lc/average-salary-excluding-min-and-max/average-salaryV2.dart b/leetcode/average-salary-excluding-min-and-max/average-salaryV2.dart diff --git a/lc/average-time-of-process-per-machine/average-time-per-machine.sql b/leetcode/average-time-of-process-per-machine/average-time-per-machine.sql diff --git a/lc/balanced-binary-tree/balanced-binary-tree.py b/leetcode/balanced-binary-tree/balanced-binary-tree.py diff --git a/lc/best-time-to-buy-and-sell-stock-ii/best-time-to-buy-and-sell-stock-ii.dart b/leetcode/best-time-to-buy-and-sell-stock-ii/best-time-to-buy-and-sell-stock-ii.dart diff --git a/lc/best-time-to-buy-and-sell-stock-ii/best-time-to-buy-and-sell-stock-iiV2.dart b/leetcode/best-time-to-buy-and-sell-stock-ii/best-time-to-buy-and-sell-stock-iiV2.dart diff --git a/lc/best-time-to-buy-and-sell-stock/buy-and-sell.js b/leetcode/best-time-to-buy-and-sell-stock/buy-and-sell.js diff --git a/lc/big-countries/big-countries.sql b/leetcode/big-countries/big-countries.sql diff --git a/lc/biggest-single-number/biggest-single-number.sql b/leetcode/biggest-single-number/biggest-single-number.sql diff --git a/lc/binary-search/binary-search.py b/leetcode/binary-search/binary-search.py diff --git a/lc/binary-search/binary-searchV2.py b/leetcode/binary-search/binary-searchV2.py diff --git a/lc/binary-tree-inorder/binary-tree-traversal-iterative.cpp b/leetcode/binary-tree-inorder/binary-tree-traversal-iterative.cpp diff --git a/lc/binary-tree-inorder/binary-tree-traversal.cpp b/leetcode/binary-tree-inorder/binary-tree-traversal.cpp diff --git a/lc/binary-tree-inorder/binary-tree-traversal.dart b/leetcode/binary-tree-inorder/binary-tree-traversal.dart diff --git a/lc/binary-tree-level-order-traversal-ii/binary-tree-level-order-traversal-ii.dart b/leetcode/binary-tree-level-order-traversal-ii/binary-tree-level-order-traversal-ii.dart diff --git a/lc/binary-tree-level-order-traversal/trav.cpp b/leetcode/binary-tree-level-order-traversal/trav.cpp diff --git a/lc/binary-tree-level-order-traversal/trav.py b/leetcode/binary-tree-level-order-traversal/trav.py diff --git a/lc/binary-tree-level-order/binary-tree-level-order.js b/leetcode/binary-tree-level-order/binary-tree-level-order.js diff --git a/lc/binary-tree-paths/binary-tree-paths.dart b/leetcode/binary-tree-paths/binary-tree-paths.dart diff --git a/lc/binary-tree-postorder-traversal/postorder-traversal.cpp b/leetcode/binary-tree-postorder-traversal/postorder-traversal.cpp diff --git a/lc/binary-tree-postorder-traversal/postorder-traversal.dart b/leetcode/binary-tree-postorder-traversal/postorder-traversal.dart diff --git a/lc/binary-tree-preeorder-traversal/preorder-traversal-iterative.cpp b/leetcode/binary-tree-preeorder-traversal/preorder-traversal-iterative.cpp diff --git a/lc/binary-tree-preeorder-traversal/preorder-traversal.cpp b/leetcode/binary-tree-preeorder-traversal/preorder-traversal.cpp diff --git a/lc/binary-tree-preeorder-traversal/preorder-traversal.dart b/leetcode/binary-tree-preeorder-traversal/preorder-traversal.dart diff --git a/lc/binary-tree-right-side-view/binary-tree-right-side-view.dart b/leetcode/binary-tree-right-side-view/binary-tree-right-side-view.dart diff --git a/lc/binary-tree-right-side-view/binary-tree-right-side-view.py b/leetcode/binary-tree-right-side-view/binary-tree-right-side-view.py diff --git a/lc/binary-tree-zigzag-level-order/zig-zag-level-order.dart b/leetcode/binary-tree-zigzag-level-order/zig-zag-level-order.dart diff --git a/lc/bulb-switcher/bulb-switcher.js b/leetcode/bulb-switcher/bulb-switcher.js diff --git a/lc/bulb-switcher/bulb-switcherV2.js b/leetcode/bulb-switcher/bulb-switcherV2.js diff --git a/lc/calculate-special-bonus/special-bonus.sql b/leetcode/calculate-special-bonus/special-bonus.sql diff --git a/lc/can-make-arithmetic-progression-from-sequence/can-make-arithmetic-progression-from-sequence.dart b/leetcode/can-make-arithmetic-progression-from-sequence/can-make-arithmetic-progression-from-sequence.dart diff --git a/lc/candy/candy.dart b/leetcode/candy/candy.dart diff --git a/lc/check-divisibility-by-digit-sum-and-product/check-divisibility-by-digit-sum-and-product.py b/leetcode/check-divisibility-by-digit-sum-and-product/check-divisibility-by-digit-sum-and-product.py diff --git a/lc/cinema-seat-allocation/cinema-seat-allocation-v2.py b/leetcode/cinema-seat-allocation/cinema-seat-allocation-v2.py diff --git a/lc/cinema-seat-allocation/cinema-seat-allocation-v3.py b/leetcode/cinema-seat-allocation/cinema-seat-allocation-v3.py diff --git a/lc/cinema-seat-allocation/cinema-seat-allocation-v4.py b/leetcode/cinema-seat-allocation/cinema-seat-allocation-v4.py diff --git a/lc/cinema-seat-allocation/cinema-seat-allocation-v5.py b/leetcode/cinema-seat-allocation/cinema-seat-allocation-v5.py diff --git a/lc/cinema-seat-allocation/cinema-seat-allocation.py b/leetcode/cinema-seat-allocation/cinema-seat-allocation.py diff --git a/lc/classes-more-than-5-students/classes-more-than-5-students.sql b/leetcode/classes-more-than-5-students/classes-more-than-5-students.sql diff --git a/lc/climbing-stairs/climbing-stairs.dart b/leetcode/climbing-stairs/climbing-stairs.dart diff --git a/lc/clone-graph/clone-graphV1.py b/leetcode/clone-graph/clone-graphV1.py diff --git a/lc/combination-sum-ii/combination-sum-ii.dart b/leetcode/combination-sum-ii/combination-sum-ii.dart diff --git a/lc/combination-sum-ii/combination-sum-ii.py b/leetcode/combination-sum-ii/combination-sum-ii.py diff --git a/lc/combination-sum-iii/combination-sum-iii.dart b/leetcode/combination-sum-iii/combination-sum-iii.dart diff --git a/lc/combination-sum-iv/combination-sum-iv.dart b/leetcode/combination-sum-iv/combination-sum-iv.dart diff --git a/lc/combination-sum/combination-sum.dart b/leetcode/combination-sum/combination-sum.dart diff --git a/lc/combination-sum/combination-sum.py b/leetcode/combination-sum/combination-sum.py diff --git a/lc/combination-sum/combination-sumV2.py b/leetcode/combination-sum/combination-sumV2.py diff --git a/lc/combinations/combinations.dart b/leetcode/combinations/combinations.dart diff --git a/lc/combine-two-tables/combine-twV1.sql b/leetcode/combine-two-tables/combine-twV1.sql diff --git a/lc/combine-two-tables/combine.sql b/leetcode/combine-two-tables/combine.sql diff --git a/lc/confirmation-rate/confirmation-rate.sql b/leetcode/confirmation-rate/confirmation-rate.sql diff --git a/lc/consecutive-numbers/consecutive-numbers.sql b/leetcode/consecutive-numbers/consecutive-numbers.sql diff --git a/lc/consecutive-numbers/consecutive-numbers1.sql b/leetcode/consecutive-numbers/consecutive-numbers1.sql diff --git a/lc/contains-duplicate-ii/contains-duplicate.dart b/leetcode/contains-duplicate-ii/contains-duplicate.dart diff --git a/lc/contains-duplicate-ii/contains-duplicate.py b/leetcode/contains-duplicate-ii/contains-duplicate.py diff --git a/lc/contains-duplicate-ii/contains-duplicateV2.dart b/leetcode/contains-duplicate-ii/contains-duplicateV2.dart diff --git a/lc/contains-duplicate/contains-duplicate.cpp b/leetcode/contains-duplicate/contains-duplicate.cpp diff --git a/lc/contains-duplicate/contains-duplicateV2.cpp b/leetcode/contains-duplicate/contains-duplicateV2.cpp diff --git a/lc/convert-binary-number-in-a-linked-list-to-integer/convert-binary-number-in-a-linked-list-to-integer.dart b/leetcode/convert-binary-number-in-a-linked-list-to-integer/convert-binary-number-in-a-linked-list-to-integer.dart diff --git a/lc/convert-sorted-array-to-binary-search-tree/convert-sorted-array-to-binary-search-tree.dart b/leetcode/convert-sorted-array-to-binary-search-tree/convert-sorted-array-to-binary-search-tree.dart diff --git a/lc/convert-sorted-list-to-binary-search/convert-sorted-list-to-binary-search-tree.dart b/leetcode/convert-sorted-list-to-binary-search/convert-sorted-list-to-binary-search-tree.dart diff --git a/lc/count-good-nodes-in-binary-tree/count-good.py b/leetcode/count-good-nodes-in-binary-tree/count-good.py diff --git a/lc/count-negative-numbers-in-a-matrix/count-negative-numbers-in-a-matrix.dart b/leetcode/count-negative-numbers-in-a-matrix/count-negative-numbers-in-a-matrix.dart diff --git a/lc/count-nodes-equal-to-average-of-subtree/count-nodes-equal-to-average-of-subtree.py b/leetcode/count-nodes-equal-to-average-of-subtree/count-nodes-equal-to-average-of-subtree.py diff --git a/lc/count-number-of-texts/count-number-of-texts.dart b/leetcode/count-number-of-texts/count-number-of-texts.dart diff --git a/lc/count-primes/count-primes.cpp b/leetcode/count-primes/count-primes.cpp diff --git a/lc/counting-bits/counting-bits.cpp b/leetcode/counting-bits/counting-bits.cpp diff --git a/lc/course-schedule-ii/course-schedule-ii-v2.cpp b/leetcode/course-schedule-ii/course-schedule-ii-v2.cpp diff --git a/lc/course-schedule-ii/course-schedule-ii.cpp b/leetcode/course-schedule-ii/course-schedule-ii.cpp diff --git a/lc/course-schedule-iv/course-schedule-iv.cpp b/leetcode/course-schedule-iv/course-schedule-iv.cpp diff --git a/lc/course-schedule/course-schedule.cpp b/leetcode/course-schedule/course-schedule.cpp diff --git a/lc/cousins-in-binary-tree/cousins-in-binary-tree.dart b/leetcode/cousins-in-binary-tree/cousins-in-binary-tree.dart diff --git a/lc/customer-placing-the-largest/customer-placing-the-largest-number-of-orders.sql b/leetcode/customer-placing-the-largest/customer-placing-the-largest-number-of-orders.sql diff --git a/lc/customers-who-bought-all-products/customers-who-bought-all.sql b/leetcode/customers-who-bought-all-products/customers-who-bought-all.sql diff --git a/lc/customers-who-never-order/customers-who-never-order.sql b/leetcode/customers-who-never-order/customers-who-never-order.sql diff --git a/lc/daily-leads-and-parners/daily-leads.sql b/leetcode/daily-leads-and-parners/daily-leads.sql diff --git a/lc/decode-ways/decode-ways.dart b/leetcode/decode-ways/decode-ways.dart diff --git a/lc/delete-characters-to-make-fancy-string/delete-characters-to-make-fancy-stringV1.py b/leetcode/delete-characters-to-make-fancy-string/delete-characters-to-make-fancy-stringV1.py diff --git a/lc/delete-duplicate-emails/delete-duplicate-emails.sql b/leetcode/delete-duplicate-emails/delete-duplicate-emails.sql diff --git a/lc/department-highest-salary/department-highest-salary.sql b/leetcode/department-highest-salary/department-highest-salary.sql diff --git a/lc/design-add-and-search-words-data-structure/design-add.py b/leetcode/design-add-and-search-words-data-structure/design-add.py diff --git a/lc/design-hashset/design-hashset.dart b/leetcode/design-hashset/design-hashset.dart diff --git a/lc/design-parking-system/design-parking-system.dart b/leetcode/design-parking-system/design-parking-system.dart diff --git a/lc/design-twitter/design-twitterV1.py b/leetcode/design-twitter/design-twitterV1.py diff --git a/lc/diameter-of-binary-tree/diameter-binary-tree.py b/leetcode/diameter-of-binary-tree/diameter-binary-tree.py diff --git a/lc/distribute-elements-into-two-arrays-i/distribute-elements-into-two-arrays-i.py b/leetcode/distribute-elements-into-two-arrays-i/distribute-elements-into-two-arrays-i.py diff --git a/lc/divide-two-integers/divide-two-integers-V2.dart b/leetcode/divide-two-integers/divide-two-integers-V2.dart diff --git a/lc/divide-two-integers/divide-two-integers.dart b/leetcode/divide-two-integers/divide-two-integers.dart diff --git a/lc/duplicate-emails/duplicate-emails.sql b/leetcode/duplicate-emails/duplicate-emails.sql diff --git a/lc/elimination-game/elimination-game.dart b/leetcode/elimination-game/elimination-game.dart diff --git a/lc/employee-bonus/employee-bonus.sql b/leetcode/employee-bonus/employee-bonus.sql diff --git a/lc/employees-earning-more-than-managers/employees-earning.sql b/leetcode/employees-earning-more-than-managers/employees-earning.sql diff --git a/lc/employees-reporting-to-managers/employees-reporting-to-managers.sql b/leetcode/employees-reporting-to-managers/employees-reporting-to-managers.sql diff --git a/lc/employees-whose-manager-left-the-company/managers-who-left-the-company.sql b/leetcode/employees-whose-manager-left-the-company/managers-who-left-the-company.sql diff --git a/lc/employees-with-missing-information/with-missing-info.sql b/leetcode/employees-with-missing-information/with-missing-info.sql diff --git a/lc/equal-row-and-column-pairs/equal-row-and-column-pairs.dart b/leetcode/equal-row-and-column-pairs/equal-row-and-column-pairs.dart diff --git a/lc/even-odd-tree/even-odd-tree.py b/leetcode/even-odd-tree/even-odd-tree.py diff --git a/lc/fibonacci-number/fibonacci-number.cpp b/leetcode/fibonacci-number/fibonacci-number.cpp diff --git a/lc/fibonacci-number/fibonacci-number.dart b/leetcode/fibonacci-number/fibonacci-number.dart diff --git a/lc/find-all-possible-recipes-from-given-supplies/find-all-possible-recipes-from-given-supplies.py b/leetcode/find-all-possible-recipes-from-given-supplies/find-all-possible-recipes-from-given-supplies.py diff --git a/lc/find-center-of-star-graph/find-center-of-star-graph.dart b/leetcode/find-center-of-star-graph/find-center-of-star-graph.dart diff --git a/lc/find-customer-referee/find-customer-referee.sql b/leetcode/find-customer-referee/find-customer-referee.sql diff --git a/lc/find-eventual-safe-states/find-eventual-safe-states.cpp b/leetcode/find-eventual-safe-states/find-eventual-safe-states.cpp diff --git a/lc/find-first-and-last-position-of-elements-in-sorted-array/first-and-last.dart b/leetcode/find-first-and-last-position-of-elements-in-sorted-array/first-and-last.dart diff --git a/lc/find-followers-count/find-followers-count.sql b/leetcode/find-followers-count/find-followers-count.sql diff --git a/lc/find-longest-harmonious-subsequence/find-longest.py b/leetcode/find-longest-harmonious-subsequence/find-longest.py diff --git a/lc/find-longest-harmonious-subsequence/find-longestV2.py b/leetcode/find-longest-harmonious-subsequence/find-longestV2.py diff --git a/lc/find-min-in-rotated-sorted-array/findMin.py b/leetcode/find-min-in-rotated-sorted-array/findMin.py diff --git a/lc/find-mode-in-binary-search-tree/mode-of-binary-tree.dart b/leetcode/find-mode-in-binary-search-tree/mode-of-binary-tree.dart diff --git a/lc/find-original-typed-string-i/find-original-i.py b/leetcode/find-original-typed-string-i/find-original-i.py diff --git a/lc/find-peak-element/find-peak-element.dart b/leetcode/find-peak-element/find-peak-element.dart diff --git a/lc/find-smallest-letter-greater-than-target/find-smallest-letter-greater-than-target.dart b/leetcode/find-smallest-letter-greater-than-target/find-smallest-letter-greater-than-target.dart diff --git a/lc/find-the-difference-of-two-array/difference-of-two-arrays.dart b/leetcode/find-the-difference-of-two-array/difference-of-two-arrays.dart diff --git a/lc/find-the-difference-of-two-array/difference-of-two-arraysV2.dart b/leetcode/find-the-difference-of-two-array/difference-of-two-arraysV2.dart diff --git a/lc/find-the-difference/find-the-difference.dart b/leetcode/find-the-difference/find-the-difference.dart diff --git a/lc/find-the-duplicate-number/find-duplicate.py b/leetcode/find-the-duplicate-number/find-duplicate.py diff --git a/lc/find-the-index-of-the-first-occurence/find-index-of-first-occurence.dart b/leetcode/find-the-index-of-the-first-occurence/find-index-of-first-occurence.dart diff --git a/lc/find-the-index-of-the-first-occurrence-in-a-string/find-the-iV1.py b/leetcode/find-the-index-of-the-first-occurrence-in-a-string/find-the-iV1.py diff --git a/lc/find-the-index-of-the-first-occurrence-in-a-string/find-the-iV2.py b/leetcode/find-the-index-of-the-first-occurrence-in-a-string/find-the-iV2.py diff --git a/lc/find-the-k-th-character-in-string-game-i/find-the-k-th-character-in-string-game-iV1.py b/leetcode/find-the-k-th-character-in-string-game-i/find-the-k-th-character-in-string-game-iV1.py diff --git a/lc/find-the-maximum-length-of-valid-subsequence-i/find-the-maximum-length-of-valid-subsequence-iV1.py b/leetcode/find-the-maximum-length-of-valid-subsequence-i/find-the-maximum-length-of-valid-subsequence-iV1.py diff --git a/lc/find-unique-binary-string/find-unique-binary-string.dart b/leetcode/find-unique-binary-string/find-unique-binary-string.dart diff --git a/lc/first-missing-positive/first-missing-positive.dart b/leetcode/first-missing-positive/first-missing-positive.dart diff --git a/lc/first-missing-positive/first-missing-positiveV1.py b/leetcode/first-missing-positive/first-missing-positiveV1.py diff --git a/lc/first-non-repeating-character/first-non-repeating.dart b/leetcode/first-non-repeating-character/first-non-repeating.dart diff --git a/lc/first-unique-character-in-a-string/first-unique-character.dart b/leetcode/first-unique-character-in-a-string/first-unique-character.dart diff --git a/lc/flatten-binary-tree-to-linked-list/flatten-binary-tree-to-linked-list.dart b/leetcode/flatten-binary-tree-to-linked-list/flatten-binary-tree-to-linked-list.dart diff --git a/lc/game-of-life/game-of-life.dart b/leetcode/game-of-life/game-of-life.dart diff --git a/lc/game-play-analysis/game-play-analysis.sql b/leetcode/game-play-analysis/game-play-analysis.sql diff --git a/lc/generate-parentheses/generate-parentheses.dart b/leetcode/generate-parentheses/generate-parentheses.dart diff --git a/lc/group-sold-products-by-the-date/group-sold-products-by-the-date.sql b/leetcode/group-sold-products-by-the-date/group-sold-products-by-the-date.sql diff --git a/lc/guess_number/guess-number-higher-or-lower.cpp b/leetcode/guess_number/guess-number-higher-or-lower.cpp diff --git a/lc/house-robber/house-robber-tle.dart b/leetcode/house-robber/house-robber-tle.dart diff --git a/lc/house-robber/house-robberV2.dart b/leetcode/house-robber/house-robberV2.dart diff --git a/lc/implement-queue/implement-queue.cpp b/leetcode/implement-queue/implement-queue.cpp diff --git a/lc/implement-stack-using-queues/stack-using-queues.js b/leetcode/implement-stack-using-queues/stack-using-queues.js diff --git a/lc/implement-trie/trie.py b/leetcode/implement-trie/trie.py diff --git a/lc/increasing-order-search-tree/increasing-order-search-tree.dart b/leetcode/increasing-order-search-tree/increasing-order-search-tree.dart diff --git a/lc/insert-interval/insert-intervalV1.py b/leetcode/insert-interval/insert-intervalV1.py diff --git a/lc/insert-interval/insert-intervalV2.py b/leetcode/insert-interval/insert-intervalV2.py diff --git a/lc/insertion-sort-list/insertion-sort-list.dart b/leetcode/insertion-sort-list/insertion-sort-list.dart diff --git a/lc/integer-to-roman/integer-to-roman.cpp b/leetcode/integer-to-roman/integer-to-roman.cpp diff --git a/lc/integer-to-roman/integer-to-romanV2Hash.cpp b/leetcode/integer-to-roman/integer-to-romanV2Hash.cpp diff --git a/lc/integer-to-roman/integer-to-romanV3Vector.cpp b/leetcode/integer-to-roman/integer-to-romanV3Vector.cpp diff --git a/lc/intersection-of-two-arrays/interesection-of-two-arrays.dart b/leetcode/intersection-of-two-arrays/interesection-of-two-arrays.dart diff --git a/lc/invalid-tweets/invalid-tweets.sql b/leetcode/invalid-tweets/invalid-tweets.sql diff --git a/lc/invert-binary-tree/invert-binary-tree.js b/leetcode/invert-binary-tree/invert-binary-tree.js diff --git a/lc/invert-binary-tree/invert-binary-tree.py b/leetcode/invert-binary-tree/invert-binary-tree.py diff --git a/lc/jewels-and-stones/jewels-and-stones.dart b/leetcode/jewels-and-stones/jewels-and-stones.dart diff --git a/lc/jump-game-ii/jump-game-ii.dart b/leetcode/jump-game-ii/jump-game-ii.dart diff --git a/lc/jump-game/jump-game.dart b/leetcode/jump-game/jump-game.dart diff --git a/lc/jump-game/jump-gameV2.dart b/leetcode/jump-game/jump-gameV2.dart diff --git a/lc/k-closest-points-to-origin/k-closest-points-to-originV1.py b/leetcode/k-closest-points-to-origin/k-closest-points-to-originV1.py diff --git a/lc/koko-eating-bananas/eating.py b/leetcode/koko-eating-bananas/eating.py diff --git a/lc/kth-largest-element-in-a-stream/kth-largest-element-in-a-streamV1.py b/leetcode/kth-largest-element-in-a-stream/kth-largest-element-in-a-streamV1.py diff --git a/lc/kth-largest-element-in-a-stream/kth-largest-element-in-a-streamV2.py b/leetcode/kth-largest-element-in-a-stream/kth-largest-element-in-a-streamV2.py diff --git a/lc/kth-largest-element-in-a-stream/kth-largest-element-in-a-streamV3.py b/leetcode/kth-largest-element-in-a-stream/kth-largest-element-in-a-streamV3.py diff --git a/lc/kth-largest-element-in-a-stream/kth-largest-element-in-a-streamV4.py b/leetcode/kth-largest-element-in-a-stream/kth-largest-element-in-a-streamV4.py diff --git a/lc/kth-largest-element-in-a-stream/kth-largest-element-in-a-streamV5.py b/leetcode/kth-largest-element-in-a-stream/kth-largest-element-in-a-streamV5.py diff --git a/lc/kth-largest-element-in-an-array/kth-largest-element-in-an-arrayV1.cpp b/leetcode/kth-largest-element-in-an-array/kth-largest-element-in-an-arrayV1.cpp diff --git a/lc/kth-largest-element-in-an-array/kth-largest-element-in-an-arrayV1.py b/leetcode/kth-largest-element-in-an-array/kth-largest-element-in-an-arrayV1.py diff --git a/lc/kth-largest-element-in-an-array/kth-largest-element-in-an-arrayV2.cpp b/leetcode/kth-largest-element-in-an-array/kth-largest-element-in-an-arrayV2.cpp diff --git a/lc/kth-largest-element-in-an-array/kth-largest-element-in-an-arrayV2.py b/leetcode/kth-largest-element-in-an-array/kth-largest-element-in-an-arrayV2.py diff --git a/lc/kth-largest-element/kth-largest-element.cpp b/leetcode/kth-largest-element/kth-largest-element.cpp diff --git a/lc/kth-largest-element/kth-largest-elementV2.cpp b/leetcode/kth-largest-element/kth-largest-elementV2.cpp diff --git a/lc/kth-smallest-element-in-a-bst/kth-smallest.py b/leetcode/kth-smallest-element-in-a-bst/kth-smallest.py diff --git a/lc/largest-odd-number-in-string/largest-odd-number-in-string.dart b/leetcode/largest-odd-number-in-string/largest-odd-number-in-string.dart diff --git a/lc/last-stone-weight/last-stone-weightV1.py b/leetcode/last-stone-weight/last-stone-weightV1.py diff --git a/lc/length-of-last-word/length-of-last-word.cpp b/leetcode/length-of-last-word/length-of-last-word.cpp diff --git a/lc/length-of-last-word/length-of-last-word.dart b/leetcode/length-of-last-word/length-of-last-word.dart diff --git a/lc/letter-combinations-of-a-phone-number/letter-combinations-of-a-phone-number.dart b/leetcode/letter-combinations-of-a-phone-number/letter-combinations-of-a-phone-number.dart diff --git a/lc/letter-combinations-of-a-phone-number/letter-combinations-of-a-phone-numberV1.py b/leetcode/letter-combinations-of-a-phone-number/letter-combinations-of-a-phone-numberV1.py diff --git a/lc/linked-list-cycle/linked-list-cycle.js b/leetcode/linked-list-cycle/linked-list-cycle.js diff --git a/lc/linked-list-cycle/linked-list-cycle.py b/leetcode/linked-list-cycle/linked-list-cycle.py diff --git a/lc/linked-list-cycle/linked-list-cycleV2.py b/leetcode/linked-list-cycle/linked-list-cycleV2.py diff --git a/lc/list-the-products-ordered-in-period/list-the-products.sql b/leetcode/list-the-products-ordered-in-period/list-the-products.sql diff --git a/lc/longest-common-prefix/longest-common-prefix.cpp b/leetcode/longest-common-prefix/longest-common-prefix.cpp diff --git a/lc/longest-consecutive-sequence/longest-consecutive-sequence-v2.py b/leetcode/longest-consecutive-sequence/longest-consecutive-sequence-v2.py diff --git a/lc/longest-consecutive-sequence/longest-consecutive-sequence-v3.py b/leetcode/longest-consecutive-sequence/longest-consecutive-sequence-v3.py diff --git a/lc/longest-consecutive-sequence/longest-consecutive-sequence.py b/leetcode/longest-consecutive-sequence/longest-consecutive-sequence.py diff --git a/lc/longest-increasing-subsequence/longest-increasing-subsequence.dart b/leetcode/longest-increasing-subsequence/longest-increasing-subsequence.dart diff --git a/lc/longest-palindromic-substring/longest-palindromic-substring.dart b/leetcode/longest-palindromic-substring/longest-palindromic-substring.dart diff --git a/lc/longest-palindromic-substring/longest-palindromic-substring.py b/leetcode/longest-palindromic-substring/longest-palindromic-substring.py diff --git a/lc/longest-repeating-character-replacement/longest-repeating.py b/leetcode/longest-repeating-character-replacement/longest-repeating.py diff --git a/lc/longest-subarray-of-1s-after-deleting-one-element/longest-subarray-of-1s-after-deleting-one-element.py b/leetcode/longest-subarray-of-1s-after-deleting-one-element/longest-subarray-of-1s-after-deleting-one-element.py diff --git a/lc/longest-substring-without-repeating-characters/longest-substring-recursive.py b/leetcode/longest-substring-without-repeating-characters/longest-substring-recursive.py diff --git a/lc/longest-substring-without-repeating-characters/longest-substring.py b/leetcode/longest-substring-without-repeating-characters/longest-substring.py diff --git a/lc/longest-valid-parentheses/longest-valid-parentheses.js b/leetcode/longest-valid-parentheses/longest-valid-parentheses.js diff --git a/lc/longest-zigzag-path/longest-zigzag-path.dart b/leetcode/longest-zigzag-path/longest-zigzag-path.dart diff --git a/lc/lowest-common-ancestor-of-a-binary-search-tree/lowest.py b/leetcode/lowest-common-ancestor-of-a-binary-search-tree/lowest.py diff --git a/lc/lru-cache/lru-cacheV1.py b/leetcode/lru-cache/lru-cacheV1.py diff --git a/lc/majority-element-ii/majority-element-ii.dart b/leetcode/majority-element-ii/majority-element-ii.dart diff --git a/lc/majority-element/majority.cpp b/leetcode/majority-element/majority.cpp diff --git a/lc/matrix-diagonal-sum/diagonal-sum.dart b/leetcode/matrix-diagonal-sum/diagonal-sum.dart diff --git a/lc/max-area-of-island/max-area-of-islandV1.py b/leetcode/max-area-of-island/max-area-of-islandV1.py diff --git a/lc/max-dotproduct-of-subsequences/MaxDotProductOfTwoSubsequences.py b/leetcode/max-dotproduct-of-subsequences/MaxDotProductOfTwoSubsequences.py diff --git a/lc/maximum-depth/maximum-depth.dart b/leetcode/maximum-depth/maximum-depth.dart diff --git a/lc/maximum-depth/maximum-depth.py b/leetcode/maximum-depth/maximum-depth.py diff --git a/lc/maximum-difference-between-adjacent-elements-in-a-circular-array/max-diff.py b/leetcode/maximum-difference-between-adjacent-elements-in-a-circular-array/max-diff.py diff --git a/lc/maximum-difference-by-remapping-a-digit/max-diff.py b/leetcode/maximum-difference-by-remapping-a-digit/max-diff.py diff --git a/lc/maximum-gap/maximum-gap.dart b/leetcode/maximum-gap/maximum-gap.dart diff --git a/lc/maximum-level-sum-of-a-binary-tree/max-level-sum-of-binary-tree.dart b/leetcode/maximum-level-sum-of-a-binary-tree/max-level-sum-of-binary-tree.dart diff --git a/lc/maximum-number-of-moves-in-a-grid/maximum-number-of-moves-in-a-grid.dart b/leetcode/maximum-number-of-moves-in-a-grid/maximum-number-of-moves-in-a-grid.dart diff --git a/lc/maximum-number-of-vowels-in-a-substring/max-vowels-in-substring.dart b/leetcode/maximum-number-of-vowels-in-a-substring/max-vowels-in-substring.dart diff --git a/lc/maximum-odd-binary-number/maximum-odd-binary-number.py b/leetcode/maximum-odd-binary-number/maximum-odd-binary-number.py diff --git a/lc/maximum-odd-binary-number/maximum-odd-binary-numberV2.py b/leetcode/maximum-odd-binary-number/maximum-odd-binary-numberV2.py diff --git a/lc/maximum-product-subarray/maximum-product-subarray.dart b/leetcode/maximum-product-subarray/maximum-product-subarray.dart diff --git a/lc/maximum-subarray/maximum-subarray.cpp b/leetcode/maximum-subarray/maximum-subarray.cpp diff --git a/lc/maximum-subarray/maximum-subarray.dart b/leetcode/maximum-subarray/maximum-subarray.dart diff --git a/lc/maximum-subarray/maximum-subarrayV2.cpp b/leetcode/maximum-subarray/maximum-subarrayV2.cpp diff --git a/lc/maximum-subsequence-score/maximum-subsequence-score.dart b/leetcode/maximum-subsequence-score/maximum-subsequence-score.dart diff --git a/lc/maximum-twin-sum-of-a-linked-list/maximum-twin-sum-of-a-linked-list.dart b/leetcode/maximum-twin-sum-of-a-linked-list/maximum-twin-sum-of-a-linked-list.dart diff --git a/lc/median-of-sorted-arrays/median-of-sorted-array.cpp b/leetcode/median-of-sorted-arrays/median-of-sorted-array.cpp diff --git a/lc/merge-intervals/merge-intervalsV1.py b/leetcode/merge-intervals/merge-intervalsV1.py diff --git a/lc/merge-k-sorted-lists/merge-k-sorted-lists.dart b/leetcode/merge-k-sorted-lists/merge-k-sorted-lists.dart diff --git a/lc/merge-nodes-in-between-zeroes/merge-nodes-between-zeroes.dart b/leetcode/merge-nodes-in-between-zeroes/merge-nodes-between-zeroes.dart diff --git a/lc/merge-sorted-array/merge-sorted-arrays.dart b/leetcode/merge-sorted-array/merge-sorted-arrays.dart diff --git a/lc/merge-two-sorted-lists/merge-two-sorted-lists.dart b/leetcode/merge-two-sorted-lists/merge-two-sorted-lists.dart diff --git a/lc/merge-two-sorted-lists/merge-two-sorted-lists.js b/leetcode/merge-two-sorted-lists/merge-two-sorted-lists.js diff --git a/lc/merge-two-sorted-lists/merge-two-sorted-lists.py b/leetcode/merge-two-sorted-lists/merge-two-sorted-lists.py diff --git a/lc/merge-two-sorted-lists/merge-two-sorted-listsV2.dart b/leetcode/merge-two-sorted-lists/merge-two-sorted-listsV2.dart diff --git a/lc/mice-and-cheese/mice-and-cheese.py b/leetcode/mice-and-cheese/mice-and-cheese.py diff --git a/lc/middle-of-linked-list/middle-of-linked-list.dart b/leetcode/middle-of-linked-list/middle-of-linked-list.dart diff --git a/lc/min-cost-climbing-stairs/min-cost-climbing-stairs.dart b/leetcode/min-cost-climbing-stairs/min-cost-climbing-stairs.dart diff --git a/lc/min-cost-to-connect-all-points/min-cost-to-connect-all-points.py b/leetcode/min-cost-to-connect-all-points/min-cost-to-connect-all-points.py diff --git a/lc/minimum-absolute-difference-in-bst/min-diff-in-bst.dart b/leetcode/minimum-absolute-difference-in-bst/min-diff-in-bst.dart diff --git a/lc/minimum-cost-for-tickets/minimum-cost-for-tickets.dart b/leetcode/minimum-cost-for-tickets/minimum-cost-for-tickets.dart diff --git a/lc/minimum-depth-of-binary-tree/minimum-depth.js b/leetcode/minimum-depth-of-binary-tree/minimum-depth.js diff --git a/lc/minimum-height-trees/minimum-height-trees.cpp b/leetcode/minimum-height-trees/minimum-height-trees.cpp diff --git a/lc/minimum-number-of-work-sessions-to-finish-the-tasks/minimum-number-of-work-sessions.dart b/leetcode/minimum-number-of-work-sessions-to-finish-the-tasks/minimum-number-of-work-sessions.dart diff --git a/lc/minimum-path-sum/minimum-path-sum.dart b/leetcode/minimum-path-sum/minimum-path-sum.dart diff --git a/lc/minimum-size-subarray-sum/minimum-size-subarray-sum-v2.py b/leetcode/minimum-size-subarray-sum/minimum-size-subarray-sum-v2.py diff --git a/lc/minimum-size-subarray-sum/minimum-size-subarray-sum.py b/leetcode/minimum-size-subarray-sum/minimum-size-subarray-sum.py diff --git a/lc/minimum-sum-of-four-digit-number-after-splitting-digits/minimum-sum.dart b/leetcode/minimum-sum-of-four-digit-number-after-splitting-digits/minimum-sum.dart diff --git a/lc/minimum-time-to-visit-a-cell-in-a-grid/minimum-time-to-visit.dart b/leetcode/minimum-time-to-visit-a-cell-in-a-grid/minimum-time-to-visit.dart diff --git a/lc/missing-number/missing-number.cpp b/leetcode/missing-number/missing-number.cpp diff --git a/lc/missing-number/missing-numberV1.py b/leetcode/missing-number/missing-numberV1.py diff --git a/lc/missing-number/missing-numberV2.cpp b/leetcode/missing-number/missing-numberV2.cpp diff --git a/lc/most-water/most-water.cpp b/leetcode/most-water/most-water.cpp diff --git a/lc/n-queens/n-queens.dart b/leetcode/n-queens/n-queens.dart diff --git a/lc/nearest-available-drone/nearest-available-drone.py b/leetcode/nearest-available-drone/nearest-available-drone.py diff --git a/lc/new-21-game/new-21-game-v2.py b/leetcode/new-21-game/new-21-game-v2.py diff --git a/lc/new-21-game/new-21-game-v3.py b/leetcode/new-21-game/new-21-game-v3.py diff --git a/lc/new-21-game/new-21-game.py b/leetcode/new-21-game/new-21-game.py diff --git a/lc/non-overlapping-intervals/non-overlapping-intervalsV1.py b/leetcode/non-overlapping-intervals/non-overlapping-intervalsV1.py diff --git a/lc/non-overlapping-intervals/non-overlapping-intervalsV2.py b/leetcode/non-overlapping-intervals/non-overlapping-intervalsV2.py diff --git a/lc/not-boring-movies/not-boring-movies.sql b/leetcode/not-boring-movies/not-boring-movies.sql diff --git a/lc/number-of-1-bits/number-of-1-bitsV1.py b/leetcode/number-of-1-bits/number-of-1-bitsV1.py diff --git a/lc/number-of-1-bits/number-of-1-bitsV2.py b/leetcode/number-of-1-bits/number-of-1-bitsV2.py diff --git a/lc/number-of-good-pairs/number-of-good-pairs.dart b/leetcode/number-of-good-pairs/number-of-good-pairs.dart diff --git a/lc/number-of-islands/number-of-islands.dart b/leetcode/number-of-islands/number-of-islands.dart diff --git a/lc/number-of-islands/number-of-islandsV1.py b/leetcode/number-of-islands/number-of-islandsV1.py diff --git a/lc/number-of-islands/number-of-islandsV2.dart b/leetcode/number-of-islands/number-of-islandsV2.dart diff --git a/lc/number-of-provinces/number-of-provinces-v2.cpp b/leetcode/number-of-provinces/number-of-provinces-v2.cpp diff --git a/lc/number-of-provinces/number-of-provinces.cpp b/leetcode/number-of-provinces/number-of-provinces.cpp diff --git a/lc/number-of-provinces/number-of-provinces.dart b/leetcode/number-of-provinces/number-of-provinces.dart diff --git a/lc/number-of-unique-subjects-taught-by-each-teacher/number-of-subjects-by-teacher.sql b/leetcode/number-of-unique-subjects-taught-by-each-teacher/number-of-subjects-by-teacher.sql diff --git a/lc/odd-even-linked-list/odd-even-linked-list.dart b/leetcode/odd-even-linked-list/odd-even-linked-list.dart diff --git a/lc/palindrome-linked-list/palindrome-linked-list.dart b/leetcode/palindrome-linked-list/palindrome-linked-list.dart diff --git a/lc/palindrome-number/palindrome-number.cpp b/leetcode/palindrome-number/palindrome-number.cpp diff --git a/lc/palindrome-number/palindrome-number.py b/leetcode/palindrome-number/palindrome-number.py diff --git a/lc/palindrome-number/palindrome-numberV2.cpp b/leetcode/palindrome-number/palindrome-numberV2.cpp diff --git a/lc/palindrome-partitioning/palindrome-partitioningV1.py b/leetcode/palindrome-partitioning/palindrome-partitioningV1.py diff --git a/lc/palindromic-substrings/palindromic-substrings.cpp b/leetcode/palindromic-substrings/palindromic-substrings.cpp diff --git a/lc/pascals-triangle-ii/pascals-triangle-ii.dart b/leetcode/pascals-triangle-ii/pascals-triangle-ii.dart diff --git a/lc/pascals-triangle/pascals-triangle.dart b/leetcode/pascals-triangle/pascals-triangle.dart diff --git a/lc/path-sum-ii/path-sum-ii.dart b/leetcode/path-sum-ii/path-sum-ii.dart diff --git a/lc/path-sum-iii/path-sum-iii.dart b/leetcode/path-sum-iii/path-sum-iii.dart diff --git a/lc/path-sum/path-sum.dart b/leetcode/path-sum/path-sum.dart diff --git a/lc/path-with-maximum-gold/path-with-maximum-gold.dart b/leetcode/path-with-maximum-gold/path-with-maximum-gold.dart diff --git a/lc/patients-with-a-condition/patients-with-a-condition.sql b/leetcode/patients-with-a-condition/patients-with-a-condition.sql diff --git a/lc/percentage-of-users-attended-a-contest/percent-attended.sql b/leetcode/percentage-of-users-attended-a-contest/percent-attended.sql diff --git a/lc/permutation-in-string/perm-in-string.py b/leetcode/permutation-in-string/perm-in-string.py diff --git a/lc/permutations-ii/permutations-ii.cpp b/leetcode/permutations-ii/permutations-ii.cpp diff --git a/lc/permutations-ii/permutations-ii.dart b/leetcode/permutations-ii/permutations-ii.dart diff --git a/lc/permutations-ii/permutations-ii.py b/leetcode/permutations-ii/permutations-ii.py diff --git a/lc/permutations/permutations.dart b/leetcode/permutations/permutations.dart diff --git a/lc/permutations/permutationsV1.py b/leetcode/permutations/permutationsV1.py diff --git a/lc/plus-one/plus-one.dart b/leetcode/plus-one/plus-one.dart diff --git a/lc/power-of-two/power-of-two.dart b/leetcode/power-of-two/power-of-two.dart diff --git a/lc/powx-n/powx-n.dart b/leetcode/powx-n/powx-n.dart diff --git a/lc/primary-department-for-each-employee/primary-department.sql b/leetcode/primary-department-for-each-employee/primary-department.sql diff --git a/lc/product-of-array-except-self/product-of-array-except-self.cpp b/leetcode/product-of-array-except-self/product-of-array-except-self.cpp diff --git a/lc/product-sales-analysis-iii/product-sales-analysis-iii.sql b/leetcode/product-sales-analysis-iii/product-sales-analysis-iii.sql diff --git a/lc/project-employees-i/project-employees.sql b/leetcode/project-employees-i/project-employees.sql diff --git a/lc/range-sum-of-bst/range-sum-of-bst.dart b/leetcode/range-sum-of-bst/range-sum-of-bst.dart diff --git a/lc/range-sum-query-immutable/range-sum-query-immutable.cpp b/leetcode/range-sum-query-immutable/range-sum-query-immutable.cpp diff --git a/lc/range-sum-query-mutable/range-sum-query-mutable-v2.py b/leetcode/range-sum-query-mutable/range-sum-query-mutable-v2.py diff --git a/lc/range-sum-query-mutable/range-sum-query-mutable.py b/leetcode/range-sum-query-mutable/range-sum-query-mutable.py diff --git a/lc/rank-scores/rank-scores.sql b/leetcode/rank-scores/rank-scores.sql diff --git a/lc/recyclable-and-low-fat/recyclable-and-low-fat.sql b/leetcode/recyclable-and-low-fat/recyclable-and-low-fat.sql diff --git a/lc/redundant-connection/redundant-connection.cpp b/leetcode/redundant-connection/redundant-connection.cpp diff --git a/lc/regular-expression-matching/regular-expression-matching.dart b/leetcode/regular-expression-matching/regular-expression-matching.dart diff --git a/lc/remove-all-occurences-of-a-substring/remove-all-lazy.dart b/leetcode/remove-all-occurences-of-a-substring/remove-all-lazy.dart diff --git a/lc/remove-all-occurences-of-a-substring/remove-all.dart b/leetcode/remove-all-occurences-of-a-substring/remove-all.dart diff --git a/lc/remove-duplicates-from-sorted-array/remove-duplicates.dart b/leetcode/remove-duplicates-from-sorted-array/remove-duplicates.dart diff --git a/lc/remove-duplicates-from-sorted-array/remove-duplicates.js b/leetcode/remove-duplicates-from-sorted-array/remove-duplicates.js diff --git a/lc/remove-duplicates-from-sorted-array/remove-duplicates.py b/leetcode/remove-duplicates-from-sorted-array/remove-duplicates.py diff --git a/lc/remove-duplicates-from-sorted-array/remove-duplicatesV2.js b/leetcode/remove-duplicates-from-sorted-array/remove-duplicatesV2.js diff --git a/lc/remove-duplicates-from-sorted-list/remove-duplicates.dart b/leetcode/remove-duplicates-from-sorted-list/remove-duplicates.dart diff --git a/lc/remove-element/remove-element.cpp b/leetcode/remove-element/remove-element.cpp diff --git a/lc/remove-linked-list-elements/remove-elements.js b/leetcode/remove-linked-list-elements/remove-elements.js diff --git a/lc/remove-nodes-from-linked-list/remove-nodes-from-linked-list.dart b/leetcode/remove-nodes-from-linked-list/remove-nodes-from-linked-list.dart diff --git a/lc/remove-nth-node-from-end/remove-nth.py b/leetcode/remove-nth-node-from-end/remove-nth.py diff --git a/lc/remove-nth-node/remove-nth-node-from-end.cpp b/leetcode/remove-nth-node/remove-nth-node-from-end.cpp diff --git a/lc/remove-trailing-zeroes/remove-trailing-zeroes.cpp b/leetcode/remove-trailing-zeroes/remove-trailing-zeroes.cpp diff --git a/lc/reorder-list/reorder-list.dart b/leetcode/reorder-list/reorder-list.dart diff --git a/lc/reorder-list/reorder-list.py b/leetcode/reorder-list/reorder-list.py diff --git a/lc/replace-employee-id-with-the-unique-identifier/replace-employee-id.sql b/leetcode/replace-employee-id-with-the-unique-identifier/replace-employee-id.sql diff --git a/lc/reverse-integer/reverse-integer-2.cpp b/leetcode/reverse-integer/reverse-integer-2.cpp diff --git a/lc/reverse-integer/reverse-integer.cpp b/leetcode/reverse-integer/reverse-integer.cpp diff --git a/lc/reverse-linked-list-ii/reverse-linked-list-ii.dart b/leetcode/reverse-linked-list-ii/reverse-linked-list-ii.dart diff --git a/lc/reverse-linked-list/reverse-list.dart b/leetcode/reverse-linked-list/reverse-list.dart diff --git a/lc/reverse-linked-list/reverse-list.py b/leetcode/reverse-linked-list/reverse-list.py diff --git a/lc/reverse-words-in-a-string/reverse-words-in-a-string.dart b/leetcode/reverse-words-in-a-string/reverse-words-in-a-string.dart diff --git a/lc/rising-temperature/rising-temp.sql b/leetcode/rising-temperature/rising-temp.sql diff --git a/lc/roman-to-integer/roman-to-integer.cpp b/leetcode/roman-to-integer/roman-to-integer.cpp diff --git a/lc/rotate-array/rotate-array.dart b/leetcode/rotate-array/rotate-array.dart diff --git a/lc/rotate-image/rotate-image.dart b/leetcode/rotate-image/rotate-image.dart diff --git a/lc/rotate-list/rotate-list.dart b/leetcode/rotate-list/rotate-list.dart diff --git a/lc/sales-person/sales-person.sql b/leetcode/sales-person/sales-person.sql diff --git a/lc/same-tree/same-tree.dart b/leetcode/same-tree/same-tree.dart diff --git a/lc/same-tree/same-tree.py b/leetcode/same-tree/same-tree.py diff --git a/lc/search-a-2d-matrix/search-a-2d-matrix.dart b/leetcode/search-a-2d-matrix/search-a-2d-matrix.dart diff --git a/lc/search-a-2d-matrix/search-a-2d-matrix.py b/leetcode/search-a-2d-matrix/search-a-2d-matrix.py diff --git a/lc/search-a-2d-matrix/search-a-2d-matrixV2.dart b/leetcode/search-a-2d-matrix/search-a-2d-matrixV2.dart diff --git a/lc/search-in-rotated-array/search-in-roatated-array.dart b/leetcode/search-in-rotated-array/search-in-roatated-array.dart diff --git a/lc/search-in-rotated-sorted-array/searchArray.py b/leetcode/search-in-rotated-sorted-array/searchArray.py diff --git a/lc/search-insert-position/search-insert-position.cpp b/leetcode/search-insert-position/search-insert-position.cpp diff --git a/lc/search-insert-position/search-insert-position.dart b/leetcode/search-insert-position/search-insert-position.dart diff --git a/lc/second-highest-salary/second-highest-salary.sql b/leetcode/second-highest-salary/second-highest-salary.sql diff --git a/lc/set-matrix-zeroes/set-matrix-zeroes.dart b/leetcode/set-matrix-zeroes/set-matrix-zeroes.dart diff --git a/lc/shortest-and-lexicographically-smallest-beautiful-string/shortest-and-lexicographically-smallest-beautiful-string.cpp b/leetcode/shortest-and-lexicographically-smallest-beautiful-string/shortest-and-lexicographically-smallest-beautiful-string.cpp diff --git a/lc/shortest-bridge/shortest-bridge.dart b/leetcode/shortest-bridge/shortest-bridge.dart diff --git a/lc/shortest-path/shortest-path.dart b/leetcode/shortest-path/shortest-path.dart diff --git a/lc/shortest-path/shortest-pathV2.dart b/leetcode/shortest-path/shortest-pathV2.dart diff --git a/lc/shuffle-the-array/shuffle-the-array.js b/leetcode/shuffle-the-array/shuffle-the-array.js diff --git a/lc/sign-of-product-of-array/sign-of-productV1.dart b/leetcode/sign-of-product-of-array/sign-of-productV1.dart diff --git a/lc/sign-of-product-of-array/sign-of-productV2.dart b/leetcode/sign-of-product-of-array/sign-of-productV2.dart diff --git a/lc/similar-string-groups/similar-string-groups.js b/leetcode/similar-string-groups/similar-string-groups.js diff --git a/lc/single-number/single-number.cpp b/leetcode/single-number/single-number.cpp diff --git a/lc/single-number/single-number.py b/leetcode/single-number/single-number.py diff --git a/lc/single-number/single-numberV2.cpp b/leetcode/single-number/single-numberV2.cpp diff --git a/lc/smallest-missing-multiple-of-k/smallest-missing-multiple-of-k-v2.py b/leetcode/smallest-missing-multiple-of-k/smallest-missing-multiple-of-k-v2.py diff --git a/lc/smallest-missing-multiple-of-k/smallest-missing-multiple-of-k.py b/leetcode/smallest-missing-multiple-of-k/smallest-missing-multiple-of-k.py diff --git a/lc/snapshot-array/snapshot-array.dart b/leetcode/snapshot-array/snapshot-array.dart diff --git a/lc/solving-questions-with-brainpower/solving-questions-with-brainpower.dart b/leetcode/solving-questions-with-brainpower/solving-questions-with-brainpower.dart diff --git a/lc/solving-questions-with-brainpower/solving-questions-with-brainpowerV2.dart b/leetcode/solving-questions-with-brainpower/solving-questions-with-brainpowerV2.dart diff --git a/lc/solving-questions-with-brainpower/solving-questionsV3.dart b/leetcode/solving-questions-with-brainpower/solving-questionsV3.dart diff --git a/lc/sort-an-array/sort-an-array.cpp b/leetcode/sort-an-array/sort-an-array.cpp diff --git a/lc/sort-an-array/sort-an-array.dart b/leetcode/sort-an-array/sort-an-array.dart diff --git a/lc/sort-array-by-increasing-frequency/sort-array-by-increasing-frequency.dart b/leetcode/sort-array-by-increasing-frequency/sort-array-by-increasing-frequency.dart diff --git a/lc/sort-characters-by-frequency/sort-characters-by-freqency.dart b/leetcode/sort-characters-by-frequency/sort-characters-by-freqency.dart diff --git a/lc/sort-colors/sort-colors.dart b/leetcode/sort-colors/sort-colors.dart diff --git a/lc/sort-list/sort-list.cpp b/leetcode/sort-list/sort-list.cpp diff --git a/lc/soup-serving/soup-serving.dart b/leetcode/soup-serving/soup-serving.dart diff --git a/lc/spiral-matrix-ii/spiral-matrix-ii.dart b/leetcode/spiral-matrix-ii/spiral-matrix-ii.dart diff --git a/lc/spiral-matrix-iv/spiral-matrix-iv.dart b/leetcode/spiral-matrix-iv/spiral-matrix-iv.dart diff --git a/lc/spiral-matrix/spiral-matrix.dart b/leetcode/spiral-matrix/spiral-matrix.dart diff --git a/lc/sqrtx/sqrtx.dart b/leetcode/sqrtx/sqrtx.dart diff --git a/lc/squares-of-a-sorted-array/squares-of-a-sorted-array.py b/leetcode/squares-of-a-sorted-array/squares-of-a-sorted-array.py diff --git a/lc/students-and-examinations/students-and-examintions.sql b/leetcode/students-and-examinations/students-and-examintions.sql diff --git a/lc/subsets-ii/subsets-ii.dart b/leetcode/subsets-ii/subsets-ii.dart diff --git a/lc/subsets-ii/subsets-iiV1.py b/leetcode/subsets-ii/subsets-iiV1.py diff --git a/lc/subsets-ii/subsets-iiV2.py b/leetcode/subsets-ii/subsets-iiV2.py diff --git a/lc/subsets/subsets.cpp b/leetcode/subsets/subsets.cpp diff --git a/lc/subsets/subsets.dart b/leetcode/subsets/subsets.dart diff --git a/lc/sudoku-solver/sudoku-solver.dart b/leetcode/sudoku-solver/sudoku-solver.dart diff --git a/lc/sum-of-left-leaves/sum-of-left-leaves.dart b/leetcode/sum-of-left-leaves/sum-of-left-leaves.dart diff --git a/lc/swap-nodes-in-pairs/swap.cpp b/leetcode/swap-nodes-in-pairs/swap.cpp diff --git a/lc/swap-nodes-in-pairs/swap.py b/leetcode/swap-nodes-in-pairs/swap.py diff --git a/lc/swap-nodes/swap-nodes.dart b/leetcode/swap-nodes/swap-nodes.dart diff --git a/lc/swap-nodes/swap-nodes.js b/leetcode/swap-nodes/swap-nodes.js diff --git a/lc/swap-salary/swap-salary.sql b/leetcode/swap-salary/swap-salary.sql diff --git a/lc/swapping-nodes-in-a-linked-list/swapping-nodes-in-a-linked-list.dart b/leetcode/swapping-nodes-in-a-linked-list/swapping-nodes-in-a-linked-list.dart diff --git a/lc/symetric-tree/symetric-tree.js b/leetcode/symetric-tree/symetric-tree.js diff --git a/lc/target-sum/target-sum.dart b/leetcode/target-sum/target-sum.dart diff --git a/lc/target-sum/target-sumV2.dart b/leetcode/target-sum/target-sumV2.dart diff --git a/lc/task-scheduler/task-schedulerV1.py b/leetcode/task-scheduler/task-schedulerV1.py diff --git a/lc/task-scheduler/task-schedulerV2.py b/leetcode/task-scheduler/task-schedulerV2.py diff --git a/lc/the-k-weakest-rows-in-a-matrix/the-k-weakest-rows-in-a-matrix.dart b/leetcode/the-k-weakest-rows-in-a-matrix/the-k-weakest-rows-in-a-matrix.dart diff --git a/lc/the-kth-factor-of-n/the-kth-factor-of-n.dart b/leetcode/the-kth-factor-of-n/the-kth-factor-of-n.dart diff --git a/lc/time-based-key-value-store/time-based.py b/leetcode/time-based-key-value-store/time-based.py diff --git a/lc/top-k-frequent-elements/top-k-frequent-elements-v1.dart b/leetcode/top-k-frequent-elements/top-k-frequent-elements-v1.dart diff --git a/lc/top-k-frequent-words/top-k-frequent-words-v2.py b/leetcode/top-k-frequent-words/top-k-frequent-words-v2.py diff --git a/lc/top-k-frequent-words/top-k-frequent-words.dart b/leetcode/top-k-frequent-words/top-k-frequent-words.dart diff --git a/lc/top-k-frequent-words/top-k-frequent-words.py b/leetcode/top-k-frequent-words/top-k-frequent-words.py diff --git a/lc/transpose/transpose.py b/leetcode/transpose/transpose.py diff --git a/lc/triangle-judgement/triangle-judgement.sql b/leetcode/triangle-judgement/triangle-judgement.sql diff --git a/lc/triangle/triangle.dart b/leetcode/triangle/triangle.dart diff --git a/lc/two-best-non-overlapping-events/non-overlapping-v2.cpp b/leetcode/two-best-non-overlapping-events/non-overlapping-v2.cpp diff --git a/lc/two-best-non-overlapping-events/non-overlapping.cpp b/leetcode/two-best-non-overlapping-events/non-overlapping.cpp diff --git a/lc/two-sums/two-sum.dart b/leetcode/two-sums/two-sum.dart diff --git a/lc/two-sums/two-sum.js b/leetcode/two-sums/two-sum.js diff --git a/lc/two-sums/two-sumV2.dart b/leetcode/two-sums/two-sumV2.dart diff --git a/lc/two-sums/two-sums.cpp b/leetcode/two-sums/two-sums.cpp diff --git a/lc/two-sums/two-sums.py b/leetcode/two-sums/two-sums.py diff --git a/lc/two-sums/two-sumsV2.cpp b/leetcode/two-sums/two-sumsV2.cpp diff --git a/lc/two-sums/two-sumsV2.py b/leetcode/two-sums/two-sumsV2.py diff --git a/lc/two-sums/two-sumsV3-hashtable.cpp b/leetcode/two-sums/two-sumsV3-hashtable.cpp diff --git a/lc/unique-binary-search-trees/unique-binary-search-trees.dart b/leetcode/unique-binary-search-trees/unique-binary-search-trees.dart diff --git a/lc/unique-binary-search-trees/unique-binary-search-treesV2.dart b/leetcode/unique-binary-search-trees/unique-binary-search-treesV2.dart diff --git a/lc/unique-paths-ii/unique-paths-ii.dart b/leetcode/unique-paths-ii/unique-paths-ii.dart diff --git a/lc/unique-paths-iii/unique-paths-iii.dart b/leetcode/unique-paths-iii/unique-paths-iii.dart diff --git a/lc/unique-paths/unique-paths.dart b/leetcode/unique-paths/unique-paths.dart diff --git a/lc/unique-paths/unique-pathsV2.dart b/leetcode/unique-paths/unique-pathsV2.dart diff --git a/lc/unique-three-digit-even-number/unique-three-digit-even-number.py b/leetcode/unique-three-digit-even-number/unique-three-digit-even-number.py diff --git a/lc/valid-palindrome-ii/valid-palindrome-ii.dart b/leetcode/valid-palindrome-ii/valid-palindrome-ii.dart diff --git a/lc/valid-palindrome/valid-palindrome.dart b/leetcode/valid-palindrome/valid-palindrome.dart diff --git a/lc/valid-palindrome/valid-palindromeV2.dart b/leetcode/valid-palindrome/valid-palindromeV2.dart diff --git a/lc/valid-parenthesis/valid-parenthesis-v3.cpp b/leetcode/valid-parenthesis/valid-parenthesis-v3.cpp diff --git a/lc/valid-parenthesis/valid-parenthesis.cpp b/leetcode/valid-parenthesis/valid-parenthesis.cpp diff --git a/lc/valid-parenthesis/valid-parenthesisV2.cpp b/leetcode/valid-parenthesis/valid-parenthesisV2.cpp diff --git a/lc/valid-square/valid-square.py b/leetcode/valid-square/valid-square.py diff --git a/lc/valid-sudoku/valid-sudoku.dart b/leetcode/valid-sudoku/valid-sudoku.dart diff --git a/lc/valid-word/valid-wordV1.py b/leetcode/valid-word/valid-wordV1.py diff --git a/lc/validate-binary-search-tree/validate-binary-search-tree.dart b/leetcode/validate-binary-search-tree/validate-binary-search-tree.dart diff --git a/lc/validate-binary-search-tree/validate-binary-search-tree.py b/leetcode/validate-binary-search-tree/validate-binary-search-tree.py diff --git a/lc/water-bottles/water-bottles.cpp b/leetcode/water-bottles/water-bottles.cpp diff --git a/lc/word-break/word-break.dart b/leetcode/word-break/word-break.dart diff --git a/lc/word-search/word-search.dart b/leetcode/word-search/word-search.dart diff --git a/lc/word-search/word-searchV1.py b/leetcode/word-search/word-searchV1.py diff --git a/lc/zig-zag-conversion/zig-zag-conversion.dart b/leetcode/zig-zag-conversion/zig-zag-conversion.dart