Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ricky9667/leetcode-solutions
My Leetcode Solutions.
https://github.com/ricky9667/leetcode-solutions
algorithms leetcode leetcode-solutions
Last synced: 7 days ago
JSON representation
My Leetcode Solutions.
- Host: GitHub
- URL: https://github.com/ricky9667/leetcode-solutions
- Owner: ricky9667
- Created: 2024-07-25T06:40:09.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-10-28T02:37:35.000Z (19 days ago)
- Last Synced: 2024-10-28T06:18:49.336Z (19 days ago)
- Topics: algorithms, leetcode, leetcode-solutions
- Language: Kotlin
- Homepage: http://leetcode.ricky-hu.com/
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leetcode-Solutions
[My Leetcode Profile](https://leetcode.com/u/ricky9667/)
## Problems
- [1. Two Sum](./1/)
- [3. Longest Substring Without Repeating Characters](./3/)
- [6. Zigzag Conversion](./6/)
- [11. Container With Most Water](./11/)
- [12. Integer to Roman](./12/)
- [13. Roman to Integer](./13/)
- [14. Longest Common Prefix](./14/)
- [15. 3Sum](./15/)
- [26. Remove Duplicates from Sorted Array](./26/)
- [27. Remove Element](./27/)
- [28. Find the Index of the First Occurrence in a String](./28/)
- [33. Search in Rotated Sorted Array](./33/)
- [45. Jump Game II](./45/)
- [55. Jump Game](./55/)
- [58. Length of Last Word](./58/)
- [80. Remove Duplicates from Sorted Array](./80/)
- [88. Merge Sorted Array](./88/)
- [121. Best Time to Buy and Sell Stock](./121/)
- [122. Best Time to Buy and Sell Stock II](./122/)
- [125. Valid Palindrome](./125/)
- [153. Find Minimum in Rotated Sorted Array](./153/)
- [167. Two Sum II - Input Array Is Sorted](./167/)
- [169. Majority Element](./169/)
- [189. Rotate Array](./189/)
- [209. Minimum Size Subarray Sum](./209/)
- [392. Is Subsequence](./392/)
- [2825. Make String a Subsequence Using Cyclic Increments](./2825/)