rust-algorithms icon indicating copy to clipboard operation
rust-algorithms copied to clipboard

Common data structures and algorithms in Rust

Results 5 rust-algorithms issues
Sort by recently updated
recently updated
newest added

For instance, how to submit my solution that uses this crate to a codeforces judge? They require your solution to be in one file. Is there any kind of pre-submission...

Something like a splay tree or treap that can be easily augmented to e.g. track order statistics.

Something like: https://github.com/mikolalysenko/bipartite-vertex-cover/blob/master/vcover.js I can make a pull request when I'm done.

I noticed a possible inconsistency between documentation and code implementation in rust-algorithms/src/string_proc.rs. The details can be found in the following code. The code does not check whether pattern is not...