Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mooophy committed Apr 6, 2015
1 parent 15261f5 commit a3727a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ch02/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,3 +363,9 @@ L.I. holds.
```
* As shown above, this code fragment correctly evaluates a polynomial.
##Problem 2-3 Inversions
* Five inversions:
```cpp
{2,1}, {3,1}, {8,1}, {6,1}, {8,6}
```

0 comments on commit a3727a7

Please sign in to comment.