Sign in
Developing for Developers
Tools, techniques, and theory for measuring and improving the power and performance of developers and their code
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Algorithms
Data structures
Other
Programming languages
Software engineering
Theory
Archive
Archives
February 2009
(1)
September 2007
(1)
July 2007
(1)
June 2007
(2)
June 2006
(2)
May 2006
(1)
April 2006
(1)
March 2006
(2)
February 2006
(2)
January 2006
(2)
December 2005
(2)
November 2005
(1)
October 2005
(3)
September 2005
(3)
August 2005
(6)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Developing for Developers
Literate programming
Posted
over 7 years ago
by
MSDNArchive
10
Comments
Literate programming , invented in 1981 by the same Donald Knuth who wrote The Art of Computer Programming and the document language TeX, is a technique in which a program is written as a human-oriented document interspersing discussion and code. The...
Developing for Developers
Efficient selection and partial sorting based on quicksort
Posted
over 7 years ago
by
MSDNArchive
6
Comments
Most people who have studied algorithms remember quicksort, the ubiquitous sorting algorithm available in the standard library of nearly every programming language implementation in existence, including C, C++, Java, and the .NET Framework. Quicksort...
Page 1 of 1 (2 items)