The page you are reading is part of a draft (v2.0) of the "No bullshit guide to math and physics."

The text has since gone through many edits and is now available in print and electronic format. The current edition of the book is v4.0, which is a substantial improvement in terms of content and language (I hired a professional editor) from the draft version.

I'm leaving the old wiki content up for the time being, but I highly engourage you to check out the finished book. You can check out an extended preview here (PDF, 106 pages, 5MB).


Algorithms

[ Running time in plain english ]
http://stackoverflow.com/questions/487258/plain-english-explanation-of-big-o

Some important algorithms for scientific purpuses
01. Metropolis Algorithm for Monte Carlo: http://en.wikipedia.org/wiki/Metropolis%E2%80%93Hastings_alg… 02. Simplex Method for Linear Programming: http://en.wikipedia.org/wiki/Simplex_algorithm 03. Krylov Subspace Iteration Methods: http://en.wikipedia.org/wiki/Krylov_subspace 04. The Decompositional Approach to Matrix Computations: http://dl.acm.org/citation.cfm?id=615766 05. The Fortran Optimizing Compiler : http://www.ibiblio.org/pub/languages/fortran/ch1-1.html (just the starting page) 06. QR Algorithm for Computing Eigenvalues : http://en.wikipedia.org/wiki/QR_algorithm 07. Quicksort Algorithm for Sorting : http://en.wikipedia.org/wiki/Quicksort 08. Fast Fourier Transform : http://en.wikipedia.org/wiki/Fast_Fourier_transform 09. Integer Relation Detection : http://en.wikipedia.org/wiki/Integer_relation_algorithm 10. Fast Multipole Method : http://en.wikipedia.org/wiki/Fast_multipole_method

[ SIAM put out a 'ten algorithms of the century' ]
https://www.siam.org/pdf/news/637.pdf

[ Algorithms in Linux kernel and CHromo web browser ]
http://cstheory.stackexchange.com/questions/19759/core-algorithms-deployed/19773#19773

[ Simple algorithms for students to implement as assignments ]
http://en.docsity.com/news/interesting-facts/great-algorithms-revolutionized-computing/

[ Algorithms in JS ]
https://github.com/nzakas/computer-science-in-javascript/

 
home about buy book