A algorithm written in C, in order to delete an element in an array, the program should be: (1) by the method of insert sorting form orderly array; (2) using a lookup algorithm to find the position of the element is to be deleted; (3) complete delete operations, which will be the reach at the back of the element is to be deleted, to cover the position of the element is to be deleted; (4) the three-step operation or algorithm (insert sorting, search, delete) should be implemented as three separate function,
CodePudding user response:
Write their own, wrong after post your own code to ask questions