From 7b8a2d291a388bbe1380eec775ff14fe007c3198 Mon Sep 17 00:00:00 2001 From: Cool <747682928@qq.com> Date: Wed, 2 Oct 2024 10:51:51 +0800 Subject: [PATCH] =?UTF-8?q?2024/10/02=20=E7=81=B5=E7=A5=9E=E9=A2=98?= =?UTF-8?q?=E5=8D=95=20=E6=BB=91=E5=8A=A8=E7=AA=97=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ling_cha_mount/sliding_windows/Num1456.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/main/java/com/cool/ling_cha_mount/sliding_windows/Num1456.java diff --git a/src/main/java/com/cool/ling_cha_mount/sliding_windows/Num1456.java b/src/main/java/com/cool/ling_cha_mount/sliding_windows/Num1456.java new file mode 100644 index 0000000..d8f305c --- /dev/null +++ b/src/main/java/com/cool/ling_cha_mount/sliding_windows/Num1456.java @@ -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 { +}