mirror of
https://github.com/krahets/hello-algo.git
synced 2026-08-12 20:00:58 +00:00
Simplify struct declarations of C.
Use PascalCase for all structs in C. SImplify n_queens.c Format C code for chapter of graph.
This commit is contained in:
@@ -42,6 +42,6 @@ int main() {
|
||||
// 二分查找(双闭区间)
|
||||
int index = binarySearch(nums, target, numsSize);
|
||||
printf("目标元素 6 的索引 = %d\n", index);
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user