Function remaining elements after x is popped at index i

pop a value from stack x at index i

Format:

remaining elements after x is popped at index i

Input:

list x -
number i -

Output:

list - None

Properties that reference this function:

remaining elements after xs is popped at index idx = remaining elements after xs is popped at index idx and visited stack is [ ] (Pop Index)
result of sorting [ el, rem ] with sorted stack sl = result of sorting (remaining elements after [ el, rem ] is popped at index (index of the maximum value in stack [ el, rem ])) with sorted stack [ maximum value in stack [ el, rem ], sl ] (Sort List (2))


Comments

Please log in to add comments