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

@@ -3,7 +3,7 @@
* Created Time: 2023-04-15
* Author: Gonglja (glj0@outlook.com)
*/
#include "../include/include.h"
#include "../utils/common.h"
/* 函数 */
int func() {

View File

@@ -4,7 +4,7 @@
* Author: sjinzh (sjinzh@gmail.com)
*/
#include "../include/include.h"
#include "../utils/common.h"
/* 常数阶 */
int constant(int n) {

View File

@@ -4,7 +4,7 @@
* Author: sjinzh (sjinzh@gmail.com)
*/
#include "../include/include.h"
#include "../utils/common.h"
/* 生成一个数组,元素为 { 1, 2, ..., n },顺序被打乱 */
int *randomNumbers(int n) {