We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc502d commit a65b988Copy full SHA for a65b988
dsa-solutions/lc-solutions/0800- 0899/0888- Fair-Candy-Swap.md
@@ -1,5 +1,5 @@
1
---
2
-id: fair-candy swap
+id: fair-candy-swap
3
title: Fair Candy Swap
4
sidebar_label: 888- Fair Candy Swap
5
tags:
@@ -67,7 +67,7 @@ class Solution {
67
```
68
69
- Time Complexity
70
-The time complexity is o(n).
+The time complexity is $o(n)$.
71
72
- Space Complexity
73
-The space complexity is O(1).
+The space complexity is $O(1)$.
0 commit comments