Skip to content

Commit 4faaca8

Browse files
committed
count subarr with given XOR
1 parent 6e9e040 commit 4faaca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Striver Sheet/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
- [4Sum](https://leetcode.com/problems/4sum/) - [Cpp Soultion](./Day-4/4Sum.cpp)
3636
- [Longest Consecutive Sequence](https://leetcode.com/problems/longest-consecutive-sequence/) - [Cpp Soultion](./Day-4/Longest%20Consecutive%20Sequence.cpp)
3737
- [Largest subarray with 0 sum](https://practice.geeksforgeeks.org/problems/largest-subarray-with-0-sum/1#) - [Cpp Soultion](./Day-4/Largest%20subarray%20with%200%20sum.cpp)
38-
- []() - [Cpp Soultion](./Day-4/.cpp)
38+
- [Count the number of subarrays having a given XOR](https://www.geeksforgeeks.org/count-number-subarrays-given-xor/)
3939
- [Longest Substring Without Repeating Characters](https://leetcode.com/problems/longest-substring-without-repeating-characters/) - [Cpp Soultion](./Day-4/Longest%20Substring%20Without%20Repeating%20Characters.cpp)
4040

4141
###

0 commit comments

Comments
 (0)