vault backup: 2022-07-26 08:45:09
This commit is contained in:
parent
5c66df3c0f
commit
753517fa96
35
OJ notes/pages/Leetcode Largest-Perimeter-Triangle.md
Normal file
35
OJ notes/pages/Leetcode Largest-Perimeter-Triangle.md
Normal file
|
@ -0,0 +1,35 @@
|
|||
# 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
|
Loading…
Reference in a new issue