algorithm-rs icon indicating copy to clipboard operation
algorithm-rs copied to clipboard

Common data structures and algorithms for competitive programming in Rust

Results 3 algorithm-rs issues
Sort by recently updated
recently updated
newest added

I implemented a recursive segment tree. @utilForever

size/L

- Math - Greatest Common Divisor (GCD) - Largest Common Multiplier (LCM) - Prev/Next Permutation - Data Structure - Stack - Queue - Linked List - Singly Linked List -...

- Math - Karatsuba Algorithm - Graph - Hungarian Algorithm - Tree - Link-Cut Tree - Heavy-Light Decomposition (HLD) - Optimization - Hu-Shing Algorithm