{"id":32719119,"url":"https://github.com/aqibniazi/leetcode_2025","last_synced_at":"2025-11-02T18:03:23.536Z","repository":{"id":312674766,"uuid":"1048300036","full_name":"AqibNiazi/LeetCode_2025","owner":"AqibNiazi","description":"I’m solving one LeetCode problem every day — not just to get better at coding interviews, but to master problem-solving patterns and build consistency. This repo documents my daily progress with intuitive explanations, optimized solutions, and clear reasoning for each approach. Follow my journey as it grows one commit at a time!","archived":false,"fork":false,"pushed_at":"2025-10-24T18:54:40.000Z","size":50,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-24T20:38:15.568Z","etag":null,"topics":["arrays","dsa-algorithm","python-3","strings","two-pointers"],"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/AqibNiazi.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-09-01T08:29:36.000Z","updated_at":"2025-10-24T18:54:44.000Z","dependencies_parsed_at":"2025-09-01T10:52:13.634Z","dependency_job_id":"f399638f-b24b-405a-bab3-37f54f334789","html_url":"https://github.com/AqibNiazi/LeetCode_2025","commit_stats":null,"previous_names":["aqibniazi/leetcode_2025"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AqibNiazi/LeetCode_2025","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AqibNiazi%2FLeetCode_2025","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AqibNiazi%2FLeetCode_2025/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AqibNiazi%2FLeetCode_2025/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AqibNiazi%2FLeetCode_2025/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AqibNiazi","download_url":"https://codeload.github.com/AqibNiazi/LeetCode_2025/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AqibNiazi%2FLeetCode_2025/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":282332561,"owners_count":26652047,"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-11-02T02:00:06.609Z","response_time":64,"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":["arrays","dsa-algorithm","python-3","strings","two-pointers"],"created_at":"2025-11-02T18:02:40.877Z","updated_at":"2025-11-02T18:03:23.530Z","avatar_url":"https://github.com/AqibNiazi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!---LeetCode Topics Start--\u003e\n\n# LeetCode Topics\n\n## Arrays\n|  |\n| ------------- |\n| [1929-concatenation-of-array](https://github.com/AqibNiazi/LeetCode_2025/tree/main/1929-concatenation-of-array) |\n| [0049-group-anagrams](https://github.com/AqibNiazi/LeetCode_2025/tree/main/0049-group-anagrams) |\n\n## Strings\n|  |\n| ------------- |\n| [0014-longest-common-prefix](https://github.com/AqibNiazi/LeetCode_2025/tree/main/0014-longest-common-prefix) |\n\n## Hash Table\n|  |\n| ------------- |\n| [0242-valid-anagram](https://github.com/AqibNiazi/LeetCode_2025/tree/main/0242-valid-anagram) |\n| [0001-two-sum](https://github.com/AqibNiazi/LeetCode_2025/tree/main/0001-two-sum) |\n\n\n## Two Pointers\n|  |\n| ------------- |\n| [1768-merge-strings-alternately](https://github.com/AqibNiazi/LeetCode_2025/tree/main/1768-merge-strings-alternately) |\n| [0680-valid-palindrome-II](https://github.com/AqibNiazi/LeetCode_2025/tree/main/0680-valid-palindrome-II) |\n| [0027-remove-element](https://github.com/AqibNiazi/LeetCode_2025/tree/main/0027-remove-element) |\n| [0125-valid-palindrome](https://github.com/AqibNiazi/LeetCode_2025/tree/main/0125-valid-palindrome) |\n| [0167-two-sum-II-Input-array-is-sorted](https://github.com/AqibNiazi/LeetCode_2025/tree/main/0167-two-sum-II-Input-array-is-sorted) |\n| [0015-3sum](https://github.com/AqibNiazi/LeetCode_2025/tree/main/0015-3sum) |\n| [0018-4sum](https://github.com/AqibNiazi/LeetCode_2025/tree/main/0018-4sum) |\n| [0189-rotate-array](https://github.com/AqibNiazi/LeetCode_2025/tree/main/0189-rotate-array) |\n\n\u003c!---LeetCode Topics End--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faqibniazi%2Fleetcode_2025","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faqibniazi%2Fleetcode_2025","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faqibniazi%2Fleetcode_2025/lists"}