LeetCode 1310. XOR Queries of a Subarray in F#
URL
XOR Queries of a Subarray - LeetCode
Code
https://github.com/syohex/dotnet-study/tree/master/fsharp/leetcode/challenge/202409/xor_queries_of_a_subarray/main.fsx
let xorQueries (arr: int list) (queries: (int * int) list) : int list =
let rec x...
syohex.hashnode.dev1 min read