forked from CarlCao17/LeetCode
-
Notifications
You must be signed in to change notification settings - Fork 0
baltic-sea-origin/LeetCode
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# LeetCode 题解 这个仓库是记录我自己的LeetCode的题解,同时督促自己多刷题. 有些是单独写的题解,而有些是在网站上交了discussion,就直接复制过来了。 ## 按照类型分类 1. 滑动窗口 - [无重复字符的最长子串](https://leetcode-cn.com/problems/longest-substring-without-repeating-characters/) - 串联所有单词的子串 - 最小覆盖子串 - 至多包含两个不同字符的最长子串 - 长度最小的子数组 - 滑动窗口最大值 - 字符串的排列 - 最小区间 - 最小窗口子序列
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Java 98.5%
- PureBasic 1.5%