Skip to content

Commit

Permalink
Site updated: 2023-11-16 09:58:52
Browse files Browse the repository at this point in the history
  • Loading branch information
Liu-0927 committed Nov 16, 2023
1 parent 9237c02 commit 37dc9e7
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
10 changes: 5 additions & 5 deletions 2023/11/13/leetcode-数组/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
<meta property="og:site_name" content="清风de博客">
<meta property="og:description" content="数组理论基础数组是存放在连续内存空间上的相同类型数据的集合 需要两点注意的是 数组下标都是从0开始的。 数组内存空间的地址是连续的 因为数组的在内存空间的地址是连续的,所以我们在删除或者增添元素的时候,就难免要移动其他元素的地址。 数组的元素是不能删的,只能覆盖。 704.二分查找 重点:要分清区间,在循环中始终坚持根据查找区间的定义来做边界处理 分俩种情况 1.左闭右闭区间[left,rig">
<meta property="og:locale" content="zh_CN">
<meta property="og:image" content="http://example.com/2023/11/13/leetcode-%E6%95%B0%E7%BB%84/MyBlog/source_posts/leetcode-%E6%95%B0%E7%BB%84/image-20231115215351857.png">
<meta property="og:image" content="http://example.com/image-20231115215351857.jpg">
<meta property="article:published_time" content="2023-11-13T13:04:58.389Z">
<meta property="article:modified_time" content="2023-11-16T00:29:29.972Z">
<meta property="article:modified_time" content="2023-11-16T01:08:39.798Z">
<meta property="article:author" content="清风">
<meta name="twitter:card" content="summary">
<meta name="twitter:image" content="http://example.com/2023/11/13/leetcode-%E6%95%B0%E7%BB%84/MyBlog/source_posts/leetcode-%E6%95%B0%E7%BB%84/image-20231115215351857.png">
<meta name="twitter:image" content="http://example.com/image-20231115215351857.jpg">

<link rel="canonical" href="http://example.com/2023/11/13/leetcode-%E6%95%B0%E7%BB%84/">

Expand Down Expand Up @@ -221,7 +221,7 @@ <h1 class="post-title" itemprop="name headline">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2023-11-16 08:29:29" itemprop="dateModified" datetime="2023-11-16T08:29:29+08:00">2023-11-16</time>
<time title="修改时间:2023-11-16 09:08:39" itemprop="dateModified" datetime="2023-11-16T09:08:39+08:00">2023-11-16</time>
</span>


