Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Wrong function signature for Rust version. Instead
fn dir_reduc(arr: &[&'static str]) -> Vec<&'static str>
should befn dir_reduc(arr: &[Direction]) -> Vec<Direction>
in "Initial solution" tab.Hello, please add
rand
crate for Rust lang. Rust does not have rand function in std library. It's need for translating kata when writing tests.