Skip to content

Commit a8c2c1a

Browse files
authored
Update Data_Structures_Answers.md
1 parent f0fddd4 commit a8c2c1a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Data_Structures_Answers.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,12 @@ Add your answers to the questions below.
77
3. What is the runtime complexity of your `breadth_first_for_each` method?
88

99
4. What is the space complexity of your `breadth_first_for_each` method?
10+
11+
12+
5. What is the runtime complexity of the provided code in `names.py`?
13+
14+
6. What is the space complexity of the provided code in `names.py`?
15+
16+
7. What is the runtime complexity of your optimized code in `names.py`?
17+
18+
8. What is the space complexity of your optimized code in `names.py`?

0 commit comments

Comments
 (0)