2024/10/02 灵神题单 滑动窗口

This commit is contained in:
Cool 2024-10-02 10:51:51 +08:00
parent ea77084c07
commit 7b8a2d291a
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
package com.cool.ling_cha_mount.sliding_windows;
/**
* Created with IntelliJ IDEA.
*
* @Author: Cool
* @Date: 2024/10/02/10:48
* @Description: 1456. 定长子串中元音的最大数目
* DayNumber 1
* Hard 2
* Level 4
* Score 1263
* @link https://leetcode.cn/problems/maximum-number-of-vowels-in-a-substring-of-given-length/description/
*/
public class Num1456 {
}