Skip to content

Updated readme

Updated readme #4

Triggered via push December 27, 2023 14:21
Status Success
Total duration 1m 45s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build-windows: LeetCodeNet/G0001_0100/S0025_reverse_nodes_in_k_group/Solution.cs#L22
Converting null literal or possible null value to non-nullable type.
build-windows: LeetCodeNet/G0001_0100/S0025_reverse_nodes_in_k_group/Solution.cs#L27
Converting null literal or possible null value to non-nullable type.
build-windows: LeetCodeNet/G0001_0100/S0025_reverse_nodes_in_k_group/Solution.cs#L28
Converting null literal or possible null value to non-nullable type.
build-windows: LeetCodeNet/G0001_0100/S0025_reverse_nodes_in_k_group/Solution.cs#L32
Dereference of a possibly null reference.
build-windows: LeetCodeNet/G0001_0100/S0025_reverse_nodes_in_k_group/Solution.cs#L32
Converting null literal or possible null value to non-nullable type.
build-windows: LeetCodeNet/G0001_0100/S0025_reverse_nodes_in_k_group/Solution.cs#L35
Converting null literal or possible null value to non-nullable type.
build-windows: LeetCodeNet/G0001_0100/S0025_reverse_nodes_in_k_group/Solution.cs#L41
Possible null reference argument for parameter 'head' in 'ListNode Solution.ReverseKGroup(ListNode head, int k)'.
build-windows: LeetCodeNet/G0001_0100/S0002_add_two_numbers/Solution.cs#L21
Converting null literal or possible null value to non-nullable type.
build-windows: LeetCodeNet/G0001_0100/S0025_reverse_nodes_in_k_group/Solution.cs#L22
Converting null literal or possible null value to non-nullable type.
build-windows: LeetCodeNet/G0001_0100/S0025_reverse_nodes_in_k_group/Solution.cs#L27
Converting null literal or possible null value to non-nullable type.
build-windows: LeetCodeNet/G0001_0100/S0025_reverse_nodes_in_k_group/Solution.cs#L28
Converting null literal or possible null value to non-nullable type.
build-windows: LeetCodeNet/G0001_0100/S0025_reverse_nodes_in_k_group/Solution.cs#L32
Dereference of a possibly null reference.
build-windows: LeetCodeNet/G0001_0100/S0025_reverse_nodes_in_k_group/Solution.cs#L32
Converting null literal or possible null value to non-nullable type.
build-windows: LeetCodeNet/G0001_0100/S0025_reverse_nodes_in_k_group/Solution.cs#L35
Converting null literal or possible null value to non-nullable type.
build-windows: LeetCodeNet/G0001_0100/S0025_reverse_nodes_in_k_group/Solution.cs#L41
Possible null reference argument for parameter 'head' in 'ListNode Solution.ReverseKGroup(ListNode head, int k)'.