Format the C code in Clang-Format Style: Microsoft

This commit is contained in:
krahets
2023-04-17 21:13:15 +08:00
parent 1d6b7a5644
commit 9a98ff8a5e
46 changed files with 215 additions and 216 deletions

View File

@@ -1,8 +1,8 @@
/*
* File: binary_search.ts
* Created Time: 2022-12-27
* Author: Daniel (better.sunjian@gmail.com)
*/
/**
* File: binary_search.ts
* Created Time: 2022-12-27
* Author: Daniel (better.sunjian@gmail.com)
*/
/* 二分查找(双闭区间) */
function binarySearch(nums: number[], target: number): number {

View File

@@ -1,4 +1,4 @@
/*
/**
* File: worst_best_time_complexity.ts
* Created Time: 2023-01-05
* Author: RiverTwilight (contact@rene.wang)