Psyf / DataStructsAndAlgos-2040C

Sorting Algorithms taught int 2040C implemented
3 stars 4 forks source link

Correction #2

Closed micklwl closed 6 years ago

micklwl commented 6 years ago

https://github.com/Psyf/DataStructsAndAlgos-2040C/blob/b820189735c632c2ac8b63ccdbb1002e5c22a66a/crowdSourcedAnswers/cs2010_AY1213S1_Q2.txt#L10 Isnt memory space for Adj list O(V+E)?

Psyf commented 6 years ago

You are right. Corrected.