-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.versionrc.json
36 lines (36 loc) · 1.79 KB
/
.versionrc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"types": [
{ "type": "array", "section": ":sparkles: Array" },
{ "type": "bfs", "section": ":sparkles: Breadth-First Search" },
{ "type": "bt", "section": ":sparkles: Backtracking" },
{ "type": "count", "section": ":sparkles: Counting" },
{ "type": "dfs", "section": ":sparkles: Depth-First Search" },
{ "type": "dp", "section": ":sparkles: Dynamic Programming" },
{ "type": "graph", "section": ":sparkles: Graph" },
{ "type": "greedy", "section": ":sparkles: Greedy" },
{ "type": "hash", "section": ":sparkles: Hash Function" },
{ "type": "heap", "section": ":sparkles: Heap" },
{ "type": "list", "section": ":sparkles: Linked List" },
{ "type": "math", "section": ":sparkles: Math" },
{ "type": "matrix", "section": ":sparkles: Matrix" },
{ "type": "queue", "section": ":sparkles: Queue" },
{ "type": "recursion", "section": ":sparkles: Recursion" },
{ "type": "search", "section": ":sparkles: Search" },
{ "type": "simulation", "section": ":sparkles: Simulation" },
{ "type": "sort", "section": ":sparkles: Sorting" },
{ "type": "stack", "section": ":sparkles: Stack" },
{ "type": "string", "section": ":sparkles: String" },
{ "type": "tree", "section": ":sparkles: Tree" },
{ "type": "add", "section": ":sparkles: Solutions" },
{ "type": "feat", "section": ":sparkles: Features" },
{ "type": "fix", "section": ":bug: Bug Fixes" },
{ "type": "update", "section": ":hammer: Updates" },
{ "type": "build", "section": ":rocket: Building Work" },
{ "type": "perf", "section": ":zap: Performance" },
{ "type": "test", "section": ":wrench: Testing" },
{ "type": "chore", "hidden": true },
{ "type": "docs", "hidden": true },
{ "type": "refactor", "hidden": true },
{ "type": "style", "hidden": true }
]
}