{"id":15983945,"url":"https://github.com/rossop/leetcode","last_synced_at":"2025-04-04T20:42:29.375Z","repository":{"id":242662307,"uuid":"806699129","full_name":"rossop/LeetCode","owner":"rossop","description":"A comprehensive LeetCode solution repository featuring multiple methods per problem, detailed docstring comparisons, and built-in test cases for each solution. Scripts are self-contained, allowing easy testing and performance evaluation.","archived":false,"fork":false,"pushed_at":"2024-10-19T17:33:23.000Z","size":244,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-02-10T05:21:57.892Z","etag":null,"topics":["dsa","leetcode-python"],"latest_commit_sha":null,"homepage":"https://leetcode.com/rossop/","language":"Python","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/rossop.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":"2024-05-27T17:57:56.000Z","updated_at":"2024-10-19T17:33:27.000Z","dependencies_parsed_at":"2024-08-28T12:44:02.817Z","dependency_job_id":"1729e051-4101-4e78-8e0d-74442b0f440c","html_url":"https://github.com/rossop/LeetCode","commit_stats":{"total_commits":132,"total_committers":1,"mean_commits":132.0,"dds":0.0,"last_synced_commit":"21f8c212965b328ae5979d5ef60268ea42edb28d"},"previous_names":["rossop/leetcode"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossop%2FLeetCode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossop%2FLeetCode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossop%2FLeetCode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rossop%2FLeetCode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rossop","download_url":"https://codeload.github.com/rossop/LeetCode/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247249604,"owners_count":20908211,"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":["dsa","leetcode-python"],"created_at":"2024-10-08T02:03:41.386Z","updated_at":"2025-04-04T20:42:29.346Z","avatar_url":"https://github.com/rossop.png","language":"Python","readme":"# LeetCode\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n![Python 3.10](https://img.shields.io/badge/python-3.10-blue.svg)\n[![LeetCode user rossop](https://img.shields.io/badge/dynamic/json?style=flat\u0026labelColor=black\u0026color=%23ffa116\u0026label=Solved\u0026query=solved\u0026url=https%3A%2F%2Fleetcode-badge.vercel.app%2Fapi%2Fusers%2Frossop\u0026logo=leetcode\u0026logoColor=yellow)](https://leetcode.com/rossop/)\n\nThis repository contains my solutions to LeetCode problems, organized by programming language and difficulty level. It also includes notes and tips on solving problems and understanding key concepts.\n\n### Table of Contents\n   - Helps users quickly navigate your README.\n   - **Example**:\n     - [Project Description](#project-description)\n     - [Folder Structure](#folder-structure)\n     - [How to Use](#how-to-use)\n     - [Languages](#languages)\n     - [Contributing](#contributing)\n     - [License](#license)\n\n## Folder Structure\n- `LeetCode/`: The root directory.\n- `Python/`: Contains Python solutions categorized by difficulty.\n- `Notes/`: Contains notes on concepts and strategies related to problem-solving.\n\n```plaintext\nLeetCode/\n│\n├── Python/\n│   ├── Easy/\n│   │   ├── problem_001.py\n│   │   ├── problem_002.py\n│   │   └── ...\n│   ├── Medium/\n│   │   ├── problem_101.py\n│   │   ├── problem_102.py\n│   │   └── ...\n│   └── Hard/\n│       ├── problem_201.py\n│       ├── problem_202.py\n│       └── ...\n│\n├── Notes/\n│   ├── Python/\n│   │   └── concepts.md\n│   ├── AnotherLanguage/\n│   │   └── concepts.md\n│   └── General/\n│       └── tips_tricks.md\n│\n└── README.md\n```\n\n## How to Use\n- Clone the repository using `git clone https://github.com/yourusername/LeetCode.git`.\n- Navigate to the desired problem in the `Python/` directory and run the script using Python.\n- Notes on various concepts are available in the `Notes/` directory.\n\n## Languages\n- **Python**: Most of the solutions are implemented in Python due to its readability and efficiency in solving algorithmic problems.\n\n## Contributing\n- Feel free to leave **comments and suggestions** by submitting pull requests or opening issues.\n\n## References\n- If you are just starting out, start here: [AlgoMap.io](https://algomap.io/)\n- You can create a leetcode badge by using [this](https://leetcode-badge.vercel.app/).\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE](LICENCE) file for details.\n\n## Acknowledgements\nThanks to [Greg Hogg](linktr.ee/greghogg) for his brilliant educational content which is appropariate for any level. You can start from [his youtube channell](www.youtube.com/@GregHogg).","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frossop%2Fleetcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frossop%2Fleetcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frossop%2Fleetcode/lists"}