rustgym
Coding challenge library
A comprehensive Rust library and tutorial repository containing solutions to various programming challenges and problems
Leetcode Solutions in Rust, Advent of Code Solutions in Rust and more
896 stars
20 watching
86 forks
Language: Rust
last commit: 7 days ago
Linked from 1 awesome list
advent-of-codealgorithmgraphhackerrankhackerrank-solutionsinterviewinterview-practiceinterview-preparationinterview-questionsleetcodeleetcode-rustleetcode-solutionsmacrosrustsolutionstrietutorial
Related projects:
Repository | Description | Stars |
---|---|---|
rust-lang/rust | The Rust project provides tools and infrastructure to build efficient, reliable software | 98,564 |
bytecodealliance/rustix | A safe Rust interface to POSIX-like system calls with configurable backends. | 1,491 |
rustcrypto/aeads | A collection of authenticated encryption algorithms implemented in Rust | 728 |
dagenix/rust-crypto | A pure-Rust implementation of common cryptographic algorithms | 1,394 |
alilleybrinker/langs-in-rust | A directory of programming languages implemented in Rust, serving as a source of inspiration and comparison. | 874 |
rustcrypto/nacl-compat | Provides Rust compatibility with NaCl-family libraries for secure cryptographic functions. | 58 |
ld250/adventofcode_rust | Rust solutions to Advent of Code challenges | 8 |
ahgamut/rust-ape-example | An experimental project demonstrating the compilation and execution of Rust code using Cosmopolitan Libc. | 189 |
abdesamedbendjeddou/rusty-cs | An online computer science curriculum focused on the Rust programming language | 906 |
rust-cv/cv | A collection of computer vision algorithms and systems implemented in Rust. | 854 |
dalek-cryptography/bulletproofs | A high-performance Rust implementation of Bulletproofs, enabling efficient single-party and multi-party computations with programmable constraints. | 1,049 |
eliovir/rust-examples | A collection of Rust examples and tutorials | 236 |
rust-lang/rust-by-example | An interactive Rust learning platform with examples and a live code editor. | 7,082 |
avinashshenoy97/rusticsom | A Rust library for training and applying Self Organising Maps (SOM) to machine learning tasks. | 33 |
bytecodealliance/cap-std | A project providing a capability-based version of the Rust standard library for sandboxed and secure application development. | 660 |