Home > Back-end >  Code should be how to write
Code should be how to write

Time:09-18

Design - an algorithm (8), delete the increment ordered list of values greater than mink and less than maxk all elements (mink and maxk is given two parameters, their values may be the same and the elements in the table, can be different)

CodePudding user response:

Is the traversal, comparison, if meet the conditions, and then delete

CodePudding user response:

1. The traverse the list
2. Determine
3. Delete node
  • Related