File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 66[ ![ CI] ( https://github.com/j178/leetgo/actions/workflows/ci.yaml/badge.svg )] ( https://github.com/j178/leetgo/actions/workflows/ci.yaml )
77[ ![ GitHub downloads] ( https://img.shields.io/github/downloads/j178/leetgo/total )] ( https://github.com/j178/leetgo/releases )
88[ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg )] ( https://makeapullrequest.com )
9- [ ![ Twitter Follow] ( https://img.shields.io/twitter/follow/niceoe )] ( https://twitter.com/niceoe )
9+ [ ![ Twitter Follow] ( https://img.shields.io/twitter/follow/j178x )] ( https://twitter.com/j178x )
1010<img align =" right " height =150 src =" https://github.com/user-attachments/assets/5942dc93-31b5-4d93-ba55-4c0b20550981 " />
1111
1212` leetgo ` is a command-line tool for LeetCode that provides almost all the functionality of LeetCode,
Original file line number Diff line number Diff line change 88)
99
1010func TestInfiniteLoopDetect (t * testing.T ) {
11-
1211 linkedList := & ListNode {Val : 1 }
1312 linkedList .Next = & ListNode {Val : 2 , Next : linkedList }
1413
You can’t perform that action at this time.
0 commit comments