wojtask / CormenSol

Solutions to exercises and problems from "Introduction to Algorithms", Second Edition by Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest and Clifford Stein (in Polish)
8 stars 3 forks source link

12.3-3 #309

Closed wojtask closed 2 years ago

wojtask commented 2 years ago

O(n^2) -> \Theta(n^2) Dopisać na końcu: "Dolne oszacowanie \Omega(n\lg n) tej operacji pokazaliśmy w zad. 12.1-5."