Function result of sorting x with sorted stack y
helper for sort that stores the values sorted so far in y
Format:
result of sorting x with sorted stack y
Input:
list x -
list y -
Output:
list - None
Properties that reference this function:
result of sorting [ ] with sorted stack sl = sl (Sort List)
Comments
Please log in to add comments