mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-08 21:46:06 +00:00
Format the C code in Clang-Format Style: Microsoft
This commit is contained in:
@@ -121,6 +121,7 @@ int factorialRecur(int n) {
|
||||
return count;
|
||||
}
|
||||
|
||||
/* Driver Code */
|
||||
int main() {
|
||||
// 可以修改 n 运行,体会一下各种复杂度的操作数量变化趋势
|
||||
int n = 8;
|
||||
|
||||
@@ -27,6 +27,7 @@ int findOne(List<int> nums) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
/* Driver Code */
|
||||
int main() {
|
||||
for (var i = 0; i < 10; i++) {
|
||||
int n = 100;
|
||||
|
||||
Reference in New Issue
Block a user