mirror of
https://github.com/krahets/hello-algo.git
synced 2026-08-20 15:30: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:
@@ -36,7 +36,7 @@ int climbingStairsDFSMem(int n) {
|
||||
/* Driver Code */
|
||||
int main() {
|
||||
int n = 9;
|
||||
|
||||
|
||||
int res = climbingStairsDFSMem(n);
|
||||
printf("爬 %d 阶楼梯共有 %d 种方案\n", n, res);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user