From 959fd0fbee6c5f1790302d021b429f3a2de0aac7 Mon Sep 17 00:00:00 2001 From: shan-zeng-xin <14242120+shan-zengxin@user.noreply.gitee.com> Date: Sun, 13 Oct 2024 08:30:32 +0800 Subject: [PATCH] reciew and improve code --- Solution6.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Solution6.java b/Solution6.java index dc71678..11fed6f 100644 --- a/Solution6.java +++ b/Solution6.java @@ -82,4 +82,5 @@ private boolean isSubsetOf(List a, List b) { Set setB = new HashSet<>(b); return setB.containsAll(setA); } -} \ No newline at end of file +} +//szx到此一游 \ No newline at end of file