Skip to content

Commit

Permalink
Merge pull request #75 from CS3219-AY2425S1/question-service_categories
Browse files Browse the repository at this point in the history
Question Service Categories Id
  • Loading branch information
pzl111 authored Oct 29, 2024
2 parents a63ce43 + b42ed17 commit 3cd10e4
Show file tree
Hide file tree
Showing 11 changed files with 1,022 additions and 153 deletions.
11 changes: 11 additions & 0 deletions question-service/constants/categories.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
export const categoriesIdToCategories = {
0 : "ARRAYS",
1 : "ALGORITHMS",
2 : "DATABASES",
3 : "DATA STRUCTURES",
4 : "BRAINTEASER",
5 : "STRINGS",
6 : "BIT MANIPULATION",
7 : "RECURSION"
};

Loading

0 comments on commit 3cd10e4

Please sign in to comment.