{"id":29176743,"url":"https://github.com/sushilg96/leetcode","last_synced_at":"2025-10-27T07:13:13.114Z","repository":{"id":54304533,"uuid":"272277616","full_name":"SushilG96/Leetcode","owner":"SushilG96","description":"Solutions for problems from Leetcode","archived":false,"fork":false,"pushed_at":"2021-07-15T21:24:15.000Z","size":186,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-01T15:35:11.075Z","etag":null,"topics":["coding","computer-science","education","learning","learning-by-doing","programming","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","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/SushilG96.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}},"created_at":"2020-06-14T20:24:46.000Z","updated_at":"2023-04-11T15:30:13.000Z","dependencies_parsed_at":"2022-08-13T11:30:52.920Z","dependency_job_id":null,"html_url":"https://github.com/SushilG96/Leetcode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SushilG96/Leetcode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SushilG96%2FLeetcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SushilG96%2FLeetcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SushilG96%2FLeetcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SushilG96%2FLeetcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SushilG96","download_url":"https://codeload.github.com/SushilG96/Leetcode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SushilG96%2FLeetcode/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263006955,"owners_count":23398734,"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":["coding","computer-science","education","learning","learning-by-doing","programming","python3"],"created_at":"2025-07-01T17:30:20.730Z","updated_at":"2025-10-27T07:13:13.059Z","avatar_url":"https://github.com/SushilG96.png","language":"Python","readme":"\n# \n\n# First Contributions\n\nThis project aims to simplify and guide the way beginners make their first contribution. If you are looking to make your first contribution, follow the steps below.\n\n#### If you don't have git on your machine, [install it](https://help.github.com/articles/set-up-git/).\n\n## Fork this repository\n\nFork this repository by clicking on the fork button on the top of this page.\nThis will create a copy of this repository in your account.\n\n## Clone the repository\n\n\u003cimg align=\"right\" width=\"300\" src=\"https://firstcontributions.github.io/assets/Readme/clone.png\" alt=\"clone this repository\" /\u003e\n\nNow clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the _copy to clipboard_ icon.\n\nOpen a terminal and run the following git command:\n\n```\ngit clone \"url you just copied\"\n```\n\nwhere \"url you just copied\" (without the quotation marks) is the url to this repository (your fork of this project). See the previous steps to obtain the url.\n\n\u003cimg align=\"right\" width=\"300\" src=\"https://firstcontributions.github.io/assets/Readme/copy-to-clipboard.png\" alt=\"copy URL to clipboard\" /\u003e\n\nFor example:\n\n```\ngit clone https://github.com/SushilG96/Leetcode.git\n```\n\n## Create a branch\n\nChange to the repository directory on your computer (if you are not already there):\n\n```\ncd Leetcode\n```\n\nNow create a branch using the `git checkout` command:\n\n```\ngit checkout -b your-new-branch-name\n```\n\n## Make necessary changes and commit those changes\n\nIf you go to the project directory and execute the command `git status`, you'll see there are changes.\n\nNow commit those changes using the `git commit` command:\n\n```\ngit commit -m \"Add \u003cyour-name\u003e to Contributors list\"\n```\n\nreplacing `\u003cyour-name\u003e` with your name.\n\n## Push changes to GitHub\n\nPush your changes using the command `git push`:\n\n```\ngit push origin \u003cadd-your-branch-name\u003e\n```\n\nreplacing `\u003cadd-your-branch-name\u003e` with the name of the branch you created earlier.\n\n## Submit your changes for review\n\nIf you go to your repository on GitHub, you'll see a `Compare \u0026 pull request` button. Click on that button.\n\nNow submit the pull request.\n\n## You have made your first Contributions, Enjoy!!\n\nYou will get a notification email once the changes have been merged.\n\n# This repo contains the solutions for the leetcode problems :technologist:\t.\n\n#\n\n### git clone https://github.com/SushilG96/Leetcode.git\n\n#\n\n1. Insert Delete GetRandom\n2. Two Sum\n3. Validate IP Address\n4. H-Index II\n5. Duplicate Zeros\n6. Merge Sorted Array\n7. Susbset\n8. ReverseWords\n9. Add Binary\n10. Add Digits\n11. Repeated Substring Pattern\n12. Combination Sum III\n13. First Missing Positive\n14. Complement of Base 10 Integer\n15. Rotate list\n16. Linked List\n17. Binary search\n18. Buddy String\n19. Search a 2D Matrix\n20. Rotate Array\n21. Minimum Absolute Difference\n22. Asteroid collision\n23. Convert Binary Number in a Linked List to Integer\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsushilg96%2Fleetcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsushilg96%2Fleetcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsushilg96%2Fleetcode/lists"}