There was an error while loading. Please reload this page.
2 parents 24cf7ba + 1b9cad1 commit 83a82eaCopy full SHA for 83a82ea
1 file changed
leetcode3/염혜정/3875. Construct Uniform Parity Array I.java
@@ -0,0 +1,7 @@
1
+// 짝수 - 짝수 = 짝수 / 홀수 - 홀수 = 짝수 / 짝수 - 홀수 = 홀수
2
+
3
+class Solution {
4
+ public boolean uniformArray(int[] nums1) {
5
+ return true;
6
+ }
7
+}
0 commit comments