BucketSort

Trait BucketSort 

Source
pub trait BucketSort {
    // Required method
    fn bucket_sort(&mut self);
}

Required Methods§

Source

fn bucket_sort(&mut self)

Implementations on Foreign Types§

Source§

impl BucketSort for [usize]

Source§

fn bucket_sort(&mut self)

Implementors§