notes/OJ notes/pages/Leetcode Largest-Perimeter-Triangle.md

36 lines
446 B
Markdown
Raw Normal View History

2022-07-26 08:45:09 +08:00
# Leetcode Largest-Perimeter-Triangle
#### 2022-07-26 08:39
> ##### Algorithms:
> #algorithm #greedy
> ##### Difficulty:
> #coding_problem #difficulty-easy
> ##### Additional tags:
> #leetcode
> ##### Revisions:
> N/A
##### Related topics:
```expander
tag:#<INSERT_TAG_HERE>
```
##### Links:
- [Link to problem]()
___
### Problem
#### Examples
#### Constraints
### Thoughts
> [!summary]
> This is a #template_remove_me
### Solution