Delphi Programming Tutorial #83 - Sorting Dynamic Arrays

preview_player
Показать описание

Alister Christie is a Delphi MVP (Most Valued Professional), Consultant, Developer, Trainer, Presenter, and Author. He has presented at ADUG (Australasian Delphi Users Group) Symposia and Code Rage Conferences for many years. Alister holds a degree in Mathematics and Computer Science from Victoria University, Wellington. He lives near Wellington, New Zealand.

On this YouTube Channel, Alister has created many hours of video tutorials to help you learn Delphi Programming in efficient and effective ways. Using his lessons, you will programme faster and better, skills applicable for beginners through to experts wanting to expand their programming and coding proficiency.

Video topics by Alister Christie include VCL (Visual Component Library), FireMonkey, FireDAC, Cross-platform, Android, iOS (iPad or iPhone Operating System), Mac OS/X, Windows, IoT (Internet of Things), Algorithms, and more.

Рекомендации по теме
Комментарии
Автор

Great! It works also with Delphi 2010. You just have to omit the "system." prefix in the uses clause.

klausedelmann
Автор

Your video collection very good. DELPHI since having generic like a flying tiger: functional and compile lighting fast.

SiamLoveLoveLove
Автор

So many lines of code to do so little....

duncreg
Автор

Lol, quicksort ? Really ? That sorting routine should be banned to hell.

It's worst case running time is N^2.

skybuck