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.

[RUS] Обзор алгоритмов кластеризации данных / Data Mining / Хабрахабр

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/

http://n3on.org/projects/reCAPTCHA/ A paper [presented @ DEFCON 2010] describing algorithm to solve reCAPTCHA ( http://reCAPTCHA .net )

Document Image Content Inventories (algorithms)

http://www.cse.lehigh.edu/~baird/Pubs/drr07.pdf “We report an investigation into strategies, algorithms, and software tools for document image content extraction

YouTube - Sorting Algorithms

http://www.youtube.com/watch?v=INHF_5RIxTE&feature=related great sorting video! :-)

The Old New Thing : Tales from the interview: Can you rotate this two-dimensional array?

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];

AlgoList - алгоритмы, методы, исходники

http://algolist.manual.ru/ Web site [mostly in Russian] about algorithms that are used in software development

Structure and Interpretation of Computer Programs, Video Lectures

http://swiss.csail.mit.edu/classes/6.001/abelson-sussman-lectures/ Structure and Interpretation of Computer Programs

Evolution and Wisdom of Crowds

http://karmatics.com/docs/evolution-and-wisdom-of-crowds.html excellent essay! “algorithm of evolution” describes predictive-markets and statistical prediction

SoundEx - Phonetic Search Algorithms - How To - Source Code: C, JavaScript, Perl, VB - Creativyst(R) Software - Explored,Designed,Delivered.(SM)

http://www.creativyst.com/Doc/Articles/SoundEx1/SoundEx1.htm how to do a soundex search