Sorting Algorithms comparison in NAV AL with Visual Studio Code
In order to exercise in the new NAV Modern Development Environment I thought to implement a comparison of two sorting algorithms directly in Visual Studio Code AL Language: Insertion Sort and Merge Sort. Most of the sorting examples over the internet are using arrays, but the issue with arrays is they have fixed length that…