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: 26 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 (6 months ago)
- Default Branch: master
- Last Pushed: 2024-12-26T13:23:04.000Z (about 1 month ago)
- Last Synced: 2024-12-26T14:24:01.488Z (about 1 month ago)
- Topics: algorithms, leetcode, leetcode-solutions
- Language: Shell
- Homepage: http://leetcode.ricky-hu.com/
- Size: 78.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/)
- [2. Add Two Numbers](./2/)
- [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/)
- [30. Substring with Concatenation of All Words](./30/)
- [33. Search in Rotated Sorted Array](./33/)
- [36. Valid Sudoku](./36/)
- [45. Jump Game II](./45/)
- [48. Rotate Image](./48/)
- [54. Spiral Matrix](./54/)
- [55. Jump Game](./55/)
- [56. Merge Intervals](./56/)
- [57. Insert Intervals](./57/)
- [58. Length of Last Word](./58/)
- [71. Simplify Path](./71/)
- [73. Set Matrix Zeroes](./73/)
- [76. Minimum Window Substring](./76/)
- [80. Remove Duplicates from Sorted Array](./80/)
- [88. Merge Sorted Array](./88/)
- [92. Reverse Linked List II](./92/)
- [104. Maximum Depth of Binary Tree](./104/)
- [105. Construct Binary Tree from Preorder and Inorder Traversal](./105/)
- [121. Best Time to Buy and Sell Stock](./121/)
- [122. Best Time to Buy and Sell Stock II](./122/)
- [125. Valid Palindrome](./125/)
- [128. Longest Consecutive Sequence](./128/)
- [141. Linked List Cycle](./141/)
- [146. LRU Cache](./146/)
- [153. Find Minimum in Rotated Sorted Array](./153/)
- [155. Min Stack](./155/)
- [167. Two Sum II - Input Array Is Sorted](./167/)
- [169. Majority Element](./169/)
- [189. Rotate Array](./189/)
- [205. Isomorphic Strings](./205/)
- [209. Minimum Size Subarray Sum](./209/)
- [289. Game of Life](./289/)
- [383. Ransom Note](./383/)
- [392. Is Subsequence](./392/)
- [452. Minimum Number of Arrows to Burst Balloons](./452/)
- [1768. Merge Strings Alternately](./1768/)
- [2825. Make String a Subsequence Using Cyclic Increments](./2825/)