mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-13 18:00:18 +08:00
Format the C code in Clang-Format Style: Microsoft
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/*
|
||||
/**
|
||||
* File: worst_best_time_complexity.ts
|
||||
* Created Time: 2023-01-05
|
||||
* Author: RiverTwilight (contact@rene.wang)
|
||||
|
||||
Reference in New Issue
Block a user