Solving Every Sudoku Puzzle [by Peter Norvig]
http://norvig.com/sudoku.html An essay by Peter Norvig showing how to program sudoku solver. Note: Read this if you are a software developer . Even better is to print it out and read it with a pencil.
http://norvig.com/sudoku.html An essay by Peter Norvig showing how to program sudoku solver. Note: Read this if you are a software developer . Even better is to print it out and read it with a pencil.
http://habrahabr.ru/blogs/data_mining/101338/#habracut short article [in Russian ] that covers basics for data clusterization (sorting vectors into groups, aka clusters)
http://n3on.org/projects/reCAPTCHA/ A paper [presented @ DEFCON 2010] describing algorithm to solve reCAPTCHA ( http://reCAPTCHA .net )
http://www.cse.lehigh.edu/~baird/Pubs/drr07.pdf “We report an investigation into strategies, algorithms, and software tools for document image content extraction
http://www.youtube.com/watch?v=INHF_5RIxTE&feature=related great sorting video! :-)
http://blogs.msdn.com/oldnewthing/archive/2008/09/02/8918130.aspx for(i=0;i<N;i++) for(j=0;j<M;j++) b[j][N-i]=a[i][j];
http://algolist.manual.ru/ Web site [mostly in Russian] about algorithms that are used in software development
http://swiss.csail.mit.edu/classes/6.001/abelson-sussman-lectures/ Structure and Interpretation of Computer Programs
http://karmatics.com/docs/evolution-and-wisdom-of-crowds.html excellent essay! “algorithm of evolution” describes predictive-markets and statistical prediction
http://www.creativyst.com/Doc/Articles/SoundEx1/SoundEx1.htm how to do a soundex search