Minimum number of operation to sort an array

Revision en1, by shah_entrance, 2019-07-01 14:11:20

Given an array. Find the minimum number of operation to sort the array. Operation: Take element from any position of the array and put it to end.

Tags #array, #implementation

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English shah_entrance 2019-07-01 14:11:20 191 Initial revision (published)