{"id":18426230,"url":"https://github.com/satendra03/leetcode","last_synced_at":"2025-04-13T18:53:55.523Z","repository":{"id":225387983,"uuid":"765858407","full_name":"satendra03/LeetCode","owner":"satendra03","description":"This repository contains my solutions to various coding problems from LeetCode, a platform for practicing coding interviews. The solutions are organized by problem number and include explanations and comments where applicable. By sharing my solutions publicly, I aim to contribute to the learning and collaboration within the programming community.","archived":false,"fork":false,"pushed_at":"2025-04-10T21:18:30.000Z","size":194,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T22:26:32.649Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/satendra03.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}},"created_at":"2024-03-01T19:00:29.000Z","updated_at":"2025-04-10T21:18:32.000Z","dependencies_parsed_at":"2024-05-30T12:08:12.844Z","dependency_job_id":null,"html_url":"https://github.com/satendra03/LeetCode","commit_stats":null,"previous_names":["satendra03/leetcode"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satendra03%2FLeetCode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satendra03%2FLeetCode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satendra03%2FLeetCode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/satendra03%2FLeetCode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/satendra03","download_url":"https://codeload.github.com/satendra03/LeetCode/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248766207,"owners_count":21158297,"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":[],"created_at":"2024-11-06T05:07:21.433Z","updated_at":"2025-04-13T18:53:55.499Z","avatar_url":"https://github.com/satendra03.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LeetCode Solutions Repository  🚀\n\nWelcome to my LeetCode Solutions repository! This repository contains my solutions to various coding problems from LeetCode, a platform for practicing coding interviews. By sharing my solutions publicly, I aim to contribute to the learning and collaboration within the programming community.\n\n## Table of Contents 📑\n\n- [Introduction](#introduction)\n- [Directory Structure](#directory-structure)\n- [Solution Format](#solution-format)\n- [How to Use](#how-to-use)\n- [Contributing](#contributing)\n- [Contact](#contact)\n\n## Introduction 📘\n\nLeetCode is an excellent resource for sharpening your coding skills and preparing for technical interviews. This repository is organized by problem number and name, and each solution includes explanations and comments where applicable. My goal is to provide clear and concise solutions to help others understand different approaches to solving these problems.\n\n## Directory Structure 📂\n\nThe repository is structured as follows:\n\n\n- Each problem is stored in a directory named with the problem number and title.\n- Each problem directory contains:\n  - The solution file (e.g., `solution.cpp`)\n  - A `README.md` file with a detailed explanation of the problem and the solution\n\n## Solution Format 📝\n\nEach solution is provided in a separate file and follows this format:\n\n- **Filename:** `solution.cpp`\n- **Docstring:** A brief description of the problem\n- **Code:** The C++ code solving the problem\n- **Comments:** Inline comments explaining key parts of the solution\n\nAdditionally, each problem directory includes a `README.md` file with:\n\n- A restatement of the problem\n- Explanation of the approach and logic used in the solution\n- Time and space complexity analysis\n\n## How to Use 🔧\n\n1. **Clone the repository:**\n\n    ```bash\n    git clone https://github.com/satendra03/LeetCode.git\n    cd LeetCode\n    ```\n\n2. **Navigate to the solution of interest:**\n\n    ```bash\n    cd solutions/0001 - Two Sum\n    ```\n\n3. **Compile and run the solution:**\n\n    Each solution can be compiled and run using a C++ compiler. For example:\n\n    ```bash\n    g++ solution.cpp -o solution\n    ./solution\n    ```\n\n## Contributing 🤝\n\nContributions are welcome! If you have a better solution or additional problems to add, please follow these steps:\n\n1. Fork the repository\n2. Create a new branch (`git checkout -b feature-branch`)\n3. Commit your changes (`git commit -am 'Add new solution or improve existing one'`)\n4. Push to the branch (`git push origin feature-branch`)\n5. Create a new Pull Request\n\n## Contact  📬\n\nIf you have any questions, suggestions, or feedback, feel free to reach out to me:\n\n- LeetCode: [satendra_03](https://leetcode.com/satendra_03/)\n- GitHub: [satendra03](https://github.com/satendra03)\n- Email: [satendrakumarparteti.work@gmail.com](mailto:satendrakumarparteti.work@gmail.com)\n\nHappy coding!  😊","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatendra03%2Fleetcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsatendra03%2Fleetcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatendra03%2Fleetcode/lists"}