Skip to content

Commit

Permalink
deploy: 1ee5624
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuay03 committed Oct 4, 2024
1 parent 09ce243 commit 010068b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion RedBlackTree.html
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,7 @@ <h3 class="signature " id="shift-instance_method">
</div>

<div id="footer">
Generated on Fri Oct 4 10:41:19 2024 by
Generated on Fri Oct 4 10:42:57 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.5).
</div>
Expand Down
2 changes: 1 addition & 1 deletion RedBlackTree/Node.html
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ <h3 class="signature first" id="<=>-instance_method">
</div>

<div id="footer">
Generated on Fri Oct 4 10:41:19 2024 by
Generated on Fri Oct 4 10:42:57 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.5).
</div>
Expand Down
2 changes: 1 addition & 1 deletion _index.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h2>Namespace Listing A-Z</h2>
</div>

<div id="footer">
Generated on Fri Oct 4 10:41:19 2024 by
Generated on Fri Oct 4 10:42:57 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.5).
</div>
Expand Down
4 changes: 2 additions & 2 deletions file.README.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h2 id="label-Usage">Usage</h2>
<h2 id="label-Performance">Performance</h2>

<blockquote>
<p>[!NOTE] Red-black trees serve a very specific purpose and are not a general-purpose data structure. This comparison is provided to give an idea of the performance characteristics of the gem. For example, what the benchmarks below do not account for is the self-balancing nature of the red-black tree.</p>
<p>[!NOTE] Red-black trees are designed for specific use cases and are not intended as a general-purpose data structure. The comparisons below are provided merely to illustrate the performance characteristics of the gem. However, it is important to note that the benchmarks do not take into account the self-balancing nature of red-black trees.</p>
</blockquote>

<h3 id="label-Sort+and+iterate+10-2C000+elements">Sort and iterate 10,000 elements</h3>
Expand Down Expand Up @@ -278,7 +278,7 @@ <h2 id="label-Code+of+Conduct">Code of Conduct</h2>
</div></div>

<div id="footer">
Generated on Fri Oct 4 10:41:19 2024 by
Generated on Fri Oct 4 10:42:57 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.5).
</div>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h2 id="label-Usage">Usage</h2>
<h2 id="label-Performance">Performance</h2>

<blockquote>
<p>[!NOTE] Red-black trees serve a very specific purpose and are not a general-purpose data structure. This comparison is provided to give an idea of the performance characteristics of the gem. For example, what the benchmarks below do not account for is the self-balancing nature of the red-black tree.</p>
<p>[!NOTE] Red-black trees are designed for specific use cases and are not intended as a general-purpose data structure. The comparisons below are provided merely to illustrate the performance characteristics of the gem. However, it is important to note that the benchmarks do not take into account the self-balancing nature of red-black trees.</p>
</blockquote>

<h3 id="label-Sort+and+iterate+10-2C000+elements">Sort and iterate 10,000 elements</h3>
Expand Down Expand Up @@ -278,7 +278,7 @@ <h2 id="label-Code+of+Conduct">Code of Conduct</h2>
</div></div>

<div id="footer">
Generated on Fri Oct 4 10:41:19 2024 by
Generated on Fri Oct 4 10:42:57 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.5).
</div>
Expand Down
2 changes: 1 addition & 1 deletion top-level-namespace.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h2>Defined Under Namespace</h2>
</div>

<div id="footer">
Generated on Fri Oct 4 10:41:19 2024 by
Generated on Fri Oct 4 10:42:57 2024 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.36 (ruby-3.3.5).
</div>
Expand Down

0 comments on commit 010068b

Please sign in to comment.