Man, if spam was all like this, I would want gazillions of it. Alas, this is a Delphi article, while spam is all about performance enhancement pills :D
Lars Fosdal I have little to no intention to add anything else to it(in the near future)... it was only an idea, maybe I'll add something in the near future...
Man, if spam was all like this, I would want gazillions of it.
ReplyDeleteAlas, this is a Delphi article, while spam is all about performance enhancement pills :D
Wow! The file was created 10,000 years in the future! Delphi still lives!
ReplyDeleteand someone already noticed! (:
ReplyDeleteI try to read with care! ;)
ReplyDeleteVery nice! Add a Shell's sort, and it's complete :)
ReplyDeleteOh, and a binary search/insert.
ReplyDeleteLars Fosdal I have little to no intention to add anything else to it(in the near future)... it was only an idea, maybe I'll add something in the near future...
ReplyDelete/// we can't use Low|High(FArray) ):
ReplyDeletefor Index := 0 to Length(FArray) -1 do begin
You can use System.High and System.Low :)
Hallvard Vassbotn errr, forgot about System., didn't quite got used to the whole dot-dot-dot (:
ReplyDelete