http://LearnDelphi.tv
In this video we take a look at a small example from Chris Rolliston’s book Delphi XE2 Foundations on using Generics to sort a Dynamic Array.
Amazon Auto Links: No products found.
http://LearnDelphi.tv
In this video we take a look at a small example from Chris Rolliston’s book Delphi XE2 Foundations on using Generics to sort a Dynamic Array.
Amazon Auto Links: No products found.
Author: Alister Christie
really cool !
thank you Alister
Lol, quicksort ? Really ? That sorting routine should be banned to hell.
It’s worst case running time is N^2.
Great! It works also with Delphi 2010. You just have to omit the “system.” prefix in the uses clause.