This commit is contained in:
krahets
2026-04-04 23:10:58 +08:00
parent 5b59dbded2
commit fec71ace08
168 changed files with 308 additions and 963 deletions
File diff suppressed because one or more lines are too long
+1 -5
View File
@@ -4267,11 +4267,7 @@
<!-- Page content -->
<h1 id="163">16.3 &nbsp; Глоссарий<a class="headerlink" href="#163" title="Permanent link">&para;</a></h1>
<p>В таблице 16-1 приведены важные термины, встречающиеся в книге. Обратите внимание на следующие моменты.</p>
<ul>
<li>Рекомендуем запомнить английские названия терминов, чтобы легче читать англоязычные материалы.</li>
<li>В русской версии для каждого термина приводится единый рекомендуемый перевод.</li>
</ul>
<p>В таблице 16-1 приведены важные термины, встречающиеся в книге. Рекомендуем запомнить английские названия терминов, чтобы легче читать англоязычные материалы.</p>
<p align="center"> Таблица 16-1 &nbsp; Важные термины по структурам данных и алгоритмам </p>
<div class="center-table">
@@ -5253,8 +5253,8 @@
<p>Пусть размер входных данных равен <span class="arithmatex">\(n\)</span> . На рисунке 2-16 показаны распространенные типы пространственной сложности в порядке от меньшей к большей.</p>
<div class="arithmatex">\[
\begin{aligned}
O(1) &lt; O(\log n) &lt; O(n) &lt; O(n^2) &lt; O(2^n) \newline
\text{Постоянная} &lt; \text{Логарифмическая} &lt; \text{Линейная} &lt; \text{Квадратичная} &lt; \text{Экспоненциальная}
&amp; O(1) &lt; O(\log n) &lt; O(n) &lt; O(n^2) &lt; O(2^n) \newline
&amp; \text{Постоянная} &lt; \text{Логарифмическая} &lt; \text{Линейная} &lt; \text{Квадратичная} &lt; \text{Экспоненциальная}
\end{aligned}
\]</div>
<p><img alt="Распространенные типы пространственной сложности" class="animation-figure" src="../space_complexity.assets/space_complexity_common_types.png" /></p>
@@ -5547,8 +5547,8 @@ T(n) &amp; = n^2 + n &amp; \text{ленивый подсчет (o.O)}
<p>Пусть размер входных данных равен <span class="arithmatex">\(n\)</span> ; распространенные типы временной сложности показаны на рисунке 2-9 в порядке от меньшей к большей.</p>
<div class="arithmatex">\[
\begin{aligned}
O(1) &lt; O(\log n) &lt; O(n) &lt; O(n \log n) &lt; O(n^2) &lt; O(2^n) &lt; O(n!) \newline
\text{Постоянная} &lt; \text{Логарифмическая} &lt; \text{Линейная} &lt; \text{Линейно-логарифмическая} &lt; \text{Квадратичная} &lt; \text{Экспоненциальная} &lt; \text{Факториальная}
&amp; O(1) &lt; O(\log n) &lt; O(n) &lt; O(n \log n) &lt; O(n^2) &lt; O(2^n) &lt; O(n!) \newline
&amp; \text{Постоянная} &lt; \text{Логарифмическая} &lt; \text{Линейная} &lt; \text{Линейно-логарифмическая} &lt; \text{Квадратичная} &lt; \text{Экспоненциальная} &lt; \text{Факториальная}
\end{aligned}
\]</div>
<p><img alt="Распространенные типы временной сложности" class="animation-figure" src="../time_complexity.assets/time_complexity_common_types.png" /></p>
+1 -1
View File
@@ -251,4 +251,4 @@
initAutoSlide();
}
})();
/*! update cache: 20260403184452 */
/*! update cache: 20260404231010 */
+1 -1
View File
@@ -8,4 +8,4 @@ document$.subscribe(({ body }) => {
],
});
});
/*! update cache: 20260403184452 */
/*! update cache: 20260404231010 */
+1 -1
View File
@@ -15,4 +15,4 @@ window.MathJax = {
document$.subscribe(() => {
MathJax.typesetPromise();
});
/*! update cache: 20260403184452 */
/*! update cache: 20260404231010 */
+1 -1
View File
@@ -469,4 +469,4 @@
return Starfield;
});
/*! update cache: 20260403184452 */
/*! update cache: 20260404231010 */
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -176,4 +176,4 @@
font-size: 0.7rem;
}
}
/*! update cache: 20260403184452 */
/*! update cache: 20260404231010 */
+1 -1
View File
@@ -725,4 +725,4 @@ a:hover .device-on-hover {
flex: 1 1 30%;
}
}
/*! update cache: 20260403184452 */
/*! update cache: 20260404231010 */
+1 -1
View File
@@ -27,4 +27,4 @@
.gsc-reply-content::-webkit-scrollbar-track {
background: transparent;
}
/*! update cache: 20260403184452 */
/*! update cache: 20260404231010 */
+1 -1
View File
@@ -55,4 +55,4 @@ main {
.gsc-reply-content::-webkit-scrollbar-track {
background: transparent;
}
/*! update cache: 20260403184452 */
/*! update cache: 20260404231010 */