//! `set`
//!//! `set` is a submodule that contains set related algorithms
/// The `find_keyboard_row` algorithm
pubmodfind_keyboard_row;pubusefind_keyboard_row::find_keyboard_row;/// The `randomized_set` algorithm
pubmodrandomized_set;pubuserandomized_set::RandomizedSet;/// The `set_covering` algorithm
pubmodset_covering;pubuseset_covering::set_cover;