Introsort (Introspective sort) – library MetaTrader 5

Introsort (Introspective sort) - library for MetaTrader 5
Introspective SortIntro or Introspective sort is a hybrid sorting algorithm that provide fast performance. It is a comparison based sorting algorithm based on three phases. It uses the quicksort sort along with heapsort and insertion-sort algorithms.  Quick Sort Quick sort is a divide and conquer algorithm which works by selecting a pivot element in the