Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/)