<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>dotnetcat: Algorithms .NET news</title>
<link>http://www.dotnetcat.com/</link>
<atom:link href="http://www.dotnetcat.com/news/Algorithms/rss.xml" rel="self" type="application/rss+xml" />
<description>.NET developer news by tags: C#, ASP.NET, VB.NET, database, security, performance and more</description>
<language>en-us</language>
<item>
<title>Best Square Root Method (Precision VS Speed)</title>
<link>http://www.dotnetcat.com/news/Algorithms/id/14171/</link>
<guid>http://www.dotnetcat.com/news/Algorithms/id/14171/</guid>
<pubDate>Thu, 24 Jun 2010 04:35:00 -0500</pubDate>
<description><![CDATA[I enjoy Game Programming with Directx and I noticed that the most called method through out most of my games is the standard sqrt method in the Math.h and this made me search for faster functions than the standard sqrt. And after some searching I found lots of functions that were much much faster but it's always a compromise between speed and precision. The main purpose of this article is to help people choose the best square-root method that suits their program.]]></description>
<category><![CDATA[Algorithms]]></category>
</item>
<item>
<title>Rational Numbers - .Net 4.0 version</title>
<link>http://www.dotnetcat.com/news/Algorithms/id/14153/</link>
<guid>http://www.dotnetcat.com/news/Algorithms/id/14153/</guid>
<pubDate>Mon, 21 Jun 2010 23:35:00 -0500</pubDate>
<description><![CDATA[This article presents a structure for representing rational numbers in C# 4.0. Before the current version of the net framework, making a reasonably useful representation of Rational numbers would have been a significant piece of work. The addition of the BigInteger made it possible to construct a Rational number of effectively infinite precision, which is a potentially very useful thing. It has been packaged along with the unit tests used in its production and code coverage is 100%.]]></description>
<category><![CDATA[Algorithms]]></category>
</item>
<item>
<title>An introduction to numerical programming in C#</title>
<link>http://www.dotnetcat.com/news/Algorithms/id/14076/</link>
<guid>http://www.dotnetcat.com/news/Algorithms/id/14076/</guid>
<pubDate>Wed, 09 Jun 2010 15:26:00 -0500</pubDate>
<description><![CDATA[Some of the first things you need to know when writing numerical software in C#.]]></description>
<category><![CDATA[Algorithms]]></category>
</item>
<item>
<title>BigInteger Library</title>
<link>http://www.dotnetcat.com/news/Algorithms/id/14038/</link>
<guid>http://www.dotnetcat.com/news/Algorithms/id/14038/</guid>
<pubDate>Thu, 03 Jun 2010 16:53:00 -0500</pubDate>
<description><![CDATA[A .NET 2.0 and Mono library for the 64 bit optimized handling of very large integers, up to 10240 binary digits or approximately (safe to use) 3000 decimal digits]]></description>
<category><![CDATA[Algorithms]]></category>
</item>
<item>
<title>Visualizing Complex Functions</title>
<link>http://www.dotnetcat.com/news/Examples/id/13850/</link>
<guid>http://www.dotnetcat.com/news/Examples/id/13850/</guid>
<pubDate>Wed, 12 May 2010 01:28:00 -0500</pubDate>
<description><![CDATA[A program to produce beautiful and informative images of complex functions.]]></description>
<category><![CDATA[Examples]]></category>
</item>
<item>
<title>Comparison Sorting algorithms in C# explained</title>
<link>http://www.dotnetcat.com/news/Algorithms/id/13852/</link>
<guid>http://www.dotnetcat.com/news/Algorithms/id/13852/</guid>
<pubDate>Tue, 11 May 2010 23:28:00 -0500</pubDate>
<description><![CDATA[In computer science and mathematics, a sorting algorithm is an algorithm that puts elements of a list in a certain order. These algorithms are briefly divided into two parent categories as Comparison based sorting algorithms which include BubbleSort, SelectionSort, InsertionSort, ShellSort, MergeSort, HeapSort and QuickSort as most commonly used amongst all and Non-Comparison based sorting algorithms such as RadixSort, BucketSort etc. The focus of this article is to provide various comparison based sorting algorithms in a simplistic way with optimized, cleaned up and easy to understand code (with proper comments and instructions).]]></description>
<category><![CDATA[Algorithms]]></category>
</item>
<item>
<title>Three Methods for Root-finding in C#</title>
<link>http://www.dotnetcat.com/news/Algorithms/id/13794/</link>
<guid>http://www.dotnetcat.com/news/Algorithms/id/13794/</guid>
<pubDate>Thu, 06 May 2010 13:00:00 -0500</pubDate>
<description><![CDATA[Three numerical algorithms for solving equations, each implemented in C#]]></description>
<category><![CDATA[Algorithms]]></category>
</item>
<item>
<title>Sorting Algorithms Codes in C#.net</title>
<link>http://www.dotnetcat.com/news/Algorithms/id/13784/</link>
<guid>http://www.dotnetcat.com/news/Algorithms/id/13784/</guid>
<pubDate>Wed, 05 May 2010 13:33:00 -0500</pubDate>
<description><![CDATA[This Article Have the Codes of QuickSort,MergeSort,BubbleSort,HeapSort]]></description>
<category><![CDATA[Algorithms]]></category>
</item>
<item>
<title>Handwriting Recognition using Kernel Discriminant Analysis</title>
<link>http://www.dotnetcat.com/news/Algorithms/id/13773/</link>
<guid>http://www.dotnetcat.com/news/Algorithms/id/13773/</guid>
<pubDate>Mon, 03 May 2010 07:09:00 -0500</pubDate>
<description><![CDATA[Demonstration of handwritten digit recognition using Kernel Discriminant Analysis and the Optical Recognition of Handwritten Digits Data Set from the UCI Machine Learning Repository.]]></description>
<category><![CDATA[Algorithms]]></category>
</item>
<item>
<title>Apriori Algorithm</title>
<link>http://www.dotnetcat.com/news/Algorithms/id/13715/</link>
<guid>http://www.dotnetcat.com/news/Algorithms/id/13715/</guid>
<pubDate>Thu, 22 Apr 2010 09:38:00 -0500</pubDate>
<description><![CDATA[In Data Mining, Apriori is a classic algorithm for learning association rules. Apriori is designed to operate on databases containing transactions (for example, collections of items bought by customers, or details of a website frequentation). Here is the implementation of the Apriori Algorithm in C#.]]></description>
<category><![CDATA[Algorithms]]></category>
</item>
</channel>
</rss> 
