https://github.com/yanyue404/leetcode
https://leetcode-cn.com/u/yanyue404/
https://github.com/yanyue404/leetcode
Last synced: 3 months ago
JSON representation
https://leetcode-cn.com/u/yanyue404/
- Host: GitHub
- URL: https://github.com/yanyue404/leetcode
- Owner: yanyue404
- Created: 2020-07-05T07:01:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-09T16:37:00.000Z (over 2 years ago)
- Last Synced: 2025-01-01T09:41:26.144Z (5 months ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## leetcode
[](https://996.icu/#/zh_CN) [](https://travis-ci.org/yanyue404/leetcode) [](https://codecov.io/gh/yanyue404/leetcode)
## 介绍
[yanyue404](https://leetcode.cn/u/yanyue404/) 以专题为单位的学习。目前正在 { String 专题 } { Array 专题 } { TwoPointers 专题}
**String 专题**
- 13.roman-to-integer 罗马数字转整数
**Array 专题**
- 1.Two Sum 两数之和
- 26.Remove Duplicates from Sorted Array 删除有序数组中的重复项**TwoPointers 专题**
- 3.longest-substring-without-repeating-characters 无重复字符的最长子串
- 125.valid-palindrome 验证回文串
- 344.reverse-string 反转字符串#### 参考链接
- https://regex101.com/
- https://leetcode-cn.com/circle/article/qDaN1Y/