{"id":25834478,"url":"https://github.com/codewitheshayoutube/leetcode-","last_synced_at":"2025-10-05T02:04:36.958Z","repository":{"id":275283278,"uuid":"919558523","full_name":"codewithEshaYoutube/Leetcode-","owner":"codewithEshaYoutube","description":"Collection of LeetCode questions to ace the coding interview!  (https://leetcode.com/u/EeshaTariq/)","archived":false,"fork":false,"pushed_at":"2025-09-18T19:57:00.000Z","size":256,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-18T22:15:01.422Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codewithEshaYoutube.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-01-20T16:01:13.000Z","updated_at":"2025-09-18T19:57:04.000Z","dependencies_parsed_at":"2025-02-01T12:25:22.719Z","dependency_job_id":"24c1c9d0-fb5c-48e5-938d-4cb054762bd3","html_url":"https://github.com/codewithEshaYoutube/Leetcode-","commit_stats":null,"previous_names":["codewitheshayoutube/leetcode-"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codewithEshaYoutube/Leetcode-","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithEshaYoutube%2FLeetcode-","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithEshaYoutube%2FLeetcode-/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithEshaYoutube%2FLeetcode-/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithEshaYoutube%2FLeetcode-/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codewithEshaYoutube","download_url":"https://codeload.github.com/codewithEshaYoutube/Leetcode-/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codewithEshaYoutube%2FLeetcode-/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278399690,"owners_count":25980332,"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-05T02:00:06.059Z","response_time":54,"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":[],"created_at":"2025-03-01T00:58:25.830Z","updated_at":"2025-10-05T02:04:36.952Z","avatar_url":"https://github.com/codewithEshaYoutube.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Leetcode Practice\n\n## Description\n\nA brief description of what your project is about and what it does.\n\nExample:\nThis project solves the **Two Sum** problem, a common coding challenge where you find two numbers in an array that add up to a given target. The solution uses efficient hashing for a time complexity of O(n).\n\n## Features\n\n- Find two numbers in an array that sum to a target value.\n- Efficient O(n) time complexity using a hash map.\n- Handles a variety of edge cases and inputs.\n\n## Installation\n\n### Prerequisites\n\nEnsure you have the following installed:\n\n- Python 3.x\n- A package manager like `pip` to install dependencies.\n\n### Steps to Install\n\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/your-username/project-name.git\n    ```\n\n2. Navigate into the project directory:\n    ```bash\n    cd project-name\n    ```\n\n3. (Optional) Create a virtual environment:\n    ```bash\n    python3 -m venv venv\n    source venv/bin/activate  # On Windows: venv\\Scripts\\activate\n    ```\n\n4. Install dependencies (if any):\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n## Usage\n\n1. Run the solution in your Python environment:\n    ```bash\n    python solution.py\n    ```\n\n2. Example usage:\n    ```python\n    solution = Solution()\n    result = solution.twoSum([2, 7, 11, 15], 9)\n    print(result)  # Output: [0, 1]\n    ```\n\n## Contributing\n\nWe welcome contributions! If you have suggestions or improvements, feel free to fork this repository and submit a pull request.\n\n### Steps to Contribute:\n\n1. Fork the repository.\n2. Create a new branch for your feature/fix:\n    ```bash\n    git checkout -b feature-branch\n    ```\n3. Make your changes and commit them:\n    ```bash\n    git commit -m \"Add new feature\"\n    ```\n4. Push to your forked repository:\n    ```bash\n    git push origin feature-branch\n    ```\n5. Create a pull request on GitHub.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgements\n\n- Inspired by coding challenges on platforms like LeetCode and HackerRank.\n- Special thanks to all contributors and users for their support!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewitheshayoutube%2Fleetcode-","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewitheshayoutube%2Fleetcode-","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewitheshayoutube%2Fleetcode-/lists"}