{"id":29894874,"url":"https://github.com/djeada/leetcode-solutions","last_synced_at":"2025-08-01T05:45:22.518Z","repository":{"id":290584592,"uuid":"968489077","full_name":"djeada/Leetcode-Solutions","owner":"djeada","description":"All the leetcode problems I have solved.","archived":false,"fork":false,"pushed_at":"2025-07-29T08:04:05.000Z","size":224,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-29T10:31:35.199Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/djeada.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":"2025-04-18T07:06:23.000Z","updated_at":"2025-07-29T08:04:09.000Z","dependencies_parsed_at":"2025-06-02T17:09:23.059Z","dependency_job_id":"a53831cc-9d08-47cc-8cf0-280c361f4571","html_url":"https://github.com/djeada/Leetcode-Solutions","commit_stats":null,"previous_names":["djeada/leetcode-solutions"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/djeada/Leetcode-Solutions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djeada%2FLeetcode-Solutions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djeada%2FLeetcode-Solutions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djeada%2FLeetcode-Solutions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djeada%2FLeetcode-Solutions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/djeada","download_url":"https://codeload.github.com/djeada/Leetcode-Solutions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djeada%2FLeetcode-Solutions/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268176290,"owners_count":24208367,"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-08-01T02:00:08.611Z","response_time":67,"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-08-01T05:45:17.706Z","updated_at":"2025-08-01T05:45:22.496Z","avatar_url":"https://github.com/djeada.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Leetcode-Solutions\n\n\u003e A curated collection of LeetCode problem solutions, complete with step-by-step video walkthroughs.\n\n[![MIT License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE) [![YouTube Playlist](https://img.shields.io/badge/YouTube-Playlists-red.svg)](https://youtube.com/playlist?list=PLjHlsBDcsWnNzmNAsb-LjVElCO3gUZbbV\u0026si=wst45tWrRHeq3hEM)\n\n---\n\n## 📖 Table of Contents\n\n1. [About](#-about)\n2. [Video Walkthroughs](#-video-walkthroughs)\n3. [Getting Started](#-getting-started)\n4. [Usage](#-usage)\n5. [Contributing](#-contributing)\n6. [License](#-license)\n\n---\n\n## 🧐 About\n\nThis repository contains my personal solutions to LeetCode problems implemented in Python. Each solution is accompanied by a clear, well-documented code file and a comprehensive video walkthrough to help you understand the approach, trade-offs, and optimizations.\n\n## 🎥 Video Walkthroughs\n\nI walk through each problem step-by-step on my YouTube channel. Subscribe for more:\n\n[▶️ Watch the full playlist](https://youtube.com/playlist?list=PLjHlsBDcsWnNzmNAsb-LjVElCO3gUZbbV\u0026si=wst45tWrRHeq3hEM)\n\n---\n\n## 🛠️ Getting Started\n\n**1. Clone the repository**\n\n```bash\ngit clone https://github.com/djeada/Leetcode-Solutions.git\n```\n\n**2. Navigate to the source directory**\n\n```bash\ncd Leetcode-Solutions/src\n```\n\n**3. Install dependencies** (if any)\n\n```bash\n# Example for requirements\npip install -r requirements.txt\n```\n\n---\n\n## ⚙️ Usage\n\nRun any solution file directly with Python 3:\n\n```bash\npython3 \u003cproblem_number\u003e_\u003cproblem_name\u003e.py\n```\n\n*For example:*\n\n```bash\npython3 1_two_sum.py\n```\n\nEach script prints input, output, and performance metrics (time \u0026 space complexity).\n\n---\n\n## 🤝 Contributing\n\nContributions are welcome! To contribute:\n\n1. Fork the repo.\n2. Create a new branch: `git checkout -b feature/your-feature`.\n3. Make your changes (add a new solution or improve existing ones).\n4. Ensure naming convention: `\u003cproblem_number\u003e_\u003cproblem_name\u003e.py`.\n5. Commit and push your branch.\n6. Open a Pull Request and describe your changes.\n\nPlease adhere to the [code of conduct](CODE_OF_CONDUCT.md).\n\n---\n\n## 📄 License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjeada%2Fleetcode-solutions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjeada%2Fleetcode-solutions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjeada%2Fleetcode-solutions/lists"}