mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-01 20:12:07 +08:00
Rename the common modules in Java, C++ and C.
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
|
||||
package chapter_array_and_linkedlist;
|
||||
|
||||
import include.*;
|
||||
import utils.*;
|
||||
|
||||
public class linked_list {
|
||||
/* 在链表的节点 n0 之后插入节点 P */
|
||||
|
||||
Reference in New Issue
Block a user