Skip to content

Commit 88b8ed9

Browse files
authored
Merge pull request #3400 from AtCoder-NoviSteps/#3398
chore: fix order (#3398)
2 parents 0abee29 + 4be409b commit 88b8ed9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/features/workbooks/types/workbook_placement.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ export const SolutionCategory: { [key in SolutionCategoryOrigin]: key } = {
1111
DYNAMIC_PROGRAMMING: 'DYNAMIC_PROGRAMMING',
1212
GRAPH: 'GRAPH',
1313
TREE: 'TREE',
14+
STRING: 'STRING',
1415
NUMBER_THEORY: 'NUMBER_THEORY',
1516
ALGEBRA: 'ALGEBRA',
1617
COMBINATORICS: 'COMBINATORICS',
1718
GAME: 'GAME',
18-
STRING: 'STRING',
1919
GEOMETRY: 'GEOMETRY',
2020
OPTIMIZATION: 'OPTIMIZATION',
2121
ANALYSIS: 'ANALYSIS',
@@ -35,11 +35,11 @@ export const SOLUTION_LABELS: Record<string, string> = {
3535
DYNAMIC_PROGRAMMING: '動的計画法',
3636
GRAPH: 'グラフ',
3737
TREE: '木',
38+
STRING: '文字列',
3839
NUMBER_THEORY: '数学(整数論)',
3940
ALGEBRA: '数学(代数)',
4041
COMBINATORICS: '数え上げ・確率・期待値',
4142
GAME: 'ゲーム',
42-
STRING: '文字列',
4343
GEOMETRY: '幾何',
4444
OPTIMIZATION: '最適化',
4545
ANALYSIS: '考察・テクニック',

0 commit comments

Comments
 (0)