Where do I find the schema for .NET v2.0.50727 (SP2) machine.config file on XP?
As a learning experience I recently tried implementing Quicksort with 3 way partitioning in C#. Apart from needing to add an extra range check on the left/right variables before the recursive call, ...