Posts Tagged ‘set’

Project Euler in F# – Problem 52

{ Posted on Mar 20 2009 by claudio }
Tags : , , , ,
Categories : Project Euler
After a long break, let's resume with the Project Euler series. The next one to be solved is Problem 52: It can be seen that the number, 125874, and its double, 251748, contain exactly the same digits, but in a different order. Find ...Read More »

Remove duplicate values from a List in F#

{ Posted on Apr 23 2008 by claudio }
Once in a while I give a look at the web server log to find out how people landed in this blog and yesterday there was someone that entered the following search string into Google: Given a random List of integers, ...Read More »