Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felipecacique/leetcodeexercises
Welcome to my LeetCode Solutions repository! Here, you'll find a curated collection of my solutions to various LeetCode problems.
https://github.com/felipecacique/leetcodeexercises
leetcode leetcode-python leetcode-solutions
Last synced: about 1 month ago
JSON representation
Welcome to my LeetCode Solutions repository! Here, you'll find a curated collection of my solutions to various LeetCode problems.
- Host: GitHub
- URL: https://github.com/felipecacique/leetcodeexercises
- Owner: felipecacique
- Created: 2024-01-09T15:16:32.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T22:54:49.000Z (about 2 months ago)
- Last Synced: 2024-11-20T23:27:03.601Z (about 2 months ago)
- Topics: leetcode, leetcode-python, leetcode-solutions
- Language: Python
- Homepage:
- Size: 882 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode Solutions
This 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.
## Motivation
- Sharpening problem-solving skills.
- Learning and implementing different algorithms and data structures.
- Preparing for technical interviews.## Structure
The repository is organized by LeetCode problem dificulty. Within each directory, you'll find:
1. **Problem Description**: A link to the problem.
2. **Solution**: My implementation of the solution in python.Feel free to explore the solutions, provide feedback, or suggest improvements.
## Progress
### Easy problems
- [x] add-binary
- [x] balanced-binary-tree
- [x] best-time-to-buy-and-sell-stock
- [x] binary-search
- [x] climbing-stairs
- [x] contains-duplicate
- [x] diameter-of-binary-tree
- [x] first-bad-version
- [x] flood-fill
- [x] implement-queue-using-stacks
- [x] invert-binary-tree
- [x] linked-list-cycle
- [x] longest-palindrome
- [x] majority-element
- [x] maximum-depth-of-binary-tree
- [x] merge-two-sorted-lists
- [x] middle-of-the-linked-list
- [x] ransom-note
- [x] reverse-linked-list
- [x] two-sum
- [x] valid-anagram
- [x] valid-palindrome
- [x] valid-parentheses### Medium problems
- [x] 01-matrix
- [x] 3sum
- [x] accounts-merge
- [x] binary-tree-level-order-traversal
- [x] binary-tree-right-side-view
- [x] clone-graph
- [x] coin-change
- [x] combination-sum
- [x] construct-binary-tree-from-preorder-and-inorder-traversal
- [x] container-with-most-water
- [x] course-schedule
- [x] evaluate-reverse-polish-notation
- [x] find-all-anagrams-in-a-string
- [x] implement-trie-prefix-tree
- [x] insert-interval
- [x] k-closest-points-to-origin
- [x] kth-smallest-element-in-a-bst
- [x] letter-combinations-of-a-phone-number
- [x] longest-palindromic-substring
- [x] longest-substring-without-repeating-characters
- [x] lowest-common-ancestor-of-a-binary-search-tree
- [x] lru-cache
- [x] maximum-subarray
- [x] merge-intervals
- [x] min-stack
- [x] minimum-height-trees
- [x] number-of-islands
- [x] partition-equal-subset-sum
- [x] permutations
- [x] product-of-array-except-self
- [x] rotting-oranges
- [x] search-in-rotated-sorted-array
- [x] sort-colors
- [x] spiral-matrix
- [x] subsets
- [x] task-scheduler
- [x] time-based-key-value-store
- [x] unique-paths
- [x] validate-binary-search-tree
- [x] word-break
- [x] word-search### Hard problems
- [x] minimum-window-substring
- [x] serialize-and-deserialize-binary-tree
- [x] trapping-rain-water## Connect with Me
Let's connect! Feel free to reach out for discussions, questions, or collaborations.
- [LinkedIn](https://www.linkedin.com/in/felipe-vital-cacique-70b04011a/?locale=en_US)
- [Email]([email protected])