in Delphi TIPS :: In the How to Randomize / Shuffle Collections and Lists article you can locate a custom Delphi function: Shuffle. Shuffle is a randomizing function that takes a TList type of object and "sorts" the items in the list in a random order - thus making the list randomized. This time we talk about using Delphi's TListSortCompare - a function used as a parameter for the Sort method of the TList class.
Read the full article to learn how to Impement the UnQuickSort in Delphi - How to Use the TListSortCompare function.
Related:
Comments
No comments yet. Leave a Comment

