Skip to content

Commit

Permalink
Create Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wisdompeak authored Mar 13, 2021
1 parent 4d38b35 commit b6bb37f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Bit_Manipulation/1310.XOR-Queries-of-a-Subarray/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### 1310.XOR-Queries-of-a-Subarray

求区间的异或和,可以转化为前缀异或和的异或。即```xor[i:j] = pre_xor[j] ^ pre_xor[i-1]```.

0 comments on commit b6bb37f

Please sign in to comment.