rust-challenges

所属分类:Leetcode/题库
开发工具:Rust
文件大小:0KB
下载次数:0
上传日期:2023-12-05 13:06:39
上 传 者sh-1993
说明:  我在Rust中解决的所有编程难题的集合
(Collections of all programming puzzles I solved in Rust)

文件列表:
.envrc (12, 2023-12-13)
Cargo.toml (396, 2023-12-13)
benches/ (0, 2023-12-13)
benches/my_benchmark.rs (843, 2023-12-13)
flake.lock (2888, 2023-12-13)
flake.nix (1291, 2023-12-13)
src/ (0, 2023-12-13)
src/aoc.rs (30, 2023-12-13)
src/aoc/ (0, 2023-12-13)
src/aoc/y2015/ (0, 2023-12-13)
src/aoc/y2015/day1.rs (1050, 2023-12-13)
src/aoc/y2015/day1.txt (7000, 2023-12-13)
src/aoc/y2015/day10.rs (1478, 2023-12-13)
src/aoc/y2015/day11.rs (3148, 2023-12-13)
src/aoc/y2015/day12.rs (1443, 2023-12-13)
src/aoc/y2015/day12.txt (37048, 2023-12-13)
src/aoc/y2015/day2.rs (2414, 2023-12-13)
src/aoc/y2015/day2.txt (8113, 2023-12-13)
src/aoc/y2015/day3.rs (2875, 2023-12-13)
src/aoc/y2015/day3.txt (8192, 2023-12-13)
src/aoc/y2015/day4.rs (796, 2023-12-13)
src/aoc/y2015/day5.rs (3358, 2023-12-13)
src/aoc/y2015/day5.txt (17000, 2023-12-13)
src/aoc/y2015/day6.rs (4306, 2023-12-13)
src/aoc/y2015/day6.txt (9531, 2023-12-13)
src/aoc/y2015/day7.rs (7078, 2023-12-13)
src/aoc/y2015/day7.txt (5303, 2023-12-13)
src/aoc/y2015/day7_2.txt (5304, 2023-12-13)
src/aoc/y2015/day8.rs (1492, 2023-12-13)
src/aoc/y2015/day8.txt (6610, 2023-12-13)
src/aoc/y2015/day9.rs (2756, 2023-12-13)
src/aoc/y2015/day9.txt (710, 2023-12-13)
src/aoc/y2015/mod.rs (171, 2023-12-13)
src/aoc/y2023/ (0, 2023-12-13)
src/aoc/y2023/day1.rs (1219, 2023-12-13)
... ...

![Build Status](https://github.com/peri4n/rust-challenges/actions/workflows/rust.yml/badge.svg) # Rust Coding Challenges This repository contains all the coding challenges I solved using [Rust](https://rust-lang.org). The problems I try to solve come from different sources: - [LeetCode](https://leetcode.com) - [Advent Of Code](https://adventofcode.com) - [Project Euler](https://projecteuler.net) - [CSES](https://cses.fi/problemset/list/) ## Tests Every solution is backed by tests. To test the `leetcode` problems run: ```sh cargo test leetcode ```

近期下载者

相关文件


收藏者