Skip to main content

Module delete_nth

Module delete_nth 

Source
Expand description

The delete_nth algorithm

Functionsยง

delete_nth
Returns a list where no more than n occurence can be in the output, HashSet version.
delete_nth_naive
Returns a list where no more than n occurence can be in the output, naive version.