Skip to content

Commit a65b988

Browse files
Update 0888- Fair-Candy-Swap.md
1 parent 5fc502d commit a65b988

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dsa-solutions/lc-solutions/0800- 0899/0888- Fair-Candy-Swap.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id: fair-candy swap
2+
id: fair-candy-swap
33
title: Fair Candy Swap
44
sidebar_label: 888- Fair Candy Swap
55
tags:
@@ -67,7 +67,7 @@ class Solution {
6767
```
6868

6969
- Time Complexity
70-
The time complexity is o(n).
70+
The time complexity is $o(n)$.
7171

7272
- Space Complexity
73-
The space complexity is O(1).
73+
The space complexity is $O(1)$.

0 commit comments

Comments
 (0)