{"id":16178174,"url":"https://github.com/satelllte/problem-solving","last_synced_at":"2026-02-11T00:37:47.266Z","repository":{"id":40719983,"uuid":"461523306","full_name":"satelllte/problem-solving","owner":"satelllte","description":"Solutions of some problems available online (for example, on LeetCode)","archived":false,"fork":false,"pushed_at":"2023-07-19T18:14:16.000Z","size":791,"stargazers_count":1,"open_issues_count":7,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-07T18:47:37.593Z","etag":null,"topics":["leetcode","leetcode-solutions","problem-solving","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/satelllte.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}},"created_at":"2022-02-20T15:05:45.000Z","updated_at":"2023-01-31T19:34:41.000Z","dependencies_parsed_at":"2024-10-10T05:23:35.261Z","dependency_job_id":"e531cbd9-ab0a-4180-bb19-73c76b1b221d","html_url":"https://github.com/satelllte/problem-solving","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/satelllte/problem-solving","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satelllte%2Fproblem-solving","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satelllte%2Fproblem-solving/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satelllte%2Fproblem-solving/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satelllte%2Fproblem-solving/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/satelllte","download_url":"https://codeload.github.com/satelllte/problem-solving/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satelllte%2Fproblem-solving/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265563095,"owners_count":23788644,"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","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":["leetcode","leetcode-solutions","problem-solving","typescript"],"created_at":"2024-10-10T05:12:51.255Z","updated_at":"2026-02-11T00:37:42.237Z","avatar_url":"https://github.com/satelllte.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Problem Solving\n\nSolutions of some problems available online (for example, on [LeetCode](https://leetcode.com/problemset/all/)).\n\n[![CI](https://github.com/satelllte/problem-solving/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/satelllte/problem-solving/actions/workflows/ci.yml?query=branch:main)\n\n## Open in Online Code Editor\n\n### [GitHub Codespaces](https://github.com/features/codespaces)\n\n[![Open in Remote - Containers](https://img.shields.io/static/v1?label=Remote%20-%20Containers\u0026message=Open\u0026color=blue\u0026logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/satelllte/problem-solving)\n\n## Prerequisites\n\n- [NodeJS](https://nodejs.org/) v16\n\nInstall dependencies:\n\n```bash\nnpm install\n```\n\n## Testing\n\nTypes:\n\n```bash\nnpm run test:types\n```\n\nUnits:\n\n```bash\nnpm run test:units\n```\n\nTypes (watch mode):\n\n```bash\nnpm run test:types:watch\n```\n\nUnits (watch mode):\n\n```bash\nnpm run test:units:watch\n```\n\n## Problems\n\n| Vendor | Name | Solution |\n|---|---|---|\n| [LeetCode](https://leetcode.com/) | [1. Two Sum](https://leetcode.com/problems/two-sum/) | [src/problems/leetcode/0001-two-sum](src/problems/leetcode/0001-two-sum) |\n| [LeetCode](https://leetcode.com/) | [17. Letter Combinations of a Phone Number](https://leetcode.com/problems/letter-combinations-of-a-phone-number/) | [src/problems/leetcode/0017-letter-combinations-of-a-phone-number](src/problems/leetcode/0017-letter-combinations-of-a-phone-number) |\n| [LeetCode](https://leetcode.com/) | [56. Merge Intervals](https://leetcode.com/problems/merge-intervals/) | [src/problems/leetcode/0056-merge-intervals](src/problems/leetcode/0056-merge-intervals) |\n| [LeetCode](https://leetcode.com/) | [57. Insert Interval](https://leetcode.com/problems/insert-interval/) | [src/problems/leetcode/0057-insert-interval](src/problems/leetcode/0057-insert-interval) |\n| [LeetCode](https://leetcode.com/) | [344. Reverse String](https://leetcode.com/problems/reverse-string/) | [src/problems/leetcode/0344-reverse-string](src/problems/leetcode/0344-reverse-string) |\n| [LeetCode](https://leetcode.com/) | [1689. Partitioning Into Minimum Number Of Deci-Binary Numbers](https://leetcode.com/problems/partitioning-into-minimum-number-of-deci-binary-numbers/) | [src/problems/leetcode/1689-partitioning-into-minimum-number-of-deci-binary-numbers](src/problems/leetcode/1689-partitioning-into-minimum-number-of-deci-binary-numbers) |\n| Other | Display Number | [src/problems/other/display-number](src/problems/other/display-number) |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatelllte%2Fproblem-solving","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsatelllte%2Fproblem-solving","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatelllte%2Fproblem-solving/lists"}