We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b69968 commit 0d9b26eCopy full SHA for 0d9b26e
Data_Structures_Answers.md
@@ -15,5 +15,6 @@ Add your answers to the questions below.
15
O(n)
16
7. What is the runtime complexity of your optimized code in `names.py`?
17
O(n log n)
18
+ I think my new code is now O(n)
19
8. What is the space complexity of your optimized code in `names.py`?
20
0 commit comments