mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-05 03:30:30 +08:00
deploy
This commit is contained in:
@@ -1045,6 +1045,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1153,12 +1155,40 @@
|
||||
|
||||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../chapter_array_and_linkedlist/ram_and_cache/" class="md-nav__link">
|
||||
|
||||
|
||||
<span class="md-ellipsis">
|
||||
4.4 内存与缓存 *
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
<span class="md-status md-status--new" title="最近添加">
|
||||
</span>
|
||||
|
||||
|
||||
|
||||
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../chapter_array_and_linkedlist/summary/" class="md-nav__link">
|
||||
|
||||
|
||||
<span class="md-ellipsis">
|
||||
4.4 小结
|
||||
4.5 小结
|
||||
</span>
|
||||
|
||||
|
||||
@@ -3709,7 +3739,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p>根据以上方法,可以得到算法运行时间为 <span class="arithmatex">\(6n + 12\)</span> ns :</p>
|
||||
<p>根据以上方法,可以得到算法运行时间为 <span class="arithmatex">\((6n + 12)\)</span> ns :</p>
|
||||
<div class="arithmatex">\[
|
||||
1 + 1 + 10 + (1 + 5) \times n = 6n + 12
|
||||
\]</div>
|
||||
|
||||
Reference in New Issue
Block a user