Skip to content

API Reference: Other

Wilson Lau edited this page Apr 10, 2021 · 3 revisions

Other Resources

ProblemDifficulty (Enum)

Represents the different difficulty levels for an InterviewQuestion

enum ProblemDifficulty {
   EASY, MEDIUM, HARD
}

ProblemType

Represents the different types of problems for an InterviewQuestion

enum ProblemType {
   ARRAY, LINKED_LIST, STACKS_QUEUES, BINARY_TREE, 
   HEAPS, RECURSION, DYNAMIC_PROGRAMMING, GRAPHS
}

Table of Contents

Background

API Reference

Clone this wiki locally