emory-courses / dsa-java

Data Structures and Algorithms in Java
https://emory.gitbook.io/dsa-java/
42 stars 55 forks source link

[QZ5] Efficiency of Algorithm #135

Closed heyosolim2 closed 3 years ago

heyosolim2 commented 3 years ago

So I've tested my code for robustness, but I think my algorithm might be pretty inefficient. Will we also be graded on the efficiency of our algorithms?

lujiaying commented 3 years ago

At this moment, I think the answer is no. As long as you explained the worst-case complexity reasonable, and it was aligned with your implementation.