Skip to content

Solve CoinChangeII with the backtracking approach. #280

Solve CoinChangeII with the backtracking approach.

Solve CoinChangeII with the backtracking approach. #280

Triggered via push December 13, 2024 22:50
Status Success
Total duration 1m 1s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: DailyCodingProblem/src/DailyCodingProblem.Challenges/Y2024/M08/Day04Task.cs#L59
Dereference of a possibly null reference.
build: LeetCode/src/LeetCode.Challenges/Problems00xx/N_0024_SwapNodesInPairs/Solutions.cs#L17
The tuple element name 'next' is ignored because a different name or no name is specified by the target type '(ListNode, ListNode)'.
build: LeetCode/tests/LeetCode.Challenges.UnitTests/Problems00xx/N_0010_RegularExpressionMatching/SolutionTests.cs#L12
Theory method 'GivenStringAndPattern_WhenCallIsMatch_ThenNotImplementedExceptionThrown' on test class 'SolutionTests' does not use parameter 'expectedResult'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
build: DailyCodingProblem/src/DailyCodingProblem.Challenges/Y2024/M08/Day04Task.cs#L59
Dereference of a possibly null reference.
build: LeetCode/src/LeetCode.Challenges/Problems00xx/N_0024_SwapNodesInPairs/Solutions.cs#L17
The tuple element name 'next' is ignored because a different name or no name is specified by the target type '(ListNode, ListNode)'.
build: LeetCode/tests/LeetCode.Challenges.UnitTests/Problems00xx/N_0010_RegularExpressionMatching/SolutionTests.cs#L12
Theory method 'GivenStringAndPattern_WhenCallIsMatch_ThenNotImplementedExceptionThrown' on test class 'SolutionTests' does not use parameter 'expectedResult'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)