-
### LeetCode Username
ltm3x6
### Problem Number, Title, and Link
1829. Maximum XOR for Each Query https://leetcode.com/problems/maximum-xor-for-each-query
### Bug Category
Editorial
### Bug Desc…
-
Some of the code is unnecessarily complex because previously it tried to accommodate both `Log` and `Map` trees. After maps removal [#2284] it makes sense to minimize this code, so that it's log-speci…
-
`lizard` gives a CCN of 14
-
**Purpose of function:** The function takes a number and information about a specific number type as parameters. Then it will validate the number against this type and provide a validation result.
…
ekner updated
2 years ago
-
Lizard says code complexity is 13.
The function first checks whether the character sequence given has the right format to be a phone number.
Then it parses the character sequence into a PhoneNumbe…
-
`lizard` gives a CCN of 19
-
`lizard` gives a CCN of 16
-
`lizard` gives a 17 in code complexity.
-
`lizard` gives NLOC=48, CCN=24, length=79
-
Our automated tests currently run `ruff --max-complexity=101` when the [recommended setting](https://docs.astral.sh/ruff/settings/#lintmccabe) is `10`, not `101`. We do not need to reduce complexity …