We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8153319 commit b58250bCopy full SHA for b58250b
src/dataStructureVis/index.jsx
@@ -24,6 +24,7 @@ import recurTree1 from "../db/dataStructureVis/recur-tree-1.js";
24
import array1 from "../db/dataStructureVis/array-1.js";
25
import board1 from "../db/dataStructureVis/board-1.js";
26
import official from "../db/dataStructureVis/leetcode-official";
27
+import calm from "../db/dataStructureVis/calm";
28
29
// import treeLevel5 from "../db/dataStructureVis/tree-level-5";
30
@@ -103,6 +104,13 @@ const initialDataSource = {
103
104
type: "leetcode-official",
105
typeName: "力扣官方",
106
},
107
+ {
108
+ title: "calm",
109
+ data: calm,
110
+ desc: "稳重色系(目前只完成了树,后续更新其他数据结构)",
111
+ type: "theme",
112
+ typeName: "色系",
113
+ },
114
{
115
title: "二层二叉树",
116
data: treeLevel2,
0 commit comments