Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/features/workbooks/types/workbook_placement.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ export const SolutionCategory: { [key in SolutionCategoryOrigin]: key } = {
DYNAMIC_PROGRAMMING: 'DYNAMIC_PROGRAMMING',
GRAPH: 'GRAPH',
TREE: 'TREE',
STRING: 'STRING',
NUMBER_THEORY: 'NUMBER_THEORY',
ALGEBRA: 'ALGEBRA',
COMBINATORICS: 'COMBINATORICS',
GAME: 'GAME',
STRING: 'STRING',
GEOMETRY: 'GEOMETRY',
OPTIMIZATION: 'OPTIMIZATION',
ANALYSIS: 'ANALYSIS',
Expand All @@ -35,11 +35,11 @@ export const SOLUTION_LABELS: Record<string, string> = {
DYNAMIC_PROGRAMMING: '動的計画法',
GRAPH: 'グラフ',
TREE: '木',
STRING: '文字列',
NUMBER_THEORY: '数学(整数論)',
ALGEBRA: '数学(代数)',
COMBINATORICS: '数え上げ・確率・期待値',
GAME: 'ゲーム',
STRING: '文字列',
GEOMETRY: '幾何',
OPTIMIZATION: '最適化',
ANALYSIS: '考察・テクニック',
Expand Down
Loading