A hybrid sorting algorithm that provide fast performance for sorting arrays of simple types, structures or object pointers.
- MQL5 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| Introsort.mqh | ||
| Introsort_benchmark.mq5 | ||
| README.md | ||
| sort_MqlRates.mq5 | ||
| sort_MqlRates_macro.mq5 | ||
| sort_object_ptrs_array.mq5 | ||
| sort_simple_array.mq5 | ||
| sort_struct_array_custom.mq5 | ||
Introsort (Introspective sort) using Function Pointers - library for MetaTrader 5
A hybrid sorting algorithm that provide fast performance for sorting arrays of simple types, structures or object pointers.