Skip to content

dIB59/cses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ¦€ CSES Problem Set in Rust

This repository contains my solutions to problems from the CSES Problem Set, implemented in Rust. I'm using this project as a learning exercise to improve my Rust and competitive programming skills.

πŸ“ Project Structure

.
β”œβ”€β”€ Cargo.toml
β”œβ”€β”€ Cargo.lock
└── src
    β”œβ”€β”€ lib.rs
    β”œβ”€β”€ main.rs
    └── problems
        β”œβ”€β”€ mod.rs
        β”œβ”€β”€ mweird_algorithmod.rs
        └── etc
  • All problems live in the src/problems/ directory.
  • mod.rs is used to register each problem module.
  • main.rs is used to run the problems β€” edit it to call whichever solution you want to test.
  • lib.rs can be used for shared utilities or reused logic across problems.

▢️ How to Run

Make sure Rust is installed. If not, install it from rust-lang.org.

Clone and run:

git clone https://github.com/your-username/cses-rust.git
cd cses
cargo run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages