{"id":22191396,"url":"https://github.com/felipecacique/leetcodeexercises","last_synced_at":"2025-03-24T20:43:03.844Z","repository":{"id":216334093,"uuid":"741038243","full_name":"felipecacique/LeetCodeExercises","owner":"felipecacique","description":"Welcome to my LeetCode Solutions repository! Here, you'll find a curated collection of my solutions to various LeetCode problems.","archived":false,"fork":false,"pushed_at":"2025-01-08T01:47:28.000Z","size":1075,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T01:15:54.472Z","etag":null,"topics":["leetcode","leetcode-python","leetcode-solutions"],"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/felipecacique.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-01-09T15:16:32.000Z","updated_at":"2025-01-08T01:47:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"4152c439-a5e9-4a5e-b657-90291a11f7a0","html_url":"https://github.com/felipecacique/LeetCodeExercises","commit_stats":null,"previous_names":["felipecacique/leetcodeexercises"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecacique%2FLeetCodeExercises","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecacique%2FLeetCodeExercises/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecacique%2FLeetCodeExercises/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felipecacique%2FLeetCodeExercises/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felipecacique","download_url":"https://codeload.github.com/felipecacique/LeetCodeExercises/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245351760,"owners_count":20601088,"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":["leetcode","leetcode-python","leetcode-solutions"],"created_at":"2024-12-02T12:15:56.334Z","updated_at":"2025-03-24T20:43:03.816Z","avatar_url":"https://github.com/felipecacique.png","language":"Python","readme":"# LeetCode Solutions\n\nThis repository contains my solutions to various LeetCode problems. As I continue to solve problems, I'll regularly update this repository to showcase my progress and coding skills.\n\n## Motivation\n\n- Sharpening problem-solving skills.\n- Learning and implementing different algorithms and data structures.\n- Preparing for technical interviews.\n\n## Structure\n\nThe repository is organized by LeetCode problem dificulty. Within each directory, you'll find:\n\n1. **Problem Description**: A link to the problem.\n2. **Solution**: My implementation of the solution in python.\n\nFeel free to explore the solutions, provide feedback, or suggest improvements.\n\n## Progress\n\n### Easy problems\n\n- [x] add-binary\n- [x] balanced-binary-tree\n- [x] best-time-to-buy-and-sell-stock\n- [x] binary-search\n- [x] climbing-stairs\n- [x] contains-duplicate\n- [x] diameter-of-binary-tree\n- [x] first-bad-version\n- [x] flood-fill\n- [x] implement-queue-using-stacks\n- [x] invert-binary-tree\n- [x] linked-list-cycle\n- [x] longest-palindrome\n- [x] majority-element\n- [x] maximum-depth-of-binary-tree\n- [x] merge-two-sorted-lists\n- [x] middle-of-the-linked-list\n- [x] ransom-note\n- [x] reverse-linked-list\n- [x] two-sum\n- [x] valid-anagram\n- [x] valid-palindrome\n- [x] valid-parentheses\n\n### Medium problems\n\n- [x] 01-matrix\n- [x] 3sum\n- [x] accounts-merge\n- [x] binary-tree-level-order-traversal\n- [x] binary-tree-right-side-view\n- [x] clone-graph\n- [x] coin-change\n- [x] combination-sum\n- [x] construct-binary-tree-from-preorder-and-inorder-traversal\n- [x] container-with-most-water\n- [x] course-schedule\n- [x] evaluate-reverse-polish-notation\n- [x] find-all-anagrams-in-a-string\n- [x] implement-trie-prefix-tree\n- [x] insert-interval\n- [x] k-closest-points-to-origin\n- [x] kth-smallest-element-in-a-bst\n- [x] letter-combinations-of-a-phone-number\n- [x] longest-palindromic-substring\n- [x] longest-substring-without-repeating-characters\n- [x] lowest-common-ancestor-of-a-binary-search-tree\n- [x] lru-cache\n- [x] maximum-subarray\n- [x] merge-intervals\n- [x] min-stack\n- [x] minimum-height-trees\n- [x] number-of-islands\n- [x] partition-equal-subset-sum\n- [x] permutations\n- [x] product-of-array-except-self\n- [x] rotting-oranges\n- [x] search-in-rotated-sorted-array\n- [x] sort-colors\n- [x] spiral-matrix\n- [x] subsets\n- [x] task-scheduler\n- [x] time-based-key-value-store\n- [x] unique-paths\n- [x] validate-binary-search-tree\n- [x] word-break\n- [x] word-search\n\n### Hard problems\n\n- [x] minimum-window-substring\n- [x] serialize-and-deserialize-binary-tree\n- [x] trapping-rain-water\n\n\n## Connect with Me\n\nLet's connect! Feel free to reach out for discussions, questions, or collaborations.\n\n- [LinkedIn](https://www.linkedin.com/in/felipe-vital-cacique-70b04011a/?locale=en_US)\n- [Email](felipecacique2@hotmail.com)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipecacique%2Fleetcodeexercises","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelipecacique%2Fleetcodeexercises","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelipecacique%2Fleetcodeexercises/lists"}