Skip to content

Commit f7bb89c

Browse files
committed
Create README - LeetHub
1 parent bda8ca8 commit f7bb89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2401-longest-nice-subarray/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h2><a href="https://leetcode.com/problems/longest-nice-subarray/?envType=daily-question&envId=2025-03-18">2401. Longest Nice Subarray</a></h2><h3>Medium</h3><hr><p>You are given an array <code>nums</code> consisting of <strong>positive</strong> integers.</p>
1+
<h2><a href="https://leetcode.com/problems/longest-nice-subarray">2401. Longest Nice Subarray</a></h2><h3>Medium</h3><hr><p>You are given an array <code>nums</code> consisting of <strong>positive</strong> integers.</p>
22

33
<p>We call a subarray of <code>nums</code> <strong>nice</strong> if the bitwise <strong>AND</strong> of every pair of elements that are in <strong>different</strong> positions in the subarray is equal to <code>0</code>.</p>
44

0 commit comments

Comments
 (0)