Skip to content

Commit 0d9b26e

Browse files
committed
Update data questions
1 parent 2b69968 commit 0d9b26e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Data_Structures_Answers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ Add your answers to the questions below.
1515
O(n)
1616
7. What is the runtime complexity of your optimized code in `names.py`?
1717
O(n log n)
18+
I think my new code is now O(n)
1819
8. What is the space complexity of your optimized code in `names.py`?
1920
O(n)

0 commit comments

Comments
 (0)