Skip to content

Commit

Permalink
convert markdown to xml
Browse files Browse the repository at this point in the history
  • Loading branch information
kekeandzeyu committed Nov 2, 2024
1 parent 779e0cf commit 2cad4ea
Show file tree
Hide file tree
Showing 9 changed files with 6,827 additions and 5,929 deletions.
2 changes: 1 addition & 1 deletion Writerside/hi.tree
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<toc-element topic="Data-Structures-and-Algorithms.topic">
<toc-element topic="Data-Structures-and-Algorithms-1.topic"/>
<toc-element topic="Data-Structures-and-Algorithms-2.topic"/>
<toc-element topic="Data-Structures-and-Algorithms-3.md"/>
<toc-element topic="Data-Structures-and-Algorithms-3.topic"/>
<toc-element topic="Data-Structures-and-Algorithms-4.md"/>
</toc-element>
<toc-element topic="Database-System.topic"/>
Expand Down
4 changes: 4 additions & 0 deletions Writerside/redirection-rules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@
<description>Created after removal of "test" from Computer Science Study Notes</description>
<accepts>test.html</accepts>
</rule>
<rule id="2d183f83">
<description>Created after removal of "Empty MD Topic" from Computer Science Study Notes</description>
<accepts>Empty-MD-Topic.html</accepts>
</rule>
</rules>
2 changes: 1 addition & 1 deletion Writerside/topics/C-Programming.topic
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@
<chapter title="4 Streams" id="4-streams">
<chapter title="4.1 Strings" id="4-1-strings">
<p>For more information on strings, please visit
<a href="Data-Structures-and-Algorithms-3.md" anchor="strings-in-java"
<a href="Data-Structures-and-Algorithms-3.topic" anchor="strings-in-java"
summary="Strings in Java">strings in Java</a>.</p>
<p>
<format color="BlueViolet">Examples in C++:</format>
Expand Down
2 changes: 1 addition & 1 deletion Writerside/topics/Computer-Architecture.topic
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ Conversion"/>
<p>
<format color="Fuchsia">Largest number:</format>
0b1111...111 represents
<math>2^{N – 1} + \text{bias}</math>
<math>2^{N} - 1 + \text{bias}</math>
.
</p>
</li>
Expand Down
8 changes: 4 additions & 4 deletions Writerside/topics/Data-Structures-and-Algorithms-1.topic
Original file line number Diff line number Diff line change
Expand Up @@ -2495,7 +2495,7 @@
</list>
<note>
<p>For more information about the performance of insertion sort,
please refer to the <a href="Data-Structures-and-Algorithms-3.md"
please refer to the <a href="Data-Structures-and-Algorithms-3.topic"
anchor="sortperf" summary="Table for Comparing Performance of Sorting
Algorithm">table for sorting performance</a> or the <a
anchor="conclusion" summary="Conclusion">conclusion table</a>.</p>
Expand Down Expand Up @@ -3522,7 +3522,7 @@ Algorithm">table for sorting performance</a> or the <a
</tip>
<note>
<p>For more information about the performance of mergesort, please
refer to the <a href="Data-Structures-and-Algorithms-3.md"
refer to the <a href="Data-Structures-and-Algorithms-3.topic"
anchor="sortperf" summary="Table for Comparing Performance of Sorting
Algorithm">table for sorting performance</a> or the <a
anchor="conclusion" summary="Conclusion">conclusion table</a>.</p>
Expand Down Expand Up @@ -4218,7 +4218,7 @@ Algorithm">table for sorting performance</a> or the <a
</list>
<note>
<p>For more information about the performance of quicksort, please
refer to the <a href="Data-Structures-and-Algorithms-3.md"
refer to the <a href="Data-Structures-and-Algorithms-3.topic"
anchor="sortperf" summary="Table for Comparing Performance of Sorting
Algorithm">table for sorting performance</a> or the <a
anchor="conclusion" summary="Conclusion">conclusion table</a>.</p>
Expand Down Expand Up @@ -5992,7 +5992,7 @@ smaller than one (or both) of its children's">
</tip>
<note>
<p>For information about the performance of heapsort, please refer
to the <a href="Data-Structures-and-Algorithms-3.md" anchor="sortperf"
to the <a href="Data-Structures-and-Algorithms-3.topic" anchor="sortperf"
summary="Table for Comparing Performance of Sorting Algorithm">table
for sorting performance</a>.</p>
</note>
Expand Down
Loading

0 comments on commit 2cad4ea

Please sign in to comment.