Add merge sort, and sorting algorithm.

This commit is contained in:
krahets
2022-11-24 01:12:14 +08:00
parent 4290026e0e
commit 0a52e531c1
20 changed files with 155 additions and 79 deletions

View File

@@ -9,7 +9,7 @@
--md-accent-fg-color: #999;
--md-typeset-color: #1D1D20;
--md-typeset-a-color: #2CA44F;
--md-typeset-a-color: #2AA996;
}
[data-md-color-scheme="slate"] {
@@ -19,7 +19,7 @@
--md-accent-fg-color: #999;
--md-typeset-color: #FEFEFE;
--md-typeset-a-color: #31BC5A;
--md-typeset-a-color: #21C8B8;
}
/* Center Markdown Tables (requires md_in_html extension) */