Merge pull request #1443 from cirosantilli/knapsack

Knapsack problems
This commit is contained in:
victor felder 2015-04-18 10:59:42 +02:00
commit 7861ffc119
1 changed files with 1 additions and 0 deletions

View File

@ -376,6 +376,7 @@ Original Source: [Free Programming books](http://stackoverflow.com/revisions/392
* [Introduction to Probability and Statistics Spring 2014](http://ocw.mit.edu/courses/mathematics/18-05-introduction-to-probability-and-statistics-spring-2014/)
* [Introduction to Statistical Thought](http://www.math.umass.edu/~lavine/Book/book.html) - Michael Lavine
* [Kalman and Bayesian Filters in Python](https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python)
* [Knapsack Problems - Algorithms and Computer Implementations](http://www.or.deis.unibo.it/knapsack.html) - Silvano Martello and Paolo Toth
* [Linear Algebra](https://www.math.ucdavis.edu/~linear/linear-guest.pdf)
* [Linear Algebra: An Introduction to Mathematical Discourse](http://en.wikibooks.org/wiki/Linear_Algebra) - Jim Hefferon
* [Linear Algebra, Theory And Applications](http://www.math.byu.edu/klkuttle/linearalgebra.pdf) - Kenneth Kuttler