isLouisHsu / isLouisHsu/isLouisHsu.github.io
【算法】单调栈和单调队列 | LOUIS' BLOG
Open
Nobody has claimed this yet.
b492226f72ee69bd172ad2b948bce812
Gitalk
- Dominant language
- HTML
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
目录 目录 单调栈:解决下一个更大元素问题 原理 下一个更大元素 I 下一个更大元素 II 每日温度 柱状图中最大的矩形 单调队列:解决滑动窗口问题 原理 滑动窗口最大值 单调栈:解决下一个更大元素问题原理单调栈(monotonic stack)是在栈的基础上添加一些逻辑,使每次新元素入栈后,栈内的元素都保持有序(单调递增或单调递减),用于解决下一个更大元素问题(next greate
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked LOUIS' BLOG article and the issue body, which contains its outline about monotonic stacks and queues. Inspect the repository's existing blog content to determine what change is intended; completion cannot be defined until the target files and desired update are specified.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100