Introduce the data structure here. List the operations that will be considered.
Small description to explain what this section entails for the data structure in question.
-
firstOperation()
Pseudocode: Step 1 Step 2 Step 3
Time Complexity : Small description of what is involved
Sample operation Worst Case for firstOperation()
Constant Time/O(1) Constant Time/O(1) Space Complexity : Small description of what is involved
Sample operation Worst Case for firstOperation()
Constant Space/O(1) Constant Space/O(1) -
secondOperation()
Pseudocode: Step 1 Step 2 Step 3
Time Complexity : Small description of what is involved
Sample operation Worst Case for secondOperation()
Constant Time/O(1) Constant Time/O(1) Space Complexity : Small description of what is involved
Sample operation Worst Case for secondOperation()
Constant Space/O(1) Constant Space/O(1)
- Term 1: describe it
- Term 2: describe it
PS: This template assumes that this data structure has only one implementation