File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ Shell
205
205
168| [ Excel Sheet Column Title] ( https://leetcode.com/problems/excel-sheet-column-title/ ) | [ Python] ( ./Python/excel-sheet-column-title.py ) | _ O(logn)_ | _ O(1)_ | Easy ||
206
206
171| [ Excel Sheet Column Number] ( https://leetcode.com/problems/excel-sheet-column-number/ ) | [ Python] ( ./Python/excel-sheet-column-number.py ) | _ O(n)_ | _ O(1)_ | Easy ||
207
207
172| [ Factorial Trailing Zeroes] ( https://leetcode.com/problems/factorial-trailing-zeroes/ ) | [ Python] ( ./Python/factorial-trailing-zeroes.py ) | _ O(logn)_ | _ O(1)_ | Easy ||
208
- 223| [ Rectangle Area] ( https://leetcode.com/problems/rectangle-area/ ) | [ Python] ( ./Python/rectangle-area.py ) | _ O(1)_ | _ O(1)_ | Easy ||
208
+ 223| [ Rectangle Area] ( https://leetcode.com/problems/rectangle-area/ ) | [ C++ ] ( ./C++/rectangle-area.cpp ) [ Python] ( ./Python/rectangle-area.py ) | _ O(1)_ | _ O(1)_ | Easy ||
209
209
210
210
---
211
211
You can’t perform that action at this time.
0 commit comments