1
2
3
// Count Sort in c++

...

C++ On Counting Sort

by evilteach.blogspot.com, September 01, 2008 13:18

I note that your code does ...

0bd5c1d9900046057ef1a31a12734a3a Talk
1
2
3
4
%
%   A simple test program to calculate pi, using an easy, slow converging formula
%
...

C On Fastest way to get value of pi

by evilteach.blogspot.com, August 31, 2008 21:53 Star_fullStar_fullStar_fullStar_full

The trig functions are limi...

0bd5c1d9900046057ef1a31a12734a3a Talk
1
2
3
4
-module(prime).
-export([main/0, print_if_prime/0]).

...

Erlang Experimental Prime Number G...

by evilteach.blogspot.com, August 31, 2008 21:13, No refactoring, tagged with erlang, Prime Numbers

The is the results of an ex...

0bd5c1d9900046057ef1a31a12734a3a Talk