Function index of the maximum value in stack x

index of the maximum value in stack x

Format:

index of the maximum value in stack x

Input:

list x -

Output:

list - None

Properties that reference this function:

index of the maximum value in stack els = index of value (maximum value in stack els) in els (Maximum 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