lint: added missing comment
This commit is contained in:
parent
23b4aa118b
commit
36e83352b8
@ -786,6 +786,7 @@ $$
|
|||||||
=== "TypeScript"
|
=== "TypeScript"
|
||||||
|
|
||||||
```typescript title="time_complexity.ts"
|
```typescript title="time_complexity.ts"
|
||||||
|
/* 常数阶 */
|
||||||
function constant(n: number): number {
|
function constant(n: number): number {
|
||||||
let count = 0;
|
let count = 0;
|
||||||
const size = 100000;
|
const size = 100000;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user