{"id":28381943,"url":"https://github.com/erikrios/leetcode-problem-solving","last_synced_at":"2025-10-08T14:59:23.347Z","repository":{"id":56738508,"uuid":"412078619","full_name":"erikrios/leetcode-problem-solving","owner":"erikrios","description":"My Leetcode Problem Solving Solution","archived":false,"fork":false,"pushed_at":"2025-10-05T03:04:27.000Z","size":859,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-05T05:29:46.205Z","etag":null,"topics":["algorithms","algorithms-and-data-structures","data-structures","leetcode","problem-solving"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/erikrios.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-09-30T13:35:30.000Z","updated_at":"2025-10-05T03:04:30.000Z","dependencies_parsed_at":"2023-02-14T04:30:55.584Z","dependency_job_id":"dde42236-0dc0-4c19-9424-b523a1a11673","html_url":"https://github.com/erikrios/leetcode-problem-solving","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/erikrios/leetcode-problem-solving","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erikrios%2Fleetcode-problem-solving","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erikrios%2Fleetcode-problem-solving/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erikrios%2Fleetcode-problem-solving/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erikrios%2Fleetcode-problem-solving/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erikrios","download_url":"https://codeload.github.com/erikrios/leetcode-problem-solving/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erikrios%2Fleetcode-problem-solving/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278963839,"owners_count":26076544,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithms","algorithms-and-data-structures","data-structures","leetcode","problem-solving"],"created_at":"2025-05-30T04:06:44.409Z","updated_at":"2025-10-08T14:59:23.335Z","avatar_url":"https://github.com/erikrios.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# leetcode-problem-solving\nMy Leetcode Problem Solving Solutions\n\nThere are the lists of problems:\n- 3sum\n- 3sum-closest\n- a-number-after-a-double-reversal\n- add-binary\n- add-digits\n- add-two-integers\n- addtwonumbers\n- all-elements-in-two-binary-search-trees\n- alternating-digit-sum\n- amount-of-time-for-binary-tree-to-be-infected\n- ant-on-the-boundary\n- apple-redistribution-into-boxes\n- apply-operations-to-an-array\n- arithmetic-slices-ii-subsequence\n- arithmetic-subarrays\n- array-partition\n- assign-cookies\n- available-captures-for-rook\n- average-of-levels-in-binary-tree\n- average-salary-excluding-the-minimum-and-maximum-salary\n- balance-a-binary-search-tree\n- balanced-binary-tree\n- baseball-game\n- battleships-in-a-board\n- best-sightseeing-pair\n- best-time-to-buy-and-sell-stock\n- binary-gap\n- binary-number-with-alternating-bits\n- binary-search\n- binary-search-tree-iterator\n- binary-search-tree-to-greater-sum-tree\n- binary-tree-inorder-traversal\n- binary-tree-paths\n- binary-tree-postorder-traversal\n- binary-tree-preorder-traversal\n- binary-tree-pruning\n- binary-tree-tilt\n- bitwise-and-of-numbers-range\n- build-an-array-with-stack-operations\n- build-array-from-permutation\n- buy-two-chocolates\n- calculate-amount-paid-in-taxes\n- calculate-delayed-arrival-time\n- calculate-digit-sum-of-a-string\n- calculate-money-in-leetcode-bank\n- can-make-arithmetic-progression-from-sequence\n- capitalize-the-title\n- cells-in-a-range-on-an-excel-sheet\n- cells-with-odd-values-in-a-matrix\n- check-balanced-string\n- check-distances-between-same-letters\n- check-if-a-string-contains-all-binary-codes-of-size-k\n- check-if-a-string-is-an-acronym-of-words\n- check-if-a-word-occurs-as-a-prefix-of-any-word-in-a-sentence\n- check-if-all-as-appears-before-all-bs\n- check-if-all-characters-have-equal-number-of-occurrences\n- check-if-array-is-sorted-and-rotated\n- check-if-array-pairs-are-divisible-by-k\n- check-if-bitwise-or-has-trailing-zeros\n- check-if-every-row-and-column-contains-all-numbers\n- check-if-matrix-is-x-matrix\n- check-if-n-and-its-double-exist\n- check-if-number-has-equal-digit-count-and-digit-value\n- check-if-numbers-are-ascending-in-a-sentence\n- check-if-one-string-swap-can-make-strings-equal\n- check-if-the-sentence-is-pangram\n- check-if-two-chessboard-squares-have-the-same-color\n- check-if-two-string-arrays-are-equivalent\n- check-if-word-equals-summation-of-two-words\n- check-whether-two-strings-are-almost-equivalent\n- circular-sentence\n- clear-digits\n- climbing-stairs\n- concatenation-of-array\n- construct-binary-search-tree-from-preorder-traversal\n- construct-k-palindrome-strings\n- construct-quad-tree\n- construct-smallest-number-from-di-string\n- construct-string-from-binary-tree\n- construct-the-minimum-bitwise-array-i\n- container-with-most-water\n- contains-duplicate\n- contiguous-array\n- continuous-subarray-sum\n- convert-1d-array-into-2d-array\n- convert-an-array-into-a-2d-array-with-conditions\n- convert-binary-number-in-a-linked-list-to-integer\n- convert-date-to-binary\n- convert-sorted-array-to-binary-search-tree\n- convert-sorted-list-to-binary-search-tree\n- convert-the-temperature\n- count-asterisks\n- count-binary-substrings\n- count-common-words-with-one-occurrence\n- count-complete-tree-nodes\n- count-elements-with-maximum-frequency\n- count-equal-and-divisible-pairs-in-an-array\n- count-good-nodes-in-binary-tree\n- count-good-triplets\n- count-integers-with-even-digit-sum\n- count-items-matching-a-rule\n- count-largest-group\n- count-negative-numbers-in-a-sorted-matrix\n- count-nodes-equal-to-average-of-subtree\n- count-number-of-bad-pairs\n- count-number-of-distinct-integers-after-reverse-operations\n- count-number-of-maximum-bitwise-or-subsets\n- count-number-of-nice-subarrays\n- count-number-of-pairs-with-absolute-difference-k\n- count-of-matches-in-tournament\n- count-of-substrings-containing-every-vowel-and-k-consonants-i\n- count-operations-to-obtain-zero\n- count-pairs-of-similar-strings\n- count-pairs-that-form-a-complete-day-i\n- count-pairs-whose-sum-is-less-than-target\n- count-partitions-with-even-sum-difference\n- count-prefix-and-suffix-pairs-i\n- count-prefixes-of-a-given-string\n- count-servers-that-communicate\n- count-sorted-vowel-strings\n- count-square-submatrices-with-all-ones\n- count-square-sum-triples\n- count-sub-islands\n- count-substrings-that-satisfy-k-constraint-i\n- count-symmetric-integers\n- count-tested-devices-after-test-operations\n- count-the-digits-that-divide-a-number\n- count-the-number-of-consistent-strings\n- count-the-number-of-special-characters-i\n- count-the-number-of-vowel-strings-in-range\n- count-triplets-that-can-form-two-arrays-of-equal-xor\n- count-unguarded-cells-in-the-grid\n- count-vowel-strings-in-ranges\n- count-vowel-substrings-of-a-string\n- counting-bits\n- counting-words-with-a-given-prefix\n- crawler-log-folder\n- create-binary-tree-from-descriptions\n- create-target-array-in-the-given-order\n- custom-sort-string\n- daily-temperatures\n- decode-the-message\n- decode-xored-array\n- decompress-run-length-encoded-list\n- decrypt-string-from-alphabet-to-integer-mapping\n- deepest-leaves-sum\n- defanging-an-ip-address\n- defuse-the-bomb\n- delete-characters-to-make-fancy-string\n- delete-columns-to-make-sorted\n- delete-greatest-value-in-each-row\n- delete-leaves-with-a-given-value\n- delete-node-in-a-linked-list\n- delete-nodes-and-return-forest\n- delete-nodes-from-linked-list-present-in-array\n- design-a-stack-with-increment-operation\n- design-an-ordered-stream\n- design-browser-history\n- design-circular-deque\n- design-hashmap\n- design-hashset\n- design-neighbor-sum-service\n- design-parking-system\n- design-twitter\n- design-underground-system\n- destination-city\n- determine-color-of-a-chessboard-square\n- determine-if-string-halves-are-alike\n- determine-if-two-strings-are-close\n- di-string-match\n- diameter-of-binary-tree\n- difference-between-element-sum-and-digit-sum-of-an-array\n- difference-between-ones-and-zeros-in-row-and-column\n- different-ways-to-add-parentheses\n- display-table-of-food-orders-in-a-restaurant\n- distribute-candies\n- distribute-candies-among-children-i\n- distribute-candies-to-people\n- distribute-coins-in-binary-tree\n- distribute-elements-into-two-arrays-i\n- divide-a-string-into-groups-of-size-k\n- divide-an-array-into-subarrays-with-minimum-cost-i\n- divide-array-into-arrays-with-max-difference\n- divide-array-into-equal-pairs\n- divide-intervals-into-minimum-number-of-groups\n- divide-players-into-teams-of-equal-skill\n- divisible-and-non-divisible-sums-difference\n- divisor-game\n- double-a-number-represented-as-a-linked-list\n- encode-and-decode-tinyurl\n- evaluate-boolean-binary-tree\n- evaluate-reverse-polish-notation\n- excel-sheet-column-number\n- excel-sheet-column-title\n- execution-of-all-suffix-instructions-staying-in-a-grid\n- existence-of-a-substring-in-a-string-and-its-reverse\n- fair-candy-swap\n- faulty-keyboard\n- fibonacci-number\n- final-array-state-after-k-multiplication-operations-i\n- final-prices-with-a-special-discount-in-a-shop\n- final-value-of-variable-after-performing-operations\n- find-a-corresponding-node-of-a-binary-tree-in-a-clone-of-that-tree\n- find-all-anagrams-in-a-string\n- find-all-duplicates-in-an-array\n- find-all-groups-of-farmland\n- find-all-k-distant-indices-in-an-array\n- find-and-replace-pattern\n- find-bottom-left-tree-value\n- find-center-of-star-graph\n- find-champion-i\n- find-champion-ii\n- find-common-characters\n- find-common-elements-between-two-arrays\n- find-elements-in-a-contaminated-binary-tree\n- find-first-and-last-position-of-element-in-sorted-array\n- find-first-palindromic-string-in-the-array\n- find-greatest-common-divisor-of-array\n- find-if-array-can-be-sorted\n- find-if-digit-game-can-be-won\n- find-indices-of-stable-mountains\n- find-kth-bit-in-nth-binary-string\n- find-largest-value-in-each-tree-row\n- find-lucky-integer-in-an-array\n- find-maximum-number-of-string-pairs\n- find-minimum-operations-to-make-all-elements-divisible-by-three\n- find-missing-and-repeated-values\n- find-missing-observations\n- find-n-unique-integers-sum-up-to-zero\n- find-nearest-point-that-has-the-same-x-or-y-coordinate\n- find-numbers-with-even-number-of-digits\n- find-occurrences-of-an-element-in-an-array\n- find-players-with-zero-or-one-losses\n- find-subarrays-with-equal-sum\n- find-subsequence-of-length-k-with-the-largest-sum\n- find-target-indices-after-sorting-array\n- find-the-array-concatenation-value\n- find-the-difference-of-two-arrays\n- find-the-distance-value-between-two-arrays\n- find-the-distinct-difference-array\n- find-the-encrypted-string\n- find-the-highest-altitude\n- find-the-integer-added-to-array-i\n- find-the-k-or-of-an-array\n- find-the-k-th-character-in-string-game-i\n- find-the-key-of-the-numbers\n- find-the-longest-semi-repetitive-substring\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferikrios%2Fleetcode-problem-solving","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferikrios%2Fleetcode-problem-solving","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferikrios%2Fleetcode-problem-solving/lists"}