We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc46901 commit 7bfea0dCopy full SHA for 7bfea0d
question-service/app/models/questions.py
@@ -12,10 +12,10 @@ class ComplexityEnum(str, Enum):
12
class CategoryEnum(str, Enum):
13
algorithms = "Algorithms"
14
arrays = "Arrays"
15
- bitmanipulation = "Bit Manipulation"
+ bit_manipulation = "Bit Manipulation"
16
brainteaser = "Brainteaser"
17
databases = "Databases"
18
- datastructures = "Data Structures"
+ data_structures = "Data Structures"
19
recursion = "Recursion"
20
strings = "Strings"
21
0 commit comments