Skip to content

luisbernardinello/competitive-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

competitive-rust

License Rust Status

In this repository you will see a collection of my dsa and cp solutions implemented in Rust 🦀

🎈 Online Judges 🎈

🔧 Problem Creation Script 🔧

This repository includes a shell script new_problem.sh to easily create new problem files and add them to Cargo.toml:

./new_problem.sh <platform> <number> <name>

Example:

./new_problem.sh leetcode 000 "problem name"

When cloning this repository:

  • Linux/macOS users can use the script directly
  • Windows users should run the script through WSL2

The script will:

  1. Create a new Rust file with a basic template
  2. Add the appropriate entry to Cargo.toml
  3. Set up the directory structure if needed

References

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published