Overview of rustgym solutions
masterrustgym is a repository containing high-performance Rust implementations of common data structures and algorithms. It provides solutions for competitive programming platforms including:
- LeetCode: Solutions optimized to beat 99% of other submissions.
- Advent of Code: Rust implementations of seasonal challenges.
- Google: Solutions to Google-specific coding problems.
Developers can use this repository to study idiomatic Rust patterns for implementing complex structures like UnionFind, Trie, and various graph algorithms.