{"id":20597852,"url":"https://github.com/lfrench03/--problems","last_synced_at":"2025-08-12T23:07:35.393Z","repository":{"id":258158531,"uuid":"858567224","full_name":"LFrench03/--Problems","owner":"LFrench03","description":"My own solutions on my daily LeetCode platform problem picks.","archived":false,"fork":false,"pushed_at":"2024-11-02T10:30:32.000Z","size":573,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T00:16:44.650Z","etag":null,"topics":["leetcode","leetcode-python","leetcode-solutions","problem-solving"],"latest_commit_sha":null,"homepage":"https://leetcode.com/u/Lerne03/","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/LFrench03.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}},"created_at":"2024-09-17T06:10:56.000Z","updated_at":"2024-11-02T10:30:35.000Z","dependencies_parsed_at":"2025-04-16T04:17:25.290Z","dependency_job_id":null,"html_url":"https://github.com/LFrench03/--Problems","commit_stats":null,"previous_names":["lfrench03/--problems"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LFrench03/--Problems","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LFrench03%2F--Problems","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LFrench03%2F--Problems/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LFrench03%2F--Problems/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LFrench03%2F--Problems/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LFrench03","download_url":"https://codeload.github.com/LFrench03/--Problems/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LFrench03%2F--Problems/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270149345,"owners_count":24535728,"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-12T02:00:09.011Z","response_time":80,"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":["leetcode","leetcode-python","leetcode-solutions","problem-solving"],"created_at":"2024-11-16T08:24:10.168Z","updated_at":"2025-08-12T23:07:35.354Z","avatar_url":"https://github.com/LFrench03.png","language":"Python","readme":"\u003ch1 align=center\u003e\u003cb\u003eLeetCode Problem-Solving\u003c/b\u003e\u003c/h1\u003e\n\n---\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://leetcode.com/u/Lerne03/\"\u003e\n    \u003cimg src=\"https://leetcard.jacoblin.cool/Lerne03?theme=light\" alt=\"Lerne03's LeetCode Stats\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003ch3 align=center\u003e\u003cb\u003eLanguages:\u003c/b\u003e\u003c/h3\u003e\n\n---\n\n\u003cp align=\"center\"\u003e\n    \u003ca\u003e\n        \u003cimg src=\"https://techstack-generator.vercel.app/python-icon.svg\" alt=\"py\" width=\"65\" height=\"65\" /\u003e \u003cimg src=\"https://techstack-generator.vercel.app/java-icon.svg\" alt=\"js\" width=\"75\" height=\"75\" /\u003e  \u003cimg src=\"https://techstack-generator.vercel.app/cpp-icon.svg\" alt=\"cpp\" width=\"70\" height=\"70\" /\u003e \n    \u003c/a\u003e     \n\u003c/p\u003e\n\n\u003ch3 align=center\u003e\u003cb\u003eMy own published solutions so far:\u003c/b\u003e\u003c/h3\u003e\n\n---\n\n\u003cdetails\u003e\n  \u003csummary\u003e\u003c/summary\u003e\n  \n- [Reverse Bit](https://leetcode.com/problems/reverse-bits/solutions/5885758/easy-code-explained-reverse-bit-manipulation-using-recursion-in-an-elegant-way)\n- [Minimum String Lenght After Removing Substrings](https://leetcode.com/problems/minimum-string-length-after-removing-substrings/solutions/5880791/easy-python-singleline-c-java-solution-with-explanation)\n- [Valid Palindrome](https://leetcode.com/problems/valid-palindrome/solutions/5850201/easy-python-explained-solution-on-time-o1-space-complexity-valid-palindrom)\n- [Valid Palindrom (2nd submission with 3ms Runtime)](https://leetcode.com/problems/valid-palindrome/solutions/5930324/valid-palindrome-3ms-runtime-100-beats-less-then-5-lines-easy-solution)\n- [Valid Palindrome II](https://leetcode.com/problems/valid-palindrome-ii/solutions/5930410/valid-palindrome-ii-31ms-runtime-100-beats-less-then-6-lines-easy-solution)\n- [Reverse Interger](https://leetcode.com/problems/reverse-integer/solutions/5797089/easy-simple-reverse-interger-method-32-bits-range-in-6-lines)\n- [Fizz Buzz](https://leetcode.com/problems/fizz-buzz/solutions/5888839/one-line-solution-clasic-fizzbuzz-o-n-complexity-using-list-comprehension)\n- [Number of 1 Bits](https://leetcode.com/problems/number-of-1-bits/solutions/5890090/hamming-weight-number-if-1-bits-recursive-string-solution-with-o-log-n-complexity-explained)\n- [Isomorphic string](https://leetcode.com/problems/isomorphic-strings/solutions/5894293/one-line-solution-using-list-comprehension-o-n-complexity-explained)\n- [N-Queens](https://leetcode.com/problems/n-queens/solutions/5910147/backtracking-easy-python-n-queens-solution)\n- [N-Queens II](https://leetcode.com/problems/n-queens-ii/solutions/5910040/backtracking-simple-explained-python-solution-n-queens-ii)\n- [Word Pattern](https://leetcode.com/problems/word-pattern/solutions/5915400/one-line-easy-python-solution-explained-word-pattern)\n- [Valid Anagram](https://leetcode.com/problems/valid-anagram/solutions/5915431/one-line-easy-python-solution-explained-valid-anagram)\n- [Reverse String](https://leetcode.com/problems/reverse-string/solutions/5924220/one-line-code-hack-simple-python-solution)\n- [Find Kth Bit in Nth Binary String](https://leetcode.com/problems/find-kth-bit-in-nth-binary-string/solutions/5939188/simple-intuitive-python-solution-explained-find-kth-bit-in-nth-binary-string)\n- [Set Matrix Zeroes](https://leetcode.com/problems/set-matrix-zeroes/solutions/5939272/simple-intuitive-python-solution-explained-98-beats-set-matrix-zeroes)\n- [Spiral Matrix](https://leetcode.com/problems/spiral-matrix/solutions/5943392/easy-recursive-python-solution-explained-100-beats-spiral-matrix)\n- [Rotate Image](https://leetcode.com/problems/rotate-image/solutions/5946027/two-simple-python-solutions-explained-97-100-beats-rotate-image)\n- [Game of Life](https://leetcode.com/problems/game-of-life/solutions/5946076/two-python-solutions-100-beats-game-of-life)\n- [Fibonnacci Number](https://leetcode.com/problems/fibonacci-number/solutions/5946249/easy-old-school-backtracking)\n- [Climbing Stairs](https://leetcode.com/problems/climbing-stairs/solutions/5956615/fibonacci-style)\n- [Remove Subfolders from Filesystem](https://leetcode.com/problems/remove-sub-folders-from-the-filesystem/solutions/5966428/simple-solution-explained)\n- [Simplify Path](https://leetcode.com/problems/simplify-path/solutions/5966520/simple-simplify-path-4-lines)\n- [Kth Largest Element in an Array](https://leetcode.com/problems/kth-largest-element-in-an-array/solutions/5966544/simple-single-return-line-solution)\n- [Same Tree](https://leetcode.com/problems/same-tree/solutions/5972159/one-line-solution-explained)\n- [Path Sum](https://leetcode.com/problems/path-sum/solutions/5972791/one-line-solution)\n- [Valid Number](https://leetcode.com/problems/valid-number/solutions/5973519/one-line-regex-solution-valid-number)\n- [Maximum Number of Moves in a Grid](https://leetcode.com/problems/maximum-number-of-moves-in-a-grid/solutions/5980919/recursive-approach-maximum-number-of-moves-in-a-grid)\n- [Convert Sorted Array to BST](https://leetcode.com/problems/convert-sorted-array-to-binary-search-tree/solutions/5985264/elegant-intuitive-solution-convert-sorted-array-to-bst)\n- [Search in Rotated Sorted Array](https://leetcode.com/problems/search-in-rotated-sorted-array/solutions/5985322/one-line-solution-there-is-always-an-easier-way-search-in-rotated-sorted-array)\n- [Sort List](https://leetcode.com/problems/sort-list/solutions/5989174/easy-approach-sort-list)\n- [Find First and Last Position of Element in Sorted Array](https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/solutions/5997086/one-line-solution-theres-always-an-easier-way)\n- [Circular Sentence](https://leetcode.com/problems/circular-sentence/solutions/5997162/simple-approach-explained-circular-sentence)\n- [Delete Characters to Make Fancy Strig](https://leetcode.com/problems/delete-characters-to-make-fancy-string/solutions/5997220/simple-approach-explained-delete-characters-to-make-fancy-string)\n\n\n\u003ch3 align=center\u003e\u003cb\u003eComplexity hierarchy:\u003c/b\u003e\u003c/h3\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://leetcode.com/explore/interview/card/cheatsheets/720/resources/4725/\"\u003e\n    \u003cb\u003eO(1) ⊂ O(log n) ⊂ O(n) ⊂ O(n log n) ⊂ O(n²) ⊂ O(n³) ⊂ O(2ⁿ)\u003c/b\u003e\n  \u003c/a\u003e   \n\u003c/p\u003e\n\u003c/details\u003e\n\n---\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flfrench03%2F--problems","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flfrench03%2F--problems","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flfrench03%2F--problems/lists"}