-
Notifications
You must be signed in to change notification settings - Fork 0
API Reference: Other
Wilson Lau edited this page Apr 10, 2021
·
3 revisions
Represents the different difficulty levels for an InterviewQuestion
enum ProblemDifficulty {
EASY, MEDIUM, HARD
}
Represents the different types of problems for an InterviewQuestion
enum ProblemType {
ARRAY, LINKED_LIST, STACKS_QUEUES, BINARY_TREE,
HEAPS, RECURSION, DYNAMIC_PROGRAMMING, GRAPHS
}