Skip to content

Commit 4825faa

Browse files
committed
Merge branch 'v2' of https://github.com/Mooophy/CLRS into v2
2 parents 4c3c8a1 + 5a0fb61 commit 4825faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch02/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ I.M.T -> LI holds.
311311
* d. time complexity = theta(n^2). Insertion-Sort is better. Because for average case and best case Insertion-Sort doesn't have to carry out theta(n) for its nested loop. whereas Bubble-Sort has to do so for any case.
312312
313313
##Problem 2-3 Horner’s rule
314-
314+
* code : `polynomial.hpp`, `test_polynomial.hpp`
315315
* Time complexity : theta(n)
316316
* pseudocode
317317
```python

0 commit comments

Comments
 (0)