diff --git a/pom.xml b/pom.xml
index 70b765a..c53e654 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,9 +4,10 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
- org.example
- LeetCode
- 1.0-SNAPSHOT
+ org.example
+ LeetCode
+ 1.0-SNAPSHOT
+ jar
UTF-8
17
@@ -36,4 +37,44 @@
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.10.4
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+
+
+ org.apache.maven.plugins
+ maven-resources-plugin
+ 2.6
+
+
+
+ copy-resources
+ validate
+
+ copy-resources
+
+
+ ${project.build.directory}/classes/
+
+
+ src/main/resources
+ true
+
+
+
+
+
+
+
+
+
diff --git a/src/main/java/cn/whaifree/leetCode/LeetCode/LeetCode496.java b/src/main/java/cn/whaifree/leetCode/LeetCode/LeetCode496.java
new file mode 100644
index 0000000..a9348c6
--- /dev/null
+++ b/src/main/java/cn/whaifree/leetCode/LeetCode/LeetCode496.java
@@ -0,0 +1,113 @@
+package cn.whaifree.leetCode.LeetCode;
+
+import org.junit.Test;
+
+import java.util.Arrays;
+import java.util.Deque;
+import java.util.HashMap;
+import java.util.LinkedList;
+import java.util.concurrent.ConcurrentHashMap;
+
+/**
+ * @version 1.0
+ * @Author whai文海
+ * @Date 2024/4/9 10:50
+ * @注释
+ */
+public class LeetCode496 {
+
+ @Test
+ public void test() {
+
+ ConcurrentHashMap