Rename the common modules in Java, C++ and C.

This commit is contained in:
krahets
2023-04-24 04:11:18 +08:00
parent c6eecfd0dc
commit 145975b335
120 changed files with 122 additions and 380 deletions

View File

@ -6,7 +6,7 @@
package chapter_array_and_linkedlist;
import include.*;
import utils.*;
public class linked_list {
/* 在链表的节点 n0 之后插入节点 P */