ML programming language
Posts  1 - 1  of  1
kaveh
• Only basic functional facilities of selected environments are allowed to be used. All needed functions and data structures should be implemented.
• Document on design and working state of delivered programs should be attached.
• Consider all possible situations and discuss them even if not considered in implementation. For example all possible cases for input parameters such as NULL should be taking into account.
4. Merge sort.
Implement a function with a homogeneous list of integer elements as input parameter, which sorts recursively sub lists of the given parameter and finally returns an ascending or descending sorted list.
Save
Cancel
Reply
 
x
OK