//! `stack`
//!//! `stack` is a submodule containing algorithms for stack operations
/// The `is_consecutive` algorithm
pubmodis_consecutive;pubuseis_consecutive::is_consecutive;/// TheĀ `is_sorted` algorithm
pubmodis_sorted;pubuseis_sorted::is_sorted;/// The `longest_path` algorithm
pubmodlongest_path;pubuselongest_path::longest_path;