Kick Spy!, Kick Zeitgeist and Kick Widgets
lenielmacaferi.blogspot.com — This is about a paper entitled Quicksort and Binary Search Algorithms. A fantastic subject that is used throughout the the computer science filed. In the paper you'll see the intrinsic nature of each algorithm as well as a functional implementation of such algorithms in the C++ programming language. Both algorithms perform well in huge data sets. read more...
igoro.com — Quicksort usually runs in O(N log N) time, but in special cases, it takes much longer: O(N^2). It is surprisingly easy to force any quicksort implementation to degrade into the quadratic-time behavior. This trick even works against a randomized quicksort! The article demonstrates how the trick works by applying it against the BCL Array.Sort() routine. read more...
atlasandnetfinds.blogspot.com — Looking at some basic examples to getting some decent features of object arrays working in .net 1.1 read more...
blogs.jetbrains.com — One of the common tasks developers face on a regular basis is generalizing an algorithm. This How-To describes how a combination of Extract Method and Push Members Down refactorings can help you streamline this task. read more...
Sponsored Link: www.carlist.ie
Ads via The Lounge