Blogs about: Algorithms
Featured Blog
Mathematical Expression Ternary Operator
This is cool! Toby is right, you CAN use the ternary operator in a Mathematical Expression patch. You can even use it to, for example, invert a boolean input. For example: (Bool == true) ? false : tru… more »
machines don't care
User Controls Continued - The Accelerometer
swarmsync wrote 1 day ago: So I have some more thoughts on the accelerometer as a game control device. In my testing yeste … more »
Integration-Archimedes method
— 3 comments
Christober rayappan wrote 2 days ago: In the last article (Dated: 1 July, 2008) we had discussed about the origination of successive ap … more »
Mathematical Expression Ternary Operator
— 5 comments
toneburst wrote 3 days ago: This is cool! Toby is right, you CAN use the ternary operator in a Mathematical Expression patch. Yo … more »
Endianness
hnguyen2k wrote 6 days ago: Big-Endian: MSB has the lowest address (Motoroal processors, SPARC) Little-endian: LSB has the lowes … more »
Ebook:Encyclopedia of Algorithms 2008
ammasajan wrote 6 days ago: Hardcover: 1000 pages Publisher: Springer; 1 edition (August 200 Language: English ISBN-10: 0387 … more »
Divisible by 7, Both Ways
wellons wrote 1 week ago: I briefly wrote about this several years ago, but with my newfound powers of publishing LaTeX to t … more »
Counting Bits
ronakkothari wrote 1 week ago: The counting number of bits which is set to 1 in the given binary number is a known problem. This p … more »
The Bayesian Revolution.
Shadow Fox wrote 1 week ago: Bayesian algorithms are around for a while, but in the last few years, they have got some wild popul … more »
QuickSort
— 9 comments
arunchaganty wrote 1 week ago: QuickSort. It’s widely accepted as the fastest generic sorting algorithm around. It’s al … more »
Mergesort. Dissected.
— 7 comments
arunchaganty wrote 2 weeks ago: (Note: All code in this under the WTFPL [0]. Except possibly for Stepane Delcroix’s adapted c … more »
Concurrency & Coordination With Futures in C#
Dan Vanderboom wrote 2 weeks ago: A future is a proxy or placeholder for a value that may not yet be known, usually because the calcul … more »
Making Division Faster
Ruskin wrote 2 weeks ago: My friend Cort pointed me at this interesting Developing for Developers article on how to make integ … more »
Computational Geometry: Algorithms and Applications, 3rd Edition
faithful85 wrote 2 weeks ago: Computational Geometry: Algorithms and Applications, 3rd Edition by Mark de Berg, Otfried Cheong, … more »
Nonlinear Programming: Theory and Algorithms
faithful85 wrote 2 weeks ago: Nonlinear Programming: Theory and Algorithms by Mokhtar S. Bazaraa, Hanif D. Sherali, C. M. Shett … more »
Control Invoke Pattern Using Lambdas
Dan Vanderboom wrote 2 weeks ago: In Windows Forms development, there are often times when you need to update the user interface in re … more »
Google and indexing Flash Content
— 1 comment
ic247 wrote 2 weeks ago: For all those beautiful Flash built websites there is good news as Google announces a new Algorithm … more »
Approximation of ∏ - Archimedes Algorithm
— 2 comments
Christober rayappan wrote 2 weeks ago: I wish to start this blog by describing the Archimedes method of calculating the perimeter of circle … more »
Beust Sequence! aka sequence of numbers without repeating digits.
ciju wrote 2 weeks ago: Original statement for the problem is here . The problem asks to generate a sequence of increasing n … more »
