118 lines
9.8 KiB
HTML
118 lines
9.8 KiB
HTML
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8"><meta name="X-UA-Compatible" content="IE=edge"><title> MarkDown</title><meta name="description" content="A Blog Powered By Hexo"><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="short icon" href="/favicon.png"><link rel="stylesheet" href="/css/apollo.css"><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600" type="text/css"><style>mjx-container[jax="SVG"] {
|
|
direction: ltr;
|
|
}
|
|
|
|
mjx-container[jax="SVG"] > svg {
|
|
overflow: visible;
|
|
}
|
|
|
|
mjx-container[jax="SVG"] > svg a {
|
|
fill: blue;
|
|
stroke: blue;
|
|
}
|
|
|
|
mjx-container[jax="SVG"][display="true"] {
|
|
display: block;
|
|
text-align: center;
|
|
margin: 1em 0;
|
|
}
|
|
|
|
mjx-container[jax="SVG"][justify="left"] {
|
|
text-align: left;
|
|
}
|
|
|
|
mjx-container[jax="SVG"][justify="right"] {
|
|
text-align: right;
|
|
}
|
|
|
|
g[data-mml-node="merror"] > g {
|
|
fill: red;
|
|
stroke: red;
|
|
}
|
|
|
|
g[data-mml-node="merror"] > rect[data-background] {
|
|
fill: yellow;
|
|
stroke: none;
|
|
}
|
|
|
|
g[data-mml-node="mtable"] > line[data-line] {
|
|
stroke-width: 70px;
|
|
fill: none;
|
|
}
|
|
|
|
g[data-mml-node="mtable"] > rect[data-frame] {
|
|
stroke-width: 70px;
|
|
fill: none;
|
|
}
|
|
|
|
g[data-mml-node="mtable"] > .mjx-dashed {
|
|
stroke-dasharray: 140;
|
|
}
|
|
|
|
g[data-mml-node="mtable"] > .mjx-dotted {
|
|
stroke-linecap: round;
|
|
stroke-dasharray: 0,140;
|
|
}
|
|
|
|
g[data-mml-node="mtable"] > svg {
|
|
overflow: visible;
|
|
}
|
|
|
|
[jax="SVG"] mjx-tool {
|
|
display: inline-block;
|
|
position: relative;
|
|
width: 0;
|
|
height: 0;
|
|
}
|
|
|
|
[jax="SVG"] mjx-tool > mjx-tip {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
|
|
mjx-tool > mjx-tip {
|
|
display: inline-block;
|
|
padding: .2em;
|
|
border: 1px solid #888;
|
|
font-size: 70%;
|
|
background-color: #F8F8F8;
|
|
color: black;
|
|
box-shadow: 2px 2px 5px #AAAAAA;
|
|
}
|
|
|
|
g[data-mml-node="maction"][data-toggle] {
|
|
cursor: pointer;
|
|
}
|
|
|
|
mjx-status {
|
|
display: block;
|
|
position: fixed;
|
|
left: 1em;
|
|
bottom: 1em;
|
|
min-width: 25%;
|
|
padding: .2em .4em;
|
|
border: 1px solid #888;
|
|
font-size: 90%;
|
|
background-color: #F8F8F8;
|
|
color: black;
|
|
}
|
|
|
|
foreignObject[data-mjx-xml] {
|
|
font-family: initial;
|
|
line-height: normal;
|
|
overflow: visible;
|
|
}
|
|
|
|
.MathJax path {
|
|
stroke-width: 3;
|
|
}
|
|
|
|
mjx-container {
|
|
overflow: auto hidden;
|
|
}
|
|
|
|
mjx-container + br {
|
|
display: none;
|
|
}
|
|
</style></head><body><header><a href="/" class="logo-link"><img src="/logo.png"></a><ul class="nav nav-list"><li class="nav-list-item"><a href="/" target="_self" class="nav-list-link">ALL</a></li><li class="nav-list-item"><a href="/categories/leetcode/" target="_self" class="nav-list-link">LEETCODE</a></li><li class="nav-list-item"><a href="https://bearmiebear.blogspot.com" target="_blank" class="nav-list-link">BEAR</a></li><li class="nav-list-item"><a href="/atom.xml" target="_self" class="nav-list-link">RSS</a></li></ul></header><section class="container"><ul class="home post-list"><li class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2020/04/21/leetcode-number-of-islands/" class="post-title-link">leetcode-number-of-islands</a></h2><div class="post-meta"><div class="post-time">2020年4月21日</div></div><div class="post-content"><h3 id="200-__u5C9B_u5C7F_u6570_u91CF"><a href="#200-__u5C9B_u5C7F_u6570_u91CF" class="headerlink" title="200. 岛屿数量"></a>200. 岛屿数量</h3><p><a href="https://leetcode-cn.com/problems/number-of-islands/" target="_blank" rel="noopener">题目</a></p><a href="/2020/04/21/leetcode-number-of-islands/" class="read-more">...more</a></div></article></li><li class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2020/04/16/leetcode-string-to-integer-atoi/" class="post-title-link">leetcode-string-to-integer-atoi</a></h2><div class="post-meta"><div class="post-time">2020年4月16日</div></div><div class="post-content"><h3 id="8-__u5B57_u7B26_u4E32_u8F6C_u6362_u6574_u6570__28atoi_29"><a href="#8-__u5B57_u7B26_u4E32_u8F6C_u6362_u6574_u6570__28atoi_29" class="headerlink" title="8. 字符串转换整数 (atoi)"></a>8. 字符串转换整数 (atoi)</h3><p><a href="https://leetcode-cn.com/problems/string-to-integer-atoi/" target="_blank" rel="noopener">题目</a></p><a href="/2020/04/16/leetcode-string-to-integer-atoi/" class="read-more">...more</a></div></article></li><li class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2020/04/16/leetcode-merge-intervals/" class="post-title-link">leetcode-merge-intervals</a></h2><div class="post-meta"><div class="post-time">2020年4月16日</div></div><div class="post-content"><h3 id="56-__u5408_u5E76_u533A_u95F4"><a href="#56-__u5408_u5E76_u533A_u95F4" class="headerlink" title="56. 合并区间"></a>56. 合并区间</h3><p><a href="https://leetcode-cn.com/problems/merge-intervals/" target="_blank" rel="noopener">题目</a></p><a href="/2020/04/16/leetcode-merge-intervals/" class="read-more">...more</a></div></article></li><li class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2020/04/16/leetcode-01-matrix/" class="post-title-link">leetcode-01-matrix</a></h2><div class="post-meta"><div class="post-time">2020年4月16日</div></div><div class="post-content"><h3 id="542-_01__u77E9_u9635"><a href="#542-_01__u77E9_u9635" class="headerlink" title="542. 01 矩阵"></a>542. 01 矩阵</h3><p><a href="https://leetcode-cn.com/problems/01-matrix/" target="_blank" rel="noopener">题目</a></p><a href="/2020/04/16/leetcode-01-matrix/" class="read-more">...more</a></div></article></li><li class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2020/04/14/leetcode-add-two-numbers-ii/" class="post-title-link">leetcode-add-two-numbers-ii</a></h2><div class="post-meta"><div class="post-time">2020年4月14日</div></div><div class="post-content"><h3 id="445-__u4E24_u6570_u76F8_u52A0_II"><a href="#445-__u4E24_u6570_u76F8_u52A0_II" class="headerlink" title="445. 两数相加 II"></a>445. 两数相加 II</h3><p><a href="https://leetcode-cn.com/problems/add-two-numbers-ii/" target="_blank" rel="noopener">题目</a></p><a href="/2020/04/14/leetcode-add-two-numbers-ii/" class="read-more">...more</a></div></article></li><li class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2020/04/14/leetcode-design-twitter/" class="post-title-link">leetcode-design-twitter</a></h2><div class="post-meta"><div class="post-time">2020年4月14日</div></div><div class="post-content"><h3 id="355-__u8BBE_u8BA1_u63A8_u7279"><a href="#355-__u8BBE_u8BA1_u63A8_u7279" class="headerlink" title="355. 设计推特"></a>355. 设计推特</h3><p><a href="https://leetcode-cn.com/problems/design-twitter/" target="_blank" rel="noopener">题目</a></p><a href="/2020/04/14/leetcode-design-twitter/" class="read-more">...more</a></div></article></li><li class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2020/04/09/leetcode-he-wei-sde-lian-xu-zheng-shu-xu-lie-lcof/" class="post-title-link">leetcode-he-wei-sde-lian-xu-zheng-shu-xu-lie-lcof</a></h2><div class="post-meta"><div class="post-time">2020年4月9日</div></div><div class="post-content"><h3 id="u9762_u8BD5_u989857_-_II-__u548C_u4E3As_u7684_u8FDE_u7EED_u6B63_u6570_u5E8F_u5217"><a href="#u9762_u8BD5_u989857_-_II-__u548C_u4E3As_u7684_u8FDE_u7EED_u6B63_u6570_u5E8F_u5217" class="headerlink" title="面试题57 - II. 和为s的连续正数序列"></a>面试题57 - II. 和为s的连续正数序列</h3><p><a href="https://leetcode-cn.com/problems/he-wei-sde-lian-xu-zheng-shu-xu-lie-lcof/" target="_blank" rel="noopener">题目</a></p><a href="/2020/04/09/leetcode-he-wei-sde-lian-xu-zheng-shu-xu-lie-lcof/" class="read-more">...more</a></div></article></li><li class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2020/04/09/leetcode-the-masseuse-lcci/" class="post-title-link">leetcode-the-masseuse-lcci</a></h2><div class="post-meta"><div class="post-time">2020年4月9日</div></div><div class="post-content"><h3 id="u9762_u8BD5_u9898_17-16-__u6309_u6469_u5E08"><a href="#u9762_u8BD5_u9898_17-16-__u6309_u6469_u5E08" class="headerlink" title="面试题 17.16. 按摩师"></a>面试题 17.16. 按摩师</h3><p><a href="https://leetcode-cn.com/problems/the-masseuse-lcci/" target="_blank" rel="noopener">题目</a></p><a href="/2020/04/09/leetcode-the-masseuse-lcci/" class="read-more">...more</a></div></article></li><li class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2020/04/01/leetcode-compress-string-lcci/" class="post-title-link">leetcode-compress-string-lcci</a></h2><div class="post-meta"><div class="post-time">2020年4月1日</div></div><div class="post-content"><h3 id="u9762_u8BD5_u9898_01-06-__u5B57_u7B26_u4E32_u538B_u7F29"><a href="#u9762_u8BD5_u9898_01-06-__u5B57_u7B26_u4E32_u538B_u7F29" class="headerlink" title="面试题 01.06. 字符串压缩"></a>面试题 01.06. 字符串压缩</h3><p><a href="https://leetcode-cn.com/problems/compress-string-lcci/" target="_blank" rel="noopener">题目</a></p><a href="/2020/04/01/leetcode-compress-string-lcci/" class="read-more">...more</a></div></article></li><li class="post-list-item"><article class="post-block"><h2 class="post-title"><a href="/2020/04/01/leetcode-1103/" class="post-title-link">leetcode-1103</a></h2><div class="post-meta"><div class="post-time">2020年4月1日</div></div><div class="post-content"><h3 id="1103-__u5206_u7CD6_u679C_II"><a href="#1103-__u5206_u7CD6_u679C_II" class="headerlink" title="1103. 分糖果 II"></a>1103. 分糖果 II</h3><p><a href="https://leetcode-cn.com/problems/distribute-candies-to-people/" target="_blank" rel="noopener">题目</a></p><a href="/2020/04/01/leetcode-1103/" class="read-more">...more</a></div></article></li></ul></section><footer><div class="paginator"><a href="/categories/leetcode/page/2/" class="next">NEXT</a></div></footer><script src="https://cdn.bootcss.com/mathjax/2.5.3/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></body></html> |