add topics as yaml form instead of labels

This commit is contained in:
Bibin Muttappillil 2023-07-22 01:13:02 +02:00
parent f2f6c3bfef
commit 85d4166a8d
1 changed files with 95 additions and 6 deletions

View File

@ -14,13 +14,102 @@ body:
placeholder: stofl, inspired by https://codeforces.com/problemset/problem/1/A placeholder: stofl, inspired by https://codeforces.com/problemset/problem/1/A
validations: validations:
required: true required: true
- type: markdown - type: dropdown
id: round
attributes: attributes:
value: | label: "Topics"
### Topics description: "Relevant topics for this task."
multiple: true
Relevant topics for this task. options:
Choose the corresponding *topic* labels for this issue on the right. - 2d segment tree
- 2sat
- 3d prefix sum
- adhoc
- aho-corasic
- amortization
- articulation points
- bellman-ford
- bfs
- bignum
- binary search
- binary search tree
- bipartite matching
- bridges
- brute force
- cartesian tree
- centroid decomposition
- combinatorics
- connected components
- convex hull
- convex hull trick
- deque
- dfs
- dijkstra
- divide and conquer
- dp
- edit distance
- fastpow
- fenwick tree
- floyd-warshall
- gcd
- geometry
- grahams scan
- graph
- greedy
- hashmap
- heap
- implementation
- interactive
- interval tree
- kmp
- kruskal
- lca
- lcd
- lcs
- line intersection
- lis
- map
- math
- matrix
- maxflow
- mcm
- median
- mer
- min-cost flow
- mst
- multimap
- multiset
- next permutation
- number theory
- offline processing
- output only
- path
- longest path in dag
- permutations
- precomputation
- prefix sum
- prim
- priority queue
- quad tree
- queue
- range minimum query
- scanline
- scc
- search
- segment tree
- set
- shortest path
- sorting
- stack
- string
- subsets
- toposort
- tree
- trivial
- union find
- warmup
validations:
required: false
- type: markdown - type: markdown
attributes: attributes:
value: | value: |