Skip to content

add solution 33 and 153 #53

add solution 33 and 153

add solution 33 and 153 #53

Triggered via push April 21, 2024 13:45
Status Success
Total duration 22s
Artifacts

pull_request.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: src/LeetCode.Solutions/TreeNode.cs#L9
Cannot convert null literal to non-nullable reference type.
build: src/LeetCode.Solutions/TreeNode.cs#L9
Cannot convert null literal to non-nullable reference type.
build: src/LeetCode.Solutions/ListNode.cs#L8
Cannot convert null literal to non-nullable reference type.
build: src/LeetCode.Solutions/TreeLinkNode.cs#L11
Non-nullable field 'left' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/LeetCode.Solutions/TreeLinkNode.cs#L11
Non-nullable field 'right' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/LeetCode.Solutions/TreeLinkNode.cs#L11
Non-nullable field 'next' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/LeetCode.Solutions/Node.cs#L9
Non-nullable field 'children' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/LeetCode.Solutions/Node.cs#L11
Non-nullable field 'children' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/LeetCode.Solutions/876_MiddleOfTheLinkedList.cs#L37
Dereference of a possibly null reference.
build: src/LeetCode.Solutions/142_LinkedListCycleII.cs#L25
Dereference of a possibly null reference.