Expand All @@ -243,7 +243,7 @@ <h1 id="数组理论基础"><a href="#数组理论基础" class="headerlink" tit
</ul>
<p><strong>因为数组的在内存空间的地址是连续的,所以我们在删除或者增添元素的时候,就难免要移动其他元素的地址。</strong></p>
<p><strong>数组的元素是不能删的,只能覆盖。</strong></p>
<h2 id="704-二分查找"><a href="#704-二分查找" class="headerlink" title="704.二分查找"></a>704.二分查找</h2><p><img src="/2023/11/13/leetcode-%E6%95%B0%E7%BB%84/MyBlog\source_posts\leetcode-数组\image-20231115215351857.png" alt="image-20231115215351857"></p>
<h2 id="704-二分查找"><a href="#704-二分查找" class="headerlink" title="704.二分查找"></a>704.二分查找</h2><p><img src="/image-20231115215351857.jpg" alt="image-20231115215351857"></p>
<p><strong>重点:</strong>要分清区间,在循环中始终坚持根据查找区间的定义来做边界处理</p>
<p>分俩种情况</p>
<p>1.左闭右闭区间[left,right]</p>
Expand Down
2 changes: 1 addition & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,7 @@ pre .javascript .function {
}
.links-of-author a::before,
.links-of-author span.exturl::before {
background: #fff;
background: #03f7d0;
border-radius: 50%;
content: ' ';
display: inline-block;
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ <h2 class="post-title" itemprop="name headline">
<i class="far fa-calendar-check"></i>
</span>
<span class="post-meta-item-text">更新于</span>
<time title="修改时间:2023-11-16 08:29:29" itemprop="dateModified" datetime="2023-11-16T08:29:29+08:00">2023-11-16</time>
<time title="修改时间:2023-11-16 09:08:39" itemprop="dateModified" datetime="2023-11-16T09:08:39+08:00">2023-11-16</time>
</span>


Expand All @@ -239,7 +239,7 @@ <h1 id="数组理论基础"><a href="#数组理论基础" class="headerlink" tit
</ul>
<p><strong>因为数组的在内存空间的地址是连续的,所以我们在删除或者增添元素的时候,就难免要移动其他元素的地址。</strong></p>
<p><strong>数组的元素是不能删的,只能覆盖。</strong></p>
<h2 id="704-二分查找"><a href="#704-二分查找" class="headerlink" title="704.二分查找"></a>704.二分查找</h2><p><img src="/2023/11/13/leetcode-%E6%95%B0%E7%BB%84/MyBlog\source_posts\leetcode-数组\image-20231115215351857.png" alt="image-20231115215351857"></p>
<h2 id="704-二分查找"><a href="#704-二分查找" class="headerlink" title="704.二分查找"></a>704.二分查找</h2><p><img src="/image-20231115215351857.jpg" alt="image-20231115215351857"></p>
<p><strong>重点:</strong>要分清区间,在循环中始终坚持根据查找区间的定义来做边界处理</p>
<p>分俩种情况</p>
<p>1.左闭右闭区间[left,right]</p>
Expand Down
34 changes: 17 additions & 17 deletions search.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<search>
<entry>
<title>清风的第一篇博客</title>
<url>/2023/11/08/%E6%B8%85%E9%A3%8E%E7%9A%84%E7%AC%AC%E4%B8%80%E7%AF%87%E5%8D%9A%E5%AE%A2/</url>
<content><![CDATA[]]></content>
<tags>
<tag>工具</tag>
<tag>hexo</tag>
</tags>
</entry>
<entry>
<title>测试博客</title>
<url>/2023/11/08/%E6%B5%8B%E8%AF%95%E5%8D%9A%E5%AE%A2/</url>
<content><![CDATA[<p>1</p>
<p>这是一篇测试博客</p>
]]></content>
</entry>
<entry>
<title>leetcode刷题记录-数组</title>
<url>/2023/11/13/leetcode-%E6%95%B0%E7%BB%84/</url>
Expand All @@ -11,7 +27,7 @@
</ul>
<p><strong>因为数组的在内存空间的地址是连续的,所以我们在删除或者增添元素的时候,就难免要移动其他元素的地址。</strong></p>
<p><strong>数组的元素是不能删的,只能覆盖。</strong></p>
<h2 id="704-二分查找"><a href="#704-二分查找" class="headerlink" title="704.二分查找"></a>704.二分查找</h2><p><img src="/2023/11/13/leetcode-%E6%95%B0%E7%BB%84/MyBlog\source_posts\leetcode-数组\image-20231115215351857.png" alt="image-20231115215351857"></p>
<h2 id="704-二分查找"><a href="#704-二分查找" class="headerlink" title="704.二分查找"></a>704.二分查找</h2><p><img src="/image-20231115215351857.jpg" alt="image-20231115215351857"></p>
<p><strong>重点:</strong>要分清区间,在循环中始终坚持根据查找区间的定义来做边界处理</p>
<p>分俩种情况</p>
<p>1.左闭右闭区间[left,right]</p>
Expand All @@ -22,20 +38,4 @@
]]></content>
</entry>
<entry>
<title>测试博客</title>
<url>/2023/11/08/%E6%B5%8B%E8%AF%95%E5%8D%9A%E5%AE%A2/</url>
<content><![CDATA[<p>1</p>
<p>这是一篇测试博客</p>
]]></content>
</entry>
<entry>
<title>清风的第一篇博客</title>
<url>/2023/11/08/%E6%B8%85%E9%A3%8E%E7%9A%84%E7%AC%AC%E4%B8%80%E7%AF%87%E5%8D%9A%E5%AE%A2/</url>
<content><![CDATA[]]></content>
<tags>
<tag>工具</tag>
<tag>hexo</tag>
</tags>
</entry>
</search>

0 comments on commit 37dc9e7

Please sign in to comment.