Skip to content

Commit 4c7464f

Browse files
authored
update 0860.柠檬水找零 :添加复杂度分析
1 parent 25bf085 commit 4c7464f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

problems/0860.柠檬水找零.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ public:
115115
}
116116
};
117117
```
118+
* 时间复杂度: O(n)
119+
* 空间复杂度: O(1)
120+
118121
119122
## 总结
120123

0 commit comments

Comments
 (0)