We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 239e91d commit cd21b9aCopy full SHA for cd21b9a
1 file changed
Week_03/id_1/LeetCode_703_1.java
@@ -0,0 +1,13 @@
1
+package id_1;
2
+
3
+/**
4
+ * @创建人 luoxiang
5
+ * @创建时间 2019/6/17 10:34
6
+ * @描述 LeetCode : 703. 数据流中的第K大元素 https://leetcode-cn.com/problems/kth-largest-element-in-a-stream/
7
+ */
8
+public class LeetCode_703_1 {
9
+ public static void main(String[] args) {
10
+ System.out.println("111");
11
+ }
12
13
+}
0 commit comments