File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -94,8 +94,8 @@ Constraints:
94
94
## 解題思路
95
95
96
96
## Big O
97
- 時間複雜 : ``
98
- 空間複雜 : ``
97
+ 時間複雜 : ` O(n) `
98
+ 空間複雜 : ` O(n) `
99
99
100
100
## 來源
101
101
* https://leetcode.com/problems/fizz-buzz/description/
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ https://kimi0230.github.io/LeetcodeGolang/
11
11
- [ leetcode Content] ( #leetcode-content )
12
12
- [ Data Structure] ( #data-structure )
13
13
- [ Array \& String] ( #array--string )
14
- - [ | 0412 | 0412.Fizz Buzz | Go | Easy | O(n) | | Array, string |] ( #-0412----------------------------------------------------------0412fizz-buzz---------------------------------------go ---------------------easy ------on ---------------array-string ----------------- )
14
+ - [ | 0412 | 0412.Fizz Buzz | Go | Easy | O(n) | O(n) | Array, string |] ( #-0412--------------------------------------------------------------------- 0412fizz-buzz---------------------------------------------------go ---------------------easy --------on-- -----------on------array-string --------- )
15
15
- [ Matrix] ( #matrix )
16
16
- [ Linked List] ( #linked-list )
17
17
- [ HashSet \& HashMap] ( #hashset--hashmap )
@@ -73,7 +73,7 @@ https://kimi0230.github.io/LeetcodeGolang/
73
73
| [ 0409] ( https://kimi0230.github.io/LeetcodeGolang/Leetcode/0409.Longest-Palindrome ) | [ 409. Longest Palindrome] ( https://leetcode.com/problems/longest-palindrome/ ) | [ Go] ( https://github.com/kimi0230/LeetcodeGolang/tree/master/Leetcode/0409.Longest-Palindrome ) | Easy | O(n) | O(1) | Array |
74
74
| [ 0380] ( https://kimi0230.github.io/LeetcodeGolang/Leetcode/0380.Insert-Delete-GetRandom-O1 ) | [ 0380.Insert Delete GetRandom O(1)] ( https://leetcode.com/problems/insert-delete-getrandom-o1/description/ ) | [ Go] ( https://github.com/kimi0230/LeetcodeGolang/tree/master/Leetcode/0380.Insert-Delete-GetRandom-O1 ) | Medium | O(1) | O(n) | Array |
75
75
| [ 0381] ( https://kimi0230.github.io/LeetcodeGolang/Leetcode/0381.Insert-Delete-GetRandom-O1-Duplicates-allowed ) | [ 0381.Insert Delete GetRandom O(1) Duplicates allowed] ( https://leetcode.com/problems/insert-delete-getrandom-o1-duplicates-allowed ) | [ Go] ( https://github.com/kimi0230/LeetcodeGolang/tree/master/Leetcode/0381.Insert-Delete-GetRandom-O1-Duplicates-allowed ) | Medium | O(1) | O(n) | Array |
76
- | [ 0412] ( https://kimi0230.github.io/LeetcodeGolang/Leetcode/0412.Fizz-Buzz ) | [ 0412.Fizz Buzz] ( https://leetcode.com/problems/fizz-buzz/description/ ) | [ Go] ( https://github.com/kimi0230/LeetcodeGolang/tree/master/Leetcode/0412.Fizz-Buzz ) | Easy | O(n) | | Array, string |
76
+ | [ 0412] ( https://kimi0230.github.io/LeetcodeGolang/Leetcode/0412.Fizz-Buzz ) | [ 0412.Fizz Buzz] ( https://leetcode.com/problems/fizz-buzz/description/ ) | [ Go] ( https://github.com/kimi0230/LeetcodeGolang/tree/master/Leetcode/0412.Fizz-Buzz ) | Easy | O(n) | O(n) | Array, string |
77
77
---
78
78
79
79
#### Matrix
You can’t perform that action at this time.
0 commit comments