{"id":23197694,"url":"https://github.com/behzadam/solved","last_synced_at":"2026-01-20T12:33:10.140Z","repository":{"id":155004031,"uuid":"448391079","full_name":"behzadam/solved","owner":"behzadam","description":"Solved is my code practices and solutions in typescript","archived":false,"fork":false,"pushed_at":"2024-07-22T12:58:20.000Z","size":248,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-18T23:49:33.344Z","etag":null,"topics":["algorithm","algorithms","code-challenges","data-structures","datastructures","design-patterns","exercism","exercism-solutions","hackerrank","leetcode","leetcode-typescript","patterns","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":false,"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/behzadam.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}},"created_at":"2022-01-15T21:06:29.000Z","updated_at":"2025-05-07T09:04:22.000Z","dependencies_parsed_at":"2024-05-05T17:23:13.342Z","dependency_job_id":"e72abd57-46f0-4c83-b3e5-283666928fab","html_url":"https://github.com/behzadam/solved","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/behzadam/solved","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/behzadam%2Fsolved","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/behzadam%2Fsolved/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/behzadam%2Fsolved/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/behzadam%2Fsolved/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/behzadam","download_url":"https://codeload.github.com/behzadam/solved/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/behzadam%2Fsolved/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28603392,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T12:01:53.233Z","status":"ssl_error","status_checked_at":"2026-01-20T12:01:46.545Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["algorithm","algorithms","code-challenges","data-structures","datastructures","design-patterns","exercism","exercism-solutions","hackerrank","leetcode","leetcode-typescript","patterns","typescript"],"created_at":"2024-12-18T14:37:04.928Z","updated_at":"2026-01-20T12:33:10.114Z","avatar_url":"https://github.com/behzadam.png","language":"TypeScript","readme":"# Solved in TypeScript\n\n![GitHub top language](https://img.shields.io/github/languages/top/behzadam/solved)\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/b6d0142c6cb448e28ea0dcc88d77b062)](https://app.codacy.com/gh/behzadam/solved/dashboard?utm_source=gh\u0026utm_medium=referral\u0026utm_content=\u0026utm_campaign=Badge_grade)\n![Lines of code](https://img.shields.io/tokei/lines/github/behzadam/solved)\n![GitHub](https://img.shields.io/github/license/behzadam/solved)\n![GitHub issues](https://img.shields.io/github/issues-raw/behzadam/solved)\n![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/behzadam/solved)\n\n## Introduction\n\nThis repository contains solutions to some of the most common coding challenges in TypeScript.\nYou can find the Leetcode solutions with the number of the problem in the title.\n\n### Array\n\n- [Find missing numbers](src/challange/array/find-missing-numbers/find-missing-numbers.ts)\n- [Find max subarray](src/challange/array/find-max-subarray/find-max-subarray.ts)\n- [Find majority element](src/challange/array/find-majority-element/find-majority-element.ts)\n- [Find Largest And Smallest](src/challange/array/find-largest-and-smallest/find-largest-and-smallest.ts)\n- [Max profit](src/challange/array/max-profit/max-profit.ts)\n- [Move Zeroes](src/challange/array/move-zeroes/move-zeroes.ts)\n- [Non-constructible Change](src/challange/array/non-constructible-change/non-constructible-change.ts)\n\nPlease note that the repository is still a work in progress, and new algorithms and patterns will be added over time.\n\n## Getting Started\n\nTo get started with the repository, follow these simple steps:\n\nClone the repository to your local machine using the command:\n\n```bash\ngit clone https://github.com/behzadam/solved.git\n```\n\nInstall the required dependencies by running the following command:\n\n```bash\npnpm install\n```\n\nRun all tests\n\n```bash\npnpm test\n```\n\nFormat checking\n\n```bash\npnpm format:check\n```\n\nFormat fixing\n\n```bash\npnpm format:fix\n```\n\nRun ESLint\n\n```bash\npnpm lint\n```\n\n## License\n\nThe \"Solved\" repository is licensed under the [MIT License](https://opensource.org/licenses/MIT). Feel free to use, modify, and distribute the code.\n\n## Contact\n\nIf you have any questions or suggestions regarding the repository, please feel free to [contact me](mailto:behzad.am@gmail.com).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbehzadam%2Fsolved","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbehzadam%2Fsolved","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbehzadam%2Fsolved/lists"}