{"id":21606180,"url":"https://github.com/firoz-thakur/leetcodesolving","last_synced_at":"2025-03-18T14:41:57.563Z","repository":{"id":258142631,"uuid":"865741066","full_name":"Firoz-Thakur/LeetCodeSolving","owner":"Firoz-Thakur","description":"Welcome to the LeetCode Problem Solving repository! This repository contains solutions to a variety of problems from LeetCode, covering a wide range of topics in Data Structures and Algorithms. The goal is to enhance problem-solving skills and help you ace technical interviews.","archived":false,"fork":false,"pushed_at":"2025-02-08T10:57:08.000Z","size":178,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-08T11:35:51.455Z","etag":null,"topics":["algorithm","codechef-solutions","codeforces-solutions","competitive-programming","cpp","data-structures","java","leetcode","leetcode-solutions","problem-solving"],"latest_commit_sha":null,"homepage":"","language":"Java","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/Firoz-Thakur.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-10-01T03:47:53.000Z","updated_at":"2025-02-08T10:57:12.000Z","dependencies_parsed_at":"2024-12-18T17:32:24.289Z","dependency_job_id":"2c434f3f-8d35-46fc-8abd-47717b000ee5","html_url":"https://github.com/Firoz-Thakur/LeetCodeSolving","commit_stats":null,"previous_names":["firoz-thakur/leetcodesolving"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Firoz-Thakur%2FLeetCodeSolving","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Firoz-Thakur%2FLeetCodeSolving/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Firoz-Thakur%2FLeetCodeSolving/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Firoz-Thakur%2FLeetCodeSolving/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Firoz-Thakur","download_url":"https://codeload.github.com/Firoz-Thakur/LeetCodeSolving/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244243243,"owners_count":20422036,"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":["algorithm","codechef-solutions","codeforces-solutions","competitive-programming","cpp","data-structures","java","leetcode","leetcode-solutions","problem-solving"],"created_at":"2024-11-24T20:19:38.973Z","updated_at":"2025-03-18T14:41:57.518Z","avatar_url":"https://github.com/Firoz-Thakur.png","language":"Java","readme":"# Problem Solving with Data Structures and Algorithms - LeetCode\n\nWelcome to the **LeetCode Problem Solving** repository! This repository contains solutions to a variety of problems from **LeetCode**, covering a wide range of topics in **Data Structures** and **Algorithms**. The goal is to enhance problem-solving skills and help you ace technical interviews.\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [Repository Structure](#repository-structure)\n- [How to Use](#how-to-use)\n- [Technologies Used](#technologies-used)\n- [Getting Started](#getting-started)\n- [Contact Information](#contact-information)\n\n## Introduction\n\nThis repository is dedicated to solutions for problems sourced exclusively from **LeetCode**. Each problem is solved using optimal approaches in multiple programming languages where necessary, with a focus on:\n\n- **Time Complexity**\n- **Space Complexity**\n- **Scalability**\n\nYou can find my LeetCode profile [here](https://leetcode.com/u/FirozMars/).\n\n## Repository Structure\n\nThe repository is organized based on problem categories from LeetCode:\n\n```bash\n.\n├── Arrays\n├── Strings\n├── LinkedList\n├── Trees\n├── Graphs\n├── DynamicProgramming\n├── Recursion\n├── Backtracking\n├── SortingAndSearching\n├── Greedy\n└── README.md\n```\n\nEach folder corresponds to a specific data structure or algorithm type. Inside each folder, you'll find subfolders for each problem, containing solutions in one or more programming languages.\n\n### Example Folder Structure:\n\n```bash\nArrays/\n    ├── TwoSum_Solution.cpp\n    ├── TwoSum_Solution.java\n    └── TwoSum_Solution.py\n```\n\n## How to Use\n\nYou can browse the folders to find problems based on topic or difficulty level. Each solution is labeled with the problem name, its description, and an explanation of the approach taken.\n\n- Each solution file has a clear **problem statement** as a comment.\n- Solutions are optimized for **runtime** and **memory usage** where possible.\n\n### Problem Tags\n\nEach problem solution is tagged with the following metadata:\n\n- **Difficulty**: Easy, Medium, Hard\n- **Approach**: Brute Force, Optimized Solution\n- **Complexity Analysis**: Time and space complexity breakdown\n\n## Technologies Used\n\nThis repository contains solutions written in:\n\n- **C++**\n- **Java**\n- **Python**\n\nYou can choose the programming language that suits your preference.\n\n## Contact Information\n\nFor any queries or suggestions, feel free to reach out:\n\n- **Name**: Firoz kumar \n- **LeetCode Profile**: [LeetCode - FirozMars](https://leetcode.com/u/FirozMars/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiroz-thakur%2Fleetcodesolving","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffiroz-thakur%2Fleetcodesolving","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiroz-thakur%2Fleetcodesolving/lists"}