summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeffreytse <jeffreytse.mail@gmail.com>2021-06-14 21:20:57 +0800
committerjeffreytse <jeffreytse.mail@gmail.com>2021-06-14 21:20:57 +0800
commit8d55abaddbe80689f3dc20df7f1c0c8cb0574e33 (patch)
treeb28887d6e39bfcaa90c22d6b89024bc61142c4b7
parentc7150c470462c678c1ae3ee3c15c64cbe9db372f (diff)
chore: update another-test-markdown.md
-rw-r--r--_posts/2016-01-01-another-test-markdown.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/_posts/2016-01-01-another-test-markdown.md b/_posts/2016-01-01-another-test-markdown.md
index ac6e62c..2bca438 100644
--- a/_posts/2016-01-01-another-test-markdown.md
+++ b/_posts/2016-01-01-another-test-markdown.md
@@ -86,6 +86,19 @@ for (a, b), neighbors in common_neighbors.items():
particle_counts[a].update([cna_signature])
{% endhighlight %}
+```cpp
+void insert(const char* key) {
+ if (*key == '\0') {
+ finish = true;
+ } else {
+ int idx = *key - 'A';
+ if (!next[idx])
+ next[idx] = new Trie();
+ next[idx]->insert(key + 1);
+ }
+}
+```
+
|: |: :|: $$O_3 + C_2H_2 \rightarrow $$ :|||: $$O_3 + C_2H_4 \rightarrow $$ :|||: :|
|: ^^ Method :| ^^ $$\lambda^a$$ | vdW | TS | cycloadd. | vdW | TS | cycloadd. | ^^ MAE |
|-------------------------|-------------------|--------|-------|------------------------|-------|------|----------------------|-----------|
@@ -163,7 +176,7 @@ for (a, b), neighbors in common_neighbors.items():
| Row 2 | Banana | [Github][1] |
| Row 3 (merged) | Blueberry | [Google] ***** [Github] |
| ^^ | [Plum](https://example.com) | Raspberry ![example][cell image] |
-| Row 4 | <https://www.google.com> | |
+| Row 4 | <https://www.google.com> | [test](https://www.google.com){:target="_blank"} |
|^^ |^^ <https://www.youtube.com> | |
| Row 5 | <https://www.google.com> ||