Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit426a50d

Browse files
refactor 206
1 parente243497 commit426a50d

File tree

1 file changed

+0
-12
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+0
-12
lines changed

‎src/main/java/com/fishercoder/solutions/_206.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,6 @@
22

33
importcom.fishercoder.common.classes.ListNode;
44

5-
/**
6-
* 206. Reverse Linked List
7-
*
8-
* Reverse a singly linked list.
9-
*
10-
* Example:
11-
* Input: 1->2->3->4->5->NULL
12-
* Output: 5->4->3->2->1->NULL
13-
*
14-
* Follow up:
15-
* A linked list can be reversed either iteratively or recursively. Could you implement both?
16-
* */
175
publicclass_206 {
186

197
publicstaticclassSolution1 {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp