A hybrid sorting algorithm that provide fast performance for sorting arrays of simple types, structures or object pointers.
Find a file
2025-09-19 20:20:45 +00:00
Introsort.mqh Upload files to "/" 2025-09-19 20:20:45 +00:00
Introsort_benchmark.mq5 Upload files to "/" 2025-09-19 20:20:45 +00:00
README.md Upload files to "/" 2025-09-19 20:20:45 +00:00
sort_MqlRates.mq5 Upload files to "/" 2025-09-19 20:20:45 +00:00
sort_object_ptrs_array.mq5 Upload files to "/" 2025-09-19 20:20:45 +00:00
sort_string_array.mq5 Upload files to "/" 2025-09-19 20:20:45 +00:00
sort_structure_array.mq5 Upload files to "/" 2025-09-19 20:20:45 +00:00

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.

https://www.mql5.com/en/code/57